Jump to content

modoverrides.lu


Recommended Posts

Hi everyone,i have created modoverrides.lua and i need to change the speartrhow option, can somebody help me?? what am i doing wrong

return {

    --#Speartrhow
    ["workshop-354415247"] = { enabled = true,
             configuration_options =
              {
                  {SMALL_MISS_CHANCE = 0,}
                  {LARGE_USES = 150,}
                  {SMALL_USES = 150,}
                  {RANGE_CHECK = true,}
             }
            },
["workshop-336882447"] = { enabled = true }
}
      
 
 
 
EDIT: I wrote the title bad, but the file is correctoy created as modoverrides.lua
Link to comment
https://forums.kleientertainment.com/forums/topic/51001-modoverrideslu/
Share on other sites

@Screamer21, You have too many {}s:

return {    --#Speartrhow    ["workshop-354415247"] = { enabled = true,             configuration_options =              {                  SMALL_MISS_CHANCE = 0,                  LARGE_USES = 150,                  SMALL_USES = 150,                  RANGE_CHECK = true,             }            },["workshop-336882447"] = { enabled = true }}

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...