Recent content by BoQsc

  1. B

    [XML Modlet Help!] Skill count resets randomly for players on the server.

    I have this home-made progression system where if player hits a block, the player progress in Mining skill. I thought it would have been simple to implement. But somehow the Mining skill resets for each player on the server randomly. Example: player would play the game for a real-time week on...
  2. B

    World_Events_On_Player_First_Login - Allows to do something on the very first player appearance.

    This modlet was inspired by a comment in the original xml files of 7DTD stating that onSelfFirstSpawn event does not work, and yes it indeed is not working for many alphas now. So the best I could think of now was to make a modlet that at least can do trigger something on First Player Login to...
  3. B

    Disable infection until level 5: World_No_Infection_Until_Player_Level

    Mods\World_No_Infection_Until_Player_Level\Config\buffs.xml <configs> <insertBefore xpath="/buffs/buff[@name='buffOnAnyCrit']/effect_group/triggered_effect[@buff='buffInfectionCatch']"> <requirement name="PlayerLevel" operation="GT" value="5"/> </insertBefore&gt...
  4. B

    Listing all POI Names for 7DTD version 1.0 and 1.1

    Here is a example Python script to extract or list POI names by using a localization file. It might be useful to use for rwgmixer.xml findpois.py input_file_path = r"C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Data\Config\Localization.txt" output_file_path = "POIs.txt" # Read...
  5. B

    Trigger Vehicle manager before server restart to prevent vehicles from disappearing.

    Idea: While flying with gyrocopter and a server restart happens, the vehicle is lost on next login and no longer exists. I think that a modlet that could trigger vehicle manager or save vehicles before server restart would be great.
  6. B

    Unable to override_buy_markup of Player Vending Machine

    I would like to make overall average price at Player Vending Machine a bit higher. After some trials in the Config/trader.xml I was not able to see changes when opening a Player Vending Machine. I tried to adjust override_buy_markup="1.0" override_sell_markup="1.0" of ID:3, but the price in...
  7. B

    [Dedicated Server] Huge RAM usage after clean Virtual Private Server setup! Crashes! Memory leak!

    Huge RAM usage after clean migration from a hosting to VPS! Crashes! With the previous hosting provider I've had no problems it used around 3GB of RAM for 9 very active players. It's been alright for a whole month. After migration to a real Linux Ubuntu VPS and using SteamCMD to setup a 7dtd...
  8. B

    7 Days To Die Vanilla Public Server with minimal modlets.

    Basic Vanilla Public Server. Longterm and reliable with minimal modlets. Server Name: 7 Days To Die Vanilla Public Server Server Description: Basic Vanilla Public Server.  Simple Open Public-Server 24/7 PVE with ~16 player slot for everyone. Server IP: 109.190.90.18 Port: 26900 Vanilla...
  9. B

    XML Informational UI modlet: Add Server Name or Text to the top-left corner. (Similar to 7DTD version)

    I would like to know what would be the most correct and simpliest way to add some informational text at the top-left corner. The text should stay in the background no matter what other UI is opened.
  10. B

    A storage container that is opened from the inventory of the player.

    After a quick search, I have't seen anyone that made it.  I would like to know how hard would it be to make a inventory item that would open up as additional smaller UI to which you could add your stuff.  This might be useful if the server is about dropping backpack and having such small...
  11. B

    Why there is no modlet that would allow to drive Non-Drivable vehicles?

    It would be interesting to see non-drivable vehicle multiplayer-friendly-modlet that does not require new client-side resources. Is there a reason why it would not be possible to make cars like these drivable in 7DTD Alpha 21:
  12. B

    Array out of bound when reaching the end of the toolbelt. (7DTD-fpsHUD Mod) (UI modders help needed!)

    I downloaded one of the UI mod  7DTD-fpsHUD Mod . I keep on wondering why this is happening in the 7DTD-fpsHUD Mod  Once I reach the end of the Toolbelt (8th slot) using mouse scroll wheel, this error pops up and I'm not sure what to do to fix it. Anyone have this experience in 7DTD UI...
  13. B

    [Question][Server Side] Progression by action modlet

    I'd like to know if it would be possible to make a progression modlet, where a player would get better by repeating the actions. For example: * After passing certain amount of digged blocks - the blocks are digged faster. * After using a bat as a weapon for a while, the damage by using bats...
  14. B

    PVP/PVE Open Public Community server: 1000XP | Loot 300%

    Server IP: 7days.vaido.world Website: http://7days.vaido.world Facts: The Small Map is Generated. Not a Navegaze. PVPVE - Player Versus Player Versus Environment Server. Hosted for at least 4 years or more. Freedom and minor moderation. Open community server with open configurations...
Back
Top