Nameless Voice on 3/4/2009 at 10:03
Quote Posted by Hiatus
(what e+shift : "fly -1" does do btw?)
"Float downwards"
Quote Posted by Hiatus
finally, how to select expert/hard difficulty level (instead of normal) when loading a mission (.miss) in Dromed? And, is it possible to load a game from previously saved game in Dromed (to go to game mode)?
quest_create_mis difficulty,0 (where 0 = Normal, 1 = Hard, 2 = Expert).
process_difficulty
Never save the mission after doing that (if you're actually working on a mission in DromEd).
Hiatus on 3/4/2009 at 10:12
for me, it does. Maybe you already have "p" bound to something else?
anyway, any more "cheat"/cheat-like dromed commands/keyboard combinations? For example, how to make holy water effect on water arrows last longer?
and I still don't know how to load a mission in dromed in diff. level other than normal (and how to load a previously saved game without having to go to game mode 1st).
EDIT:
NV, thanks for the answer, haven't seen it before.
Quote:
quest_create_mis difficulty,0 (where 0 = Normal, 1 = Hard, 2 = Expert).
process_difficulty
where do I enter it? In Dromed console in edit mode, after/before loading a .miss? I want to use it with existing OMs/FMs. You mean I can't save in them after running these commands?
jtr7 on 3/4/2009 at 10:29
Nope. I don't use "p" for anything, and a check shows it's not included in any of my binds.:erg:
Hiatus on 3/4/2009 at 11:05
don't you have this section
; playtest commands
game bind q+shift "+fly 1"
game bind e+shift "+fly -1"
game bind p "unfly"
in your default.bnd?
ManicMan on 3/4/2009 at 13:45
Quote Posted by Hiatus
and I still don't know how to load a mission in dromed in diff. level other than normal (and how to load a previously saved game without having to go to game mode 1st).
Of course, you could install the DromEd Toolkit.. i'm surprised no-one has said about it yet.
Nameless Voice on 3/4/2009 at 15:01
Quote Posted by Hiatus
where do I enter it? In Dromed console in edit mode, after/before loading a .miss? I want to use it with existing OMs/FMs. You mean I can't save in them after running these commands?
In the console. You can do it after going into game mode but then you won't get the hit points and extra vulnerability of the difficulty level. If you do it in DromEd, then you're hard-coding that difficulty into the mission file, so don't save the mission itself afterwards (though you can play the mission and save your game, no problem there.)
Quote Posted by ManicMan
Of course, you could install the DromEd Toolkit.. I'm surprised no-one has said about it yet.
The (
http://www.ttlg.com/forums/showthread.php?t=114292) DromEd Toolkit has menu options for difficulty settings.
ffox on 3/4/2009 at 16:39
Hiatus: If all you want to do is enable the console then start Dromed and then enter main_menu. (I'm assuming Dromed is in the same folder as Thief 2.)
Press "No" if asked if you want to Portalize. You can load a saved game, or start a new one selecting the difficulty the usual way. Thief should load normally - press "Cancel" if you get any error messages.
Thief will now play normally. You bring up the console with Ctrl+p or : (Shift+; ).
Note: If you save a game with flying switched on it's still on if you load that save in Thief.
Hiatus on 3/4/2009 at 17:43
ok, 1 more thing:
how to delete characters/commands in Dromed console? Once I write sth it there (like "physics"), it's hard to get rid of it to enter/execute sth else. Backspace doesn't seem to work.
sNeaksieGarrett on 3/4/2009 at 18:39
That's odd. backspace should do it.:weird:
jtr7 on 3/4/2009 at 20:05
Quote Posted by Hiatus
don't you have this section
; playtest commands
game bind q+shift "+fly 1"
game bind e+shift "+fly -1"
game bind p "unfly"
in your default.bnd?
Yep.
Code:
game bind q+shift "+fly 1"
game bind e+shift "+fly -1"
game bind p "unfly"