I'm trying to edit the gui.csv file so that I can click a button to make the camera go down to the ground level.
The default game uses the LShift to move the camera downwards.
Example:
Down,LSHIFT,movedown,,,,,
So, after trying this - the game will crash if the button is clicked during a game, so the question is, is it possible to program a button to simulate the LShift key while in the game?
Thanks,
davinci
ADukes - gui \ Question:
ADukes - gui \ Question:
The only true logic is that, there is no true logic!
- RebBugler
- Reactions:
- Posts: 4252
- Joined: Sun Aug 03, 2008 12:51 am
- Location: Ouachita Mountains, Arkansas
Re: ADukes - gui \ Question:
Hey D, did you try the command movedown in the GUI function column? ADukes is probably sawing logs, ZZZZZ....time in Deutschland.
Edit: Never mind, I tried it and it didn't work. It didn't crash though, just did nada.
Edit: Never mind, I tried it and it didn't work. It didn't crash though, just did nada.
Last edited by RebBugler on Mon Oct 22, 2012 4:46 am, edited 1 time in total.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
Re: ADukes - gui \ Question:
Hey, Reb - yes, as you have found out, that didn't work!Hey D, did you try the command movedown in the GUI function column?
I'm sure that this can be edited \ made to work - it probably just requires a sort of string command.
The function is already in the game, I just can't figure it out!
Thanks, for the assistance.
davinci
The only true logic is that, there is no true logic!
- RebBugler
- Reactions:
- Posts: 4252
- Joined: Sun Aug 03, 2008 12:51 am
- Location: Ouachita Mountains, Arkansas
Re: ADukes - gui \ Question:
String commands aren't possible in the GUI function column, I already tried...then asked. If they were possible, my GUI would be full of them...don't ya think.Hey, Reb - yes, as you have found out, that didn't work!Hey D, did you try the command movedown in the GUI function column?
I'm sure that this can be edited \ made to work - it probably just requires a sort of string command.
The function is already in the game, I just can't figure it out!
Thanks, for the assistance.
davinci

I am going to request more function columns in the GUI with inclusive strings for the next engine, you can help this cause by finding good 'What If' examples.
Example: tcommon, evtfighting:tcommoff, Aorders:select
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
Re: ADukes - gui \ Question:
OK, Thanks:String commands aren't possible in the GUI function column, I already tried...then asked. If they were possible, my GUI would be full of them...don't ya think.![]()
I'll keep trying different things, I'm sure that this is possible.
davinci
The only true logic is that, there is no true logic!
Re: ADukes - gui \ Question:
Hey, Plan Two - basically, I'm trying to get the camera down to the ground level with a single click.
Now, the only other function that does this is the follow command.
So, is it possible to call this function three times with a single click?
You know - Follow \ Follow \ Follow Off - Ground Level: Problem Solved!
I tried placing a : between them - that didn't work out too well!
Any Ideas!
davinci
Now, the only other function that does this is the follow command.
So, is it possible to call this function three times with a single click?
You know - Follow \ Follow \ Follow Off - Ground Level: Problem Solved!
I tried placing a : between them - that didn't work out too well!
Any Ideas!
davinci
The only true logic is that, there is no true logic!