Recent content by ThunderSn1per

  1. T

    [SOLVED] XML patch "did not apply"

    Hi all, I've got this very basic XML patch for loot.xml <config> <setattribute xpath="/loot/lootgroup[@name='groupQuestRewardSkillMagazinesAll01']" name="count">2</setattribute> <set...
  2. T

    Make Workstation Require Electricity

    Hello all, I've been poking around the XML files and am trying to add a block that requires electricity. I've opted to just borrow the Forge template so essentially trying to add electricity to the Forge however, whenever the block is placed down everything in the world becomes impossible to...
  3. T

    Error in Quest

    I am getting this error when I start my quest through the console: 2023-08-31T16:29:08 644.165 EXC Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: startIndex *** ERROR: Executing command 'givequest' failed: Index was out of range. Must be...
  4. T

    Custom POI and Questing

    Hello all, I have been working on creating a new POI and wanted to add my own custom quest to this. It is technically slightly different and I've added the Quest Tag in the prefab properties, however, I am not sure how to add the tag to the quests.xml file as I can only find reference to...
  5. T

    Quest Additions

    I have been speaking with a few other members of the community on an issue I have been trying to overcome in questing. There are two things I'd really like to see to assist others in creating quests that can make some really interesting lore and sideline stories in addition to the main game...
  6. T

    Quests Server Side

    Just a couple of quick questions: 1) Having created a custom quest, how can other players on the server be forced to download those components i.e. custom icons etc. Everything works flawlessly except for the fact that my item has no icon for other players! Which sort of makes it easy to miss...
  7. T

    Fetch Quests Custom Container

    Hi All, Has been a little while since I did any modding in 7 Days but since my girlfriend is besotted with the game it has pulled me back into it! I would like to create some quests that remain immersive but extend upon the current rather basic, yet still fun, quests that are currently built...
  8. T

    ShowTip without Localization?

    Is this possible? When using the below code in XML it takes the value an appends '_title' to the end, how can I add this without creating a localization file? As you can see, I've tried a few things and nothing works. So the title simply reads: 'This is the actual value_title'
  9. T

    Quest Container and Random POIs

    Hi All, I'm having some trouble with a couple of things, just wondered if anyone has any idea on how to resolve them or even just some advice/help really? Quest Container 1) I cannot seem to change the quest container, it always appears to be the satchel, I have created my own container and...
  10. T

    Quest Items List

    Hello All, I am looking to find a way to add items to the quest item list. I would love to be able to SEE the quest item list too, but despite all my searching, I can't seem to find anything. I've noticed that fetch quests have a property: This is what I'm trying to find and edit as I want...
  11. T

    Quest Modding NO TRADER Error

    Hi All! I've begun looking at creating some quests for this awesome game and was wondering if anyone can shed some light on an error that I cannot seem to fix? When loading into the game and using a book that I have set to begin the quest, I am given a "NO TRADER" objective for the Rally...
Back
Top