First:
LUA ++ by itself
Second:
With a huge amount of scripts, a few of which don't work, credit to everyone who made them. I got them out of chrispee's repack
Extract to your ascent (Or openascent) folder. Then go into your ascent-world.conf and find
And change it to:Code:#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Scripting Engine Setup # # Ascent can support multiple script backends via the means of loading .dll files for them. # This section in the config can enable/disable those backends. # # LUA # If you would like to enable the LUA scripting backend, enable this. # Default: 0 # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# <ScriptBackends LUA="0" AS="0">
Thanks a Helluvalot to 2dgreengiant for showing me how to compile stuff.Code:#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Scripting Engine Setup # # Ascent can support multiple script backends via the means of loading .dll files for them. # This section in the config can enable/disable those backends. # # LUA # If you would like to enable the LUA scripting backend, enable this. # Default: 0 # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# <ScriptBackends LUA="1" AS="1">