I kind of stopped working on it, because things got complicated. Here it is: http://i.imgur.com/o7v9K.png It's programmed in Visual Basic 6. :P Sorry, it's what's available to me, and it's easy. It already creates valid maps that work right now within LoG. When you save, it puts all maps in a local ...
I wrote a program to parse through the lua files and capture text after instances of "name." :P Here's literally everything: Items power_weapon fire_blade_empty fire_blade lightning_rod_empty lightning_rod lightning_blade_empty lightning_blade venom_edge_empty venom_edge legionary_spear as...
Maybe this isn't realistic or something you guys would be willing to do, but I thought it was worth asking. Could we have a program switch to load loose levels from assets/dungeons/Grimrock? Maybe -l, so a shortcut could say "Grimrock.exe -l" and the program would look for folders first be...
...The problem is that you do need to modify the .dat to load stuff off disk. I'm pretty sure earlier in this thread it was shown that Grimrock can load replacement files outside the dat, so you don't need to modify the dat itself. As far as I can tell, currently you must modify the dat file in ord...
This probably isn't the thread to talk about the dev console, but I imagine it's disabled for good reasons. I don't know all the possible limitations and restrictions set by Steam, but currently, adding the console as described in this thread would let you cheat to get the Steam achievements. I don'...
I think "uses all the functions..." doesn't mean "includes the functions" but "includes calls to those functions which will only work when invoked inside the LoG environment". So it doesn't include anything ripped from the game. Yeah, that's what I meant. For example, ...
They'd go in different places on different levels (the winding stairs). You don't need a lot of space, roughly 5 tiles per map which, even on the busiest map (4, I think), has plenty of places. I'm presuming the levels are situated on an empty plane (which is why it's easy to put in another part of...
Then this thread is already in violation, correct? Manually decompiled level 1 lua in the first post (pastebin) Modified console.lua distributed in this post (dropbox) Actually, I'd like to know more about what constitutes breaking the rules. If we create a new level01.lua from scratch, new map, new...
Stairs, if they don't get an official release, are definitely the first thing I'm modding in. Perhaps in a new dungeon of your own creation, but I highly doubt it'd be possible with the existing dungeon. Where would you put them? The maps seem limited to 32x32 and most spaces are occupied on one fl...