Deleting the lines worked and I even got the original script sorted thanks too you Minmay! Ever the legend, so glad your still around here! Cheers mate! Edit: Pretty sure I changed something in my monster.lua after I also messed up the dungeon.lua and that was causing the nil. Thankfully I made a ba...
No I didn't delete anything. Basically the party grabs a sword off an altar which starts a boss battle. One of the connectors is to a script entity that is supposed to reference yunintemple.lua but was incorrectly referencing monsters.lua. Thinking I had solved the issue I switched the little pull d...
Ok, so I got it to load the floor finally by switching it to the correct script. But then it said something about not enough memory and CTD. Now when I attempt to load the mod it says- mod_assets/scripts/dungeon.lua:13856: attempt to index a nil value. that line of code reads as follows in dungeon.l...
Yes I found it easily enough in my Dungeon.lua, but what do I do with it? Do I delete the entry? When I tried to outright remove the problematic script entity in my mod it threw even worse error and crashed editor. Edit: Oh I figured it out... I must have switched the referenced script from the cust...
Hello everyone, I seem to have finally exploded something in my mod and could use a brain or two to get this working for me again. Thanks in advance! I was messing with one of my monster definitions in my monsters.lua and now whenever I try to run the editor with this specific floor enabled it crash...
Pretty sure its just copy pasta and then modify some .lua files. Nothing is easy when it comes to Grimrock modding and your ganna have to dig through mods and the forums to find most of the cool stuff people have released over the years. Check the Super Threads of both Grimrock forums for the most r...
More grinding on the Old Roads and Lothrah Bogs... she's coming together really nicely. Got several more maps nearly completed and doing a ton of balancing and reworks on weapons, spells and gear. :D https://i.imgur.com/fLbIbTq.jpg https://i.imgur.com/ci03ged.jpg https://i.imgur.com/yNrWAvp.jpg
Make your model in Blender first, then use FBX converter to get it into the right format for LoG2. I believe you need the animation files as well if your making monsters or whatever created using outside program as well and then import it in. You will need something like Gimp or Photoshop to make yo...
A script like this was probably used in a custom mod Tawmis. This is the script I used to add water potions to my Mod, pilfered and modified from somewhere on these forums in ages past. Sorry if I can't recall who I lifted the original script from. defineObject{ name = "potion_water_breathing&q...