Jump to content

francogp

Member
  • Posts

    200
  • Joined

  • Last visited

Posts posted by francogp

  1.  

    I already told him about the 2xscope problem and I think the distribution errors may be the desert eagles cause I remember when making my mod from the names in distribution I got a error with both cause of misspelling lol also the SPR19111 that's a thing also lol

     

    Fluffe nailed it

     

    I fixed it changing 

     

    	item 2xScope	{		Type		=	WeaponMod,		DisplayName	=	Scope; 2x,		Icon		=	2xScope,

    to

    	item 2xScope	{		Type		=	WeaponPart,		DisplayName	=	Scope; 2x,		Icon		=	2xScope,
  2. 1) Question: Why it's so easy to find your items? in 4 minutes I found a military backpack and knife holster... 
    The items are VERY good items, and should be VERY RARE (may I suggest a 0.05 in the chance var instead of 0.1?).

     

    2) BUG?: Why I can't see containers on the floor, and use their items inside while using the mod?

     

    CORRECT (WITHOUT THE MOD)
    screenshot_12-02-2016_00-51-16.png

     

    INCORRECT (WITH THE MOD)

    screenshot_12-02-2016_00-50-19.png

     

    NOTE: I'm using modloader + ORMtnMan's Real Guns and hydrocraf, just in case

    FIX: You deleted a LOT of the original code, I restore that and the mod works now fine. I will test it a bit more and post here the solution.

  3. Im pretty sure that littering is just the last thing it loads then it shows all the errors it got from the mods it has nothing to do with littering at all

     

     If you look the first line

    script: loading C:\Users\Franco\Zomboid\mods\Littering\media\scripts\svglitteringrecipes.txt...

    this mod file was parsed when the errors hit the console.

  4.  

    I'm getting this:

    script: loading C:\Users\Franco\Zomboid\mods\Littering\media\scripts\svglitteringrecipes.txtERROR: can't find recipe source "RadioRed" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "RadioBlack" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio1" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio2" in recipe "Make Electronics Workbench"ERROR: can't find recipe result "HCPumpkingbuskin" in recipe "Harvest Buskin Pumpkins"ERROR: can't find recipe result "HCDissectiontabledissectedbody" in recipe "Dissect Corpse"ERROR: can't find recipe source "HCDissectiontabledissectedbody" in recipe "Remove Corpse from Dissection Table"ERROR: can't find recipe source "HCSikpants" in recipe "Make Sheet Rope"ERROR: can't find recipe source "HCSikpants" in recipe "Make Ripped Sheets"

    Huh? That's all from Hydrocraft, my mod doesn't have any such things in that script.

    That's hydrocraft lol

    Yes, but it happens while loading your files (as the first line said) ... Maybe hydrocraft integration?

  5. I'm getting this:

    script: loading C:\Users\Franco\Zomboid\mods\Littering\media\scripts\svglitteringrecipes.txtERROR: can't find recipe source "RadioRed" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "RadioBlack" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio1" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio2" in recipe "Make Electronics Workbench"ERROR: can't find recipe result "HCPumpkingbuskin" in recipe "Harvest Buskin Pumpkins"ERROR: can't find recipe result "HCDissectiontabledissectedbody" in recipe "Dissect Corpse"ERROR: can't find recipe source "HCDissectiontabledissectedbody" in recipe "Remove Corpse from Dissection Table"ERROR: can't find recipe source "HCSikpants" in recipe "Make Sheet Rope"ERROR: can't find recipe source "HCSikpants" in recipe "Make Ripped Sheets"
  6. I get this logs:

    script: loading C:\Users\Franco\Zomboid\mods\ORGM\media\scripts\ORGMMods.txtjava.security.InvalidParameterException: Error: Type		=	WeaponMods is not a valid parameter in item: 2xScope

    and this

    -------------------------------------------------------------attempted index: 6.0 of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: ORGMDistr -- file: ORGMDistribution.lua line # 668Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@34c58196function: fillContainer -- file: ItemPicker.lua line # 98java.lang.RuntimeException: attempted index: 6.0 of non-table: null        at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1549)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:473)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1672)        at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:53)        at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:81)        at zombie.Lua.Event.trigger(Event.java:37)        at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:141)        at zombie.Lua.LuaEventManager.triggerEventGarbage(LuaEventManager.java:150)        at zombie.Lua.LuaManager$GlobalObject.triggerEvent(LuaManager.java:1647)        at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)        at java.lang.reflect.Method.invoke(Method.java:606)        at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:61)        at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:199)        at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:55)        at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:983)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)        at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)        at zombie.LoadGridsquarePerformanceWorkaround$ItemPicker.checkObject(LoadGridsquarePerformanceWorkaround.java:466)        at zombie.LoadGridsquarePerformanceWorkaround.LoadGridsquare(LoadGridsquarePerformanceWorkaround.java:50)        at zombie.iso.IsoChunk.doLoadGridsquare(IsoChunk.java:1052)        at zombie.iso.IsoChunkMap.update(IsoChunkMap.java:175)        at zombie.iso.IsoCell.update(IsoCell.java:5148)        at zombie.iso.IsoWorld.update(IsoWorld.java:2497)        at zombie.gameStates.IngameState.update(IngameState.java:1249)        at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101)        at zombie.GameWindow.logic(GameWindow.java:619)        at zombie.GameWindow.run(GameWindow.java:1173)        at zombie.GameWindow.maina(GameWindow.java:974)        at zombie.gameStates.MainScreenState.main(MainScreenState.java:173)-----------------------------------------STACK TRACE-----------------------------------------function: ORGMDistr -- file: ORGMDistribution.lua line # 668Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@34c58196function: fillContainer -- file: ItemPicker.lua line # 98
  7. Some "problematic" logs

    script: loading C:\Users\Franco\Zomboid\mods\Hydrocraft\media\scripts\Farming.txtadding unknown item param "HideFromWiki" = "true"
    Loading: C:/Users/Franco/Zomboid/mods/Hydrocraft/media/lua/server/Farming/farmingCommands.luarequire("basicFarming") failed
  8.  

    I'm getting this errors:

    I'm using modloader and hydrocraft for v33.20.

    NOTE: my recipe books get duplicated on multiplayer, when I read from a container

     

     

    you can't just grab any old mod and expect it to work properly, many mods have not been worked on for quite a while and are likely to have issues with the newest builds. take time to read the thread and see when the most recent update was performed by the mod maker or someone who updated it.

     

    I already know that.... it's expected. I'm just reporting the error.

  9. I'm getting this errors:

    Loading: C:/Users/franc/Zomboid/mods/Literature/media/lua/client/TimedActions/BookChanges.lua-------------------------------------------------------------attempted index: getInventory of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: perform -- file: BookChanges.lua line # 5function: BookChanges.lua -- file: BookChanges.lua line # 19java.lang.RuntimeException: attempted index: getInventory of non-table: null        at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1549)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:623)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)        at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)        at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:630)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:576)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:460)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:381)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:500)        at zombie.gameStates.IngameState.exit(IngameState.java:701)        at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:105)        at zombie.GameWindow.logic(GameWindow.java:619)        at zombie.GameWindow.run(GameWindow.java:1173)        at zombie.GameWindow.maina(GameWindow.java:974)        at zombie.gameStates.MainScreenState.main(MainScreenState.java:173)-----------------------------------------STACK TRACE-----------------------------------------function: perform -- file: BookChanges.lua line # 5function: BookChanges.lua -- file: BookChanges.lua line # 19feb 10, 2016 2:04:13 AM zombie.Lua.LuaManager RunLuaGRAVE: nullfeb 10, 2016 2:04:13 AM zombie.Lua.LuaManager RunLuaGRAVE: nulljava.lang.RuntimeException:        at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1285)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)        at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)        at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:630)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:576)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:460)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:381)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:500)        at zombie.gameStates.IngameState.exit(IngameState.java:701)        at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:105)        at zombie.GameWindow.logic(GameWindow.java:619)        at zombie.GameWindow.run(GameWindow.java:1173)        at zombie.GameWindow.maina(GameWindow.java:974)        at zombie.gameStates.MainScreenState.main(MainScreenState.java:173)feb 10, 2016 2:04:13 AM zombie.Lua.LuaManager RunLuaGRAVE: null

    I'm using modloader and hydrocraft for v33.20.

    NOTE: my recipe books get duplicated on multiplayer, when I read from a container

  10.  

    Every time I start the game, the containers list get wrong locations:

     

    screenshot_10-02-2016_02-14-42.png

     

    I use modloader and hydrocraft in my mods, and this error appear only when I activate your mod

     

    NOTE: to "fix" the visual problem, I have to remove and equip a backpack. But now my game crash randomly...

    u tryed to reinstall all from zero? usualy it help!

    and u tryed without modloader? because i never got any problem with US ARMY mod

    Yes, I tried reinstallig. You should try to add compatibility with other mayor mods (modloader + 

    ORMtnMan's Real Guns http://theindiestone.com/forums/index.php/topic/11164-ormtnmans-real-guns-mod-1242-3230/, hydrocraft http://theindiestone.com/forums/index.php/topic/11557-hydrocraft-mod/, etc are the biggest mods out there so...)

  11. The download folders from dropbox should be a ZIP file ready to install in the mod folder when unzipped.. so you can put the version number there.

  12.  

    { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" },
    { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" },
    { name = "TheWalkingDead Prison", file = "media/maps/PZ Map Pack/spawnpoints/TWDPrison/spawnpoints.lua" },
    { name = "New Denver", file = "media/maps/PZ Map Pack/spawnpoints/New Denver/spawnpoints.lua" },
    { name = "Rebuild", file = "media/maps/PZ Map Pack/spawnpoints/Rebuild/spawnpoints.lua" },
    { name = "Dreadwood", file = "media/maps/PZ Map Pack/spawnpoints/dreadwood/spawnpoints.lua" },
    { name = "Phoenix", file = "media/maps/PZ Map Pack/spawnpoints/Phoenix/spawnpoints.lua" },
     
    like this?

     

    yes :D

  13. Every time I start the game, the containers list get wrong locations:

     

    screenshot_10-02-2016_02-14-42.png

     

    I use modloader and hydrocraft in my mods, and this error appear only when I activate your mod

     

    NOTE: to "fix" the visual problem, I have to remove and equip a backpack. But now my game crash randomly...

  14.  

    its already there?

     

    The problem is that if you use the folder name media/maps/TEST MAP-release v0.1b/ it will cause problems everytime you change the name/version, specially for servers.

    You should change the folder name to "media/maps/PZ Map Pack/" like the mod name (including the spwnpoint location as I said before), and the version number should be on the downloadable ZIP file, like others MODS/MAPS.

  15. You sholuld change your folder name to PZ map Pack in spawnpoint file like in 
     

    	{ name = "New Denver", file = "media/maps/TEST MAP-release v0.1b/spawnpoints/New Denver/spawnpoints.lua" },
  16. I get:

    ERROR: can't find recipe source "RadioRed" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "RadioBlack" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio1" in recipe "Make Electronics Workbench"ERROR: can't find recipe source "HamRadio2" in recipe "Make Electronics Workbench"ERROR: can't find recipe result "HCPumpkingbuskin" in recipe "Harvest Buskin Pumpkins"ERROR: can't find recipe result "HCDissectiontabledissectedbody" in recipe "Dissect Corpse"ERROR: can't find recipe source "HCDissectiontabledissectedbody" in recipe "Remove Corpse from Dissection Table"ERROR: can't find recipe source "HCSikpants" in recipe "Make Sheet Rope"ERROR: can't find recipe source "HCSikpants" in recipe "Make Ripped Sheets"

    on my logs

    and I get:

    Loading: C:/Users/franc/Zomboid/mods/Hydrocraft/media/lua/server/HCLoading.lua-------------------------------------------------------------attempted index: items of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: HCLoading.lua -- file: HCLoading.lua line # 3299java.lang.RuntimeException: attempted index: items of non-table: null        at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1549)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:473)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)        at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)        at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:630)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:576)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:460)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:381)        at zombie.network.GameServer.doMinimumInit(GameServer.java:1606)        at zombie.network.GameServer.main(GameServer.java:449)-----------------------------------------STACK TRACE-----------------------------------------function: HCLoading.lua -- file: HCLoading.lua line # 3299feb 10, 2016 12:50:19 AM zombie.Lua.LuaManager RunLuaSEVERE: nullfeb 10, 2016 12:50:19 AM zombie.Lua.LuaManager RunLuaSEVERE: nulljava.lang.RuntimeException:        at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91)        at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1285)        at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)        at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)        at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)        at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:630)        at zombie.Lua.LuaManager.RunLua(LuaManager.java:576)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:460)        at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:381)        at zombie.network.GameServer.doMinimumInit(GameServer.java:1606)        at zombie.network.GameServer.main(GameServer.java:449)feb 10, 2016 12:50:19 AM zombie.Lua.LuaManager RunLuaSEVERE: null

    note: I'm using modloader.

    If you need a complete log and mod list let me know

×
×
  • Create New...