Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Mods crashing my game

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
1/25/2021 1:37:36 PMAUrankStuff before revert after revert
1/25/2021 1:32:19 PMAUrankStuff before revert after revert
1/25/2021 1:30:43 PMAUrankStuff before revert after revert
Before After
1 {{{[f=-000001] Warning: [Game::Load][1] forced quit with exception "Defs-Parser: [pcall] error 2 ("[string "gamedata/defs.lua"]:38: [string "gamedata/defs.lua"]:26: error = 2, gamedata/unitDefs.lua, error = 2, gamedata/unitdefs_post.lua, [string "gamedata/unitdefs_post.lua"]:495: attempt to perform arithmetic on field 'maxdamage' (a nil value)}}} 1 {{{[f=-000001] Warning: [Game::Load][1] forced quit with exception "Defs-Parser: [pcall] error 2 ("[string "gamedata/defs.lua"]:38: [string "gamedata/defs.lua"]:26: error = 2, gamedata/unitDefs.lua, error = 2, gamedata/unitdefs_post.lua, [string "gamedata/unitdefs_post.lua"]:495: attempt to perform arithmetic on field 'maxdamage' (a nil value)}}}
2 \n 2 \n
3 that seems to be the issue. 3 that seems to be the issue. the main error seems to be
4 \n
5 {{{attempt to perform arithmetic on field 'maxdamage' (a nil value)}}}
6 \n
7 It also mentioned line 26 and 38. The units with their maxdamage defs in those positions are:
8 - Glaive
9 - Rohin
10 - Vandal
11 - Ultimatum
12 - Guass
13 \n
14 (this is based of a slightly outdated version, but I see no reason for things to have changed by then)