Game Development Community


#2
04/05/2008 (12:51 pm)
That does not work for me. When I am in the game I press F5 and get nothing, when I am in the misssion editor F5 sets it to terrain editing. Outside of the editor nothing happens. Do I need to do something?
#3
04/05/2008 (2:30 pm)
Which version of the engine are you using?

In tge 1.5 = someone forgot the keybinding for it.
Open "client/scripts/default.bind.cs"

Find:
moveMap.bind( keyboard, F2, showPlayerList );

and paste the following just below it:

moveMap.bind( keyboard, F5, toggleParticleEditor);

Delete your default.bind.dso file.

Start your game. While in game, press F5 and the particle editor will open.
#4
04/06/2008 (9:36 am)
Thanks! That fixed it.
#5
03/24/2009 (8:54 am)
I use TGE 1.5.2 and in my engine all of that was done but still the particle editor isn't working :/
#6
03/24/2009 (12:43 pm)
Are you getting any error messages when pressing F5? Try recopying in the Creator folder.

Or completely switch it out, for 1.5.2, may I suggest my resource particle editor?