Recent content by dwarfmaster1974

  1. dwarfmaster1974

    mobile mini web frontend

    Hi survivors, I haven't done anything for 7 Days to Die in a while. But now I've rediscovered the game a bit and wanted to see what's new. I started playing and checked out all the little new features and liked them. The new web dashboard is also great. Nevertheless, I'm always missing...
  2. dwarfmaster1974

    ui_game_symbols

    Hallo zusammen, I just added the missing icons and also the name of the icon. This makes the whole thing a little more usable. Download can still be found here: https://github.com/OmitLeChuck/ui_game_symbols
  3. dwarfmaster1974

    dwarfmaster alternative crosshair

    Hi all, this is actually more an attempt or a suggestion than a really finished mod. Because in principle I find (especially with a 4K screen) the target crosses in the game much too small and sometimes barely visible. May of course be due to my advanced age, but especially with larger...
  4. dwarfmaster1974

    ui_game_symbols

    Hello all, here is a mod, which is not an extension of the game, but is intended as a help for the admins / modders among you. It does nothing else than display all icons of the game. Here is the download: https://github.com/OmitLeChuck/ui_game_symbols To open the window just type the...
  5. dwarfmaster1974

    dwarfmaster - ressource_block / ore orb

    A block that can be crafted by the player (very expensive) and provides just about all the resources you need. However, these resources can only be mined with the axes provided for this purpose. With all other tools, you can destroy the block, but not harvest anything. When the block is...
  6. dwarfmaster1974

    Doughs modlets

    Hi @doughphunghus, I find the idea with the display of the names (Hide HP Bar But Show Name) really great. I downloaded it right away and tried it once. The display works, but I found the alignment of the text (left) not so nice and then tested a little how I can make it nicer. Here is my...
  7. dwarfmaster1974

    Dedicated Server with bash, PHP with help from the API

    As I wrote in the first post, you can really do quite a lot. But I also promised to explain everything once. Let's take a look at the list and check it off: spawn zombies or other entities (also in hordes) ✔️ teleport players ✔️ give items to players apply buffs and also query them...
  8. dwarfmaster1974

    Dedicated Server with bash, PHP with help from the API

    Thanks to @pharrisee for the tip with the SSE! That has of course changed some procedure, how to monitor the log or the chat best. Immediately implemented it, of course, which cost me a little time, but it was absolutely worth it. The big advantage of SSE is the low load and the synchronous...
  9. dwarfmaster1974

    Dedicated Server with bash, PHP with help from the API

    Monitor and query the log and also the chat Why would I want to do that? Monitoring the log and the chat are central elements to trigger certain events in the game, or to enable players to enter things in the chat and react to them. The events that can be monitored in the log are, for...
  10. dwarfmaster1974

    Dedicated Server with bash, PHP with help from the API

    Hi Survivors, First, I would like to say that I am neither a developer in the true sense of the word, nor a fully trained administrator or anything like that. Everything in the following I have taught myself, and that only for the reason that it is fun for me. So if you discover technical gaps...
  11. dwarfmaster1974

    dwarfmaster ranks

    Hello all, this is now my 2nd mod, which I am happy to share with you. This mod doesn't actually do that much, and has just little effects on the game itself. It only shows a current rank in the list of buffs. This rank can be reached by reaching a certain player level. This must/can be...
  12. dwarfmaster1974

    RecipeUnlock with a Buff does not work

    Hi all, I created a tiny XML - Mod to enable a ranking with names (Captain, Sergeant, ...) and wanted to add some abilities to these rank like unlocking recipes. So I build a buffs like this: <buff name="buffLevel04" name_key="buffLevel04Name" remove_on_death="false" icon="server_favorite"...
  13. dwarfmaster1974

    Allocs WebAndMapRendering dwarfmaster flavour

    Hi all, this is my first mod, which came to live after I presented my own map ( http://der-heimat-hafen.de ) in between a '7 Days to die' discussion on discord. So please be nice to me, I am just a newbie on that. You can Download the Mod at: github.com - Allocs WebAndMapRendering dwarfmaster...
  14. dwarfmaster1974

    7DaysToDieServer_Data/level0 is corrupted

    Hello all, Since yesterday, I get this error message when starting my server:   https://pastebin.com/HsCcHHkz This always happens when I do a reboot. Reboot means that I shut down the server with the 'shutdown' command via API call and then a validation with LinuxGSM validate. The strange...
  15. dwarfmaster1974

    Scoreboard

    following idea. I have written my own bloodmoonspawner  (bash script) that can send one or more commands at the end of the bloodmoon. The idea is now, at the beginning of the bloodmoon all player zombie kills to save and at the end of the bloodmonn as a scoreboard output. Logically, with a...
Back
Top