Jump to content

TodesRacher

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by TodesRacher

  1. Okay I have just returned to the game after several months away to find RFK in my mods list and thought this looks kewl. However I am unable to load any weapons what so ever with ammo. I have matched the correct ammo type to correct weapon in my inventory and nothing work, not right clicking and selecting the reload option and R no longer seems to be an option as this is now bound to rotating buildings in my options. I have closed down client and restarted. I am updated through steam. Is there something I am missing? I would really like to be able to use these guns, I have no problem finding the guns or ammo, just can't seem to get them to load or reload. EDIT: Well it seems to work fine in the beta build on Steam just not stable. Maybe that is what I was missing.
  2. I cannot get the beta to download for me. Am I missing the beta access code to download this on Steam?
  3. Found a code error in Flectchery.lua. The word wardrobe is misspelled in several lines. I am copy pasting these lines for you. This is causing Arrows,bows, and bolts to not spawn in the game. Fixing it in my file corrects the problem. Excellent mod, I am enjoying it It is line 33 through 44 when I open the lua in notepad++ table.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, "Fletchery.Bolts");table.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, 4);table.insert(SuburbsDistributions["all"]["crate"].items, "Fletchery.Bolts");table.insert(SuburbsDistributions["all"]["crate"].items, 5);-- Distributes bows into the worldtable.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, "Fletchery.bow2");table.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, 3);table.insert(SuburbsDistributions["all"]["crate"].items, "Fletchery.bow2");table.insert(SuburbsDistributions["all"]["crate"].items, 4);--Distributes arrows into the worldtable.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, "Fletchery.Arrows");table.insert(SuburbsDistributions["bedroom"]["wardbrobe"].items, 4); Also the crossbow is using more than one shot per firing/kill.
  4. I don't have the Steam version so I cannot test it.. I really have no idea where they are supposed to go.. with 2.9.9.16 the sprites go in the base PZ folder, if they don't work in there for the steam version then I have no clue until the stable releases on Desura.. I apologize for not being much help. Okay thank you for the response I will keep working on it and will let you guys know if I figure it out.
  5. Where do I place the sprites? I am currently running the game through steam and have no problems with most mods I try by manually adding them. However I can not seem to get the sprites in the right place. Any help would be greatly appreciated.
×
×
  • Create New...