Jump to content

oddohut

Member
  • Posts

    1
  • Joined

  • Last visited

oddohut's Achievements

  1. u say z spawn doesn't work for you? i was able to get it to work by just using some of the info from mindmod Create a folder in your C:/user/(your usr name)/zomboid/mods/ name it zspawn in the zspawn folder make a txt file, edit it and add the fowling lines: id=ZSpawnname=ZSpawnV0.1 save as... (all files) mod.info also in the zspawn folder create another folder, name it media. in the media folder make another, name it lua. in there a folder named clientthen in the client folder create another folder named zspawn and place the mod file (ISUI), also in this zspawn folder make another txt and edit it add the fowling: -- Cleaning MOD-- created by Spyder638 -- General mod infolocal MOD_ID = "ZSpawn";local MOD_NAME = "ZSpawn";local MOD_VERSION = "0.1";local MOD_AUTHOR = "Spyder638";local MOD_DESCRIPTION = "Spawns a variety of weapons and items";local MOD_URL = "http://theindiestone.com/forums/index.php/topic/1522-zspawn-outdated/" -- Prints out the mod info on startup.local function MindModinfo()print("Mod Loaded: " .. MOD_NAME .. " by " .. MOD_AUTHOR .. " (v" .. MOD_VERSION .. ")");end -- Game eventsEvents.OnGameBoot.Add(MindModinfo); save ass... (all files) zspawn.lua Ok now you are all done mod fixed
×
×
  • Create New...