• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

GneX's A19 Modlet Collection

GneX

New member
Note: I'm new to modding and I'm learning as I go! So go easy on me ;)

I'm gonna add more Mods in the future hopefully ...

Better Goggles

Adjusting the stats of some Eyewear in the game that feels more fair.

  • All Goggles have +10% Exp Gain & +4 Loot Bonus
  • Aviator Goggles have +1 Fortitude 
  • Treasure Radius -1 still exclusive to Aviator Goggles
  • Crafting Time -10% still exclusive to Nerdy Glasses


Note: Might be adding Cold Resistance to Ski Goggles & Heat Resistance to Shades in the future so that they all have an additional exclusive Stat.

Pictures

https://imgur.com/a/bMfXnb3

View attachment Better Goggles.rar

 
Last edited by a moderator:
Thanks GneX

Simple and very useful your mod, welcome to modding.

Edit:  Currently I made 3 mods, the first is crystal arrows and cause bleeding, the second is a mod that can be installed on bows and causes bleeding, the last mod is installed on helmets, it is for being underwater and you have no limit.

Apart from the ones I have published here.

 
Last edited by a moderator:
2020-07-05T10:08:10 2.866 INF [MODS] Trying to load from folder: Better Goggles
2020-07-05T10:08:10 2.869 ERR Failed parsing C:/Program Files (x86)/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../Mods\Better Goggles/ModInfo.xml:
2020-07-05T10:08:10 2.870 EXC An error occurred while parsing EntityName. Line 5, position 62.
XmlException: An error occurred while parsing EntityName. Line 5, position 62.

 
2020-07-05T10:08:10 2.866 INF [MODS] Trying to load from folder: Better Goggles
2020-07-05T10:08:10 2.869 ERR Failed parsing C:/Program Files (x86)/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../Mods\Better Goggles/ModInfo.xml:
2020-07-05T10:08:10 2.870 EXC An error occurred while parsing EntityName. Line 5, position 62.
XmlException: An error occurred while parsing EntityName. Line 5, position 62.
Hi Leaffallinglight

I took a look at the file and everything is fine except in the modinfo.xml file the name you put doesn't match the folder name, try changing the mod folder name to GneX 'Better Goggles', that could fix it

 
@GneX, @Leaffallinglight

No, the ModInfo.xml is invalid, you cannot put '&' into XML like normal text, its a special char used for encoding chars that are not valid in XML.

So either replace it with the word 'and' or with the encoding for the ampersand '&'.

https://www.freeformatter.com/xml-validator-xsd.html

Error: The Entity Name Must Immediately Follow The '&' In The Entity Reference., Line '4', Column '62'.

(line 4 because it does not count the <xml> header...)

 
Last edited by a moderator:
嗨,Leaffallinglight

我看了看文件,一切都很好,只不过在modinfo.xml文件中,您输入的名称与文件夹名称不匹配,请尝试将mod文件夹名称更改为GneX'Better Goggles',可以对其进行修复。
I didn't change anything. I unzipped it using this MOD and got an error

 
Thats why I tagged OP as well, its a error in the files.

You can fix it yourself if you remove/replace the '&' (ampersand character).

I replace it with the word 'and' so it still makes sense.

Code removed as it was fixed.

 
Last edited by a moderator:
Should be fixed now ...

Like I said I'm still new to xml & coding in general so sorry about that ;)

But thanks for the helpful answers it helps me learn ♥

 
Thats why I tagged OP as well, its a error in the files.

You can fix it yourself if you replace/replace the '&' (ampersand character).

I replace it with the word 'and' so it still makes sense:

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<ModInfo>
<Name value="GneX Better Goggles" />
<Description value="Improved Aviator Goggles, Ski Goggles and Shades" />
<Author value="GneX" />
<Version value="1.0" />
</ModInfo>
</xml>

Hi  Akzyra

You are right Akzyra, how did that happen to me?

Should be fixed now ...

Like I said I'm still new to xml & coding in general so sorry about that ;)

But thanks for the helpful answers it helps me learn ♥
Don't worry GneX, that's what we are here for, to help.

 
this mod is what I am looking for but I am getting items.xml errors when I try and load it on A19e B173.  seems B173 changed stuff. 

 
FEATURE request - can you add a range for the stats?  

example would be: <passive_effect name="LootGamestage" operation="base_add" value="4,10"/> 

in this example the lootgamestage can range from 4 to 10

for bartering it could be:

<passive_effect name="BarteringBuying" operation="base_add" value=".1,.5"/>
<passive_effect name="BarteringSelling" operation="base_add" value=".1,.5"/>

this would allow for players to look for better versions like we do for BDU and Coats, etc. 

 
Back
Top