-
Content Count
52 -
Joined
-
Last visited
Community Reputation
17 GoodAbout FreakUK
-
Rank
Scavenger
- Birthday March 6
Personal Information
-
Location
United Kingdom
-
Interests
Coffee. Whiskey. Poker.
Recent Profile Visitors
316 profile views
-
Hey folks - sorry for being absent recently. I'll Check any affected mods over the next week or so. If anyone is having issues, please let me know! Yep that situation is exactly why I made it Glad it's helpful!
-
Multiple land claim blocks in SP.
FreakUK replied to SkeletonDragon's topic in Discussion and Requests
Sorry about that - restored. -
Ammo Crafting updated to include Shotgun Ammo.
-
If I recall correctly, it's controlled by: <property name="TimeStayAfterDeath" value="10"/> in entityclasses.xml (playermale) Time is in Seconds.
-
Any mod to 'fix' random stats on items?
FreakUK replied to -Holo-'s topic in Discussion and Requests
Can be done easily enough with a quick modlet Actual "magic code" for items.xml <!-- Remove Random stats on gear --> <set xpath="/items/item/effect_group/passive_effect[@value='-.2,.2']/@value">.2</set> <set xpath="/items/item/effect_group/passive_effect[@value='-.15,.15']/@value">.15</set> <set xpath="/items/item/effect_group/passive_effect[@value='-.05,.05']/@value">.05</set> <set xpath="/items/item/effect_group/passive_effect[@value='-.122,.122']/@value">.122</set> <set xpath="/items/item/effect_group/passive_eff -
None of these modlets should affect an existing game, assuming you take the necessary precautions: Ammo Crafting: Remove any bullet tips or casings from storage/crafting queues. As an aside, you should ALWAYS back up your save files before installing a new modlet, just in case something goes wrong. I've installed all of these mods mid-game (solo and co-op, haven't tried a server), and not had any issues, but I, like any mod author, cannot guarantee that their wont be any problems - It all depends on what other mods you're running, and whether the game decid
-
Try renaming the modinfo.xml to Modinfo.xml (note the capital M) - Linux is VERY case sensitive (My fault - I should have capitalised it in the first place!)
-
How do I write a custom localization file for a mod?
FreakUK replied to Noisy Pants's topic in Discussion and Requests
Like Gouki said. Just take a look at the vanilla localization, or the localization for any mod if you're having issues, but all of mine are like this: Key,File,Type,UsedInMainMenu,NoTranslate,english FRK_Coop,Blocks,block,,,Chicken Coop FRK_Coop_Desc,Blocks,block,,,"Generate your own Eggs and feathers!\n\nUnlocked with the 'Living off the Land' perk." FRK_Coop_Full,Blocks,block,,,Full Chicken Coop -
How to make an image be associated with a new item?
FreakUK replied to Zombinator's topic in Discussion and Requests
<property name="CustomIcon" value="iconNameHere"/> With iconName being either an existing in-game icon, or an icon in your mod -
Ammo Crafting Mod updated to include AP/HP variants of the Steel Ammo, Added HP/AP bullet tips for all calibers, added different sized primers (Small Pistol, Large Pistol and Large Rifle).
-
New Mod added: Ammo Crafting.
-
New Mod added: Schematics Desk.
-
You can ignore that - it's there just to make sure there are no mod conflicts with the Motorcycle Alterations mod.
-
You're welcome.
-
You're welcome