Jump to content

XprogeR

Member
  • Posts

    9
  • Joined

  • Last visited

XprogeR's Achievements

  1. Thank you for reply, this is sad... Are you planning to add this tool into lua in future?
  2. Can somebody explain how to work with with blood splats? What type this is? How I can check it is present at current square or not and how I can add or remove it? After some time of debugging I find what IsoGridSquare has two methods bloodSpalt(...) and DoSplat(...). I think what DoSplat is adding splats on a square. But how detect and remove splats from it?
  3. No, this is also trigger error Unknow option. ".\jre64\bin\java.exe" -Xms1024m -Xmx1024m -Djava.library.path=./ -cp lwjgl.jar;lwjgl_util.jar;./ zombie.gameStates.MainScreenState -dDebugPAUSE I put the flag in wrong place: This is working: ".\jre64\bin\java.exe" -Ddebug -Xms1024m -Xmx1024m -Djava.library.path=./ -cp lwjgl.jar;lwjgl_util.jar;./ zombie.gameStates.MainScreenStatePAUSE
  4. No, this is also trigger error Unknow option. ".\jre64\bin\java.exe" -Xms1024m -Xmx1024m -Djava.library.path=./ -cp lwjgl.jar;lwjgl_util.jar;./ zombie.gameStates.MainScreenState -dDebugPAUSE
  5. How i can get debugger in build 27 #1. OS: Win 8.1 Bought the game on the Steam. When i add -debug/-Debug/-D I'm getting in console Unknow option "__OPTION_NAME__" With LShift no luck too. I'm sorry for my bad English.
  6. After adding id line with random value it start working.
  7. Got some of exceptions while launching with CraftHelp mod after update the game in the Steam:
×
×
  • Create New...