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

<Modlet> Proper Repair Kits

I had to pull this mod from our server :(

I isolated it to my single player game as well so it was the only mod running.  But when players have a robotic junk sledge on their hotbar and go to select it they get the thousands lines of red "object reference" errors :(

I can reproduce for you at will if you can not.  I won't check back here much but you can find me at kittenmegaming.com where I have other ways you can find me.  Hope you get this one fixed up!!  I really wanted it on our server for this next season :(

 
Last edited by a moderator:
Great work! I had thought I would like to see parts used in repairing instead of just repair kits, and this mod does the job brilliantly.

There are some corrections to be made to the localization text file, namely:

The description of scrap armour and steel armour has not been updated. It is because "armorHeavyGroupDesc" only changes the description of iron armour. The line of code for armorHeavyGroupDesc should be repeated for armorSteelGroupDesc and armorScrapDesc. (Notice it isn't ScrapGroup, just Scrap).

The steel pickaxe has its description where its names should be, because "meleeToolPickT2SteelPickaxeDesc" is missing the "Desc" at the end. This was already mentioned by someone else, but they didn't say what the cause was.

Thanks

 
Man, I wish I knew why I don't get notified of new posts to my mods threads....  any way.  I will work these bugs out.  Thanks for the heads up.

 
Awesome Mod! Really enjoying it on my single player, but I'm trying to get it working on my dedicated server. The repair items seem to stay but none of the description from the localization file are there. Are there any solutions to this or does that need to run on clients as well? Thank you!

 
that may need to be local.  I am not sure...  But that doesn't make sense.  I will test it and see what I can see...

 
Last edited by a moderator:
that may need to be local.  I am not sure...  But that doesn't make sense.  I will test it and see what I can see...


I just checked. The case of your localization filename does not match the game's case. It should be "Localization.txt", and yours is "localization.txt".

This will work OK on Windows (since file and folder names are not case sensitive on Windows), but not on any other operating system. So if the dedicated server is Linux, it won't pick up that file. (Nor will it work on Mac, but I don't know how many Mac players there are.)

 
Last edited by a moderator:
New update has been released, Ver. 1.9

this has Localization.txt fixes and additions.

Adds in vehicle repair kit.  Got it working with a kind of work around.

See first post for details

 
Last edited by a moderator:
@Iceburg71 bug report.

Localization. Row 19

resourceIceburgBowRepairKitDesc,items,Item,"Machine Gun Repair Kits are used to repair the Wooden Bow, Compound Bow, Iron Crossbow, and Compound Crossbow."

 
Hey, I found an issue with your mod when trying to debug an issue someone brought up about my item quality degradation mod. When you try and repair the steel club, you get an error like the one posted above about the machete.

 
Thanks for the mod, it works well except for renaming the basic kit, which is only used for vehicles.

resourceRepairKit,items,Item, "Vehicle repair kit",

It still leaves:  

resourceRepairKit,items,Item, "Repair Kit",

 
Back
Top