Search found 133 matches
- Sat Jan 16, 2021 5:59 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3708
- Views: 1265227
Re: Ask a simple question, get a simple answer
Is it at all possible to somehow get monsters to attack each other? In a puzzle I am working on the player uses buttons to control a monster (move, attack, turn) and use it to fight other monsters. (it will be an uggardian or something so that it uses ranged attacks.) The problem is that the other m...
- Tue Jan 12, 2021 3:13 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3708
- Views: 1265227
Re: Ask a simple question, get a simple answer
Is there some sort of 'wait' function in Grimrock scripting so I don't have to use a bunch of timers and get confused? Example:
Code: Select all
function test()
print ("test")
wait 2
print ("test_2")
end
- Sat Jan 09, 2021 4:27 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3708
- Views: 1265227
Re: Ask a simple question, get a simple answer
I don't know anything about modeling or animation, but on Nexus there is the Stairs and Elevator Demo that has some scripts that simulate the 'elevator' effect, and you could probably use it on your own model.
Re: monsters
So you're going to start on the kobold again? 

Re: monsters
Yay! So can you publish them then?
- Fri Jan 01, 2021 5:14 pm
- Forum: Mod Creation
- Topic: Dense Forest Tileset For SuperGPU
- Replies: 4
- Views: 363
Re: Dense Forest Tileset For SuperGPU
This looks really good, but I have one question. Since there is no additional model or texture, why couldn't you just copy and past the tile defenition?
Re: monsters
He was last active five years ago, so I doubt he'll be online again soon. 

- Fri Dec 25, 2020 3:56 pm
- Forum: Mod Creation
- Topic: Merry Christmas!
- Replies: 39
- Views: 3093
Re: Merry Christmas!
Merry Christmas everyone! I will probably not be looking at this untill tomorrow, but I am very impatient. What do you mean by 'hook any function in the game?' Is there some that you can't normally? edit: Nevermind, I opened it. I don't think I'm nearly advanced enough at scripting to do anything wi...
- Thu Dec 24, 2020 1:01 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3708
- Views: 1265227
Re: Ask a simple question, get a simple answer
Two more questions: first, if the player creates a party, changes the position of champion 1 and champion 2, then imports that party into a different mod, would the game remember the original Ordinal or make a new one based on the party's formation when it was imported? Second, is there some sort of...
- Fri Dec 18, 2020 3:30 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3708
- Views: 1265227
Re: Ask a simple question, get a simple answer
So what is the point of it? is it for performance so it doesn't load the models the player usually wouldn't see or something?