How to change the Console key now?

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
tms
Non-Subscriber
Posts: 3
Joined: Tue Aug 16, 2005 4:14 pm

How to change the Console key now?

Post by tms » Sun Aug 28, 2005 4:27 am

Hello.

If i see it right, after the last patch i am unable to set my own Console key in the preinit.iss anymore. The bind command is still in the file, but if i see it right the file dont get loaded anymore.

For the PreInit.iss IS now loads DefaultStartup.iss and DefaultPreStartup.iss.

DefaultStartup.iss says cleary .. Any Changes made will be overwritten, change the settings in innerspace.xml... So i opened the XML file, looking for the bind key (which is not there i think)...

I cant use the ~ for the console, thats an problem with non us keyboards i think, and i dont really know how to setup an new key.

It would be nice if anyone could help me out here. What and where do i have to type to change the key to lets say "c" ?

And Lax, would be cool if you could add an option in IS where you could set up such things. Or atleast document it in Wiki :-)

Yite
GamingTools Subscriber
Posts: 18
Joined: Tue Aug 03, 2004 10:40 am

Post by Yite » Sun Aug 28, 2005 4:41 am

In your console itself you can type

Code: Select all

bind console c "console toggle"
Or you can change the Innerspace.xml, under Session Startup

Code: Select all

		<Set Name="Startup Sequence">
			<!-- Startup sequence is executed in the order of appearance; names are ignored -->
			<Setting Name="1">run DefaultStartup</Setting>
			<Setting Name="2">executefile DefaultStartup</Setting>
			<Setting Name="3">run own_ISS_file</Setting>
		</Set>
And put the commands in your own_ISS_file.iss
(I hope this helps, I'm still learning myself)

p.s. I would recommend against putting it under your c key since whatever key you use will unavailable for the application.
-=Yite=-

tms
Non-Subscriber
Posts: 3
Joined: Tue Aug 16, 2005 4:14 pm

Post by tms » Sun Aug 28, 2005 6:25 am

Yite wrote:In your console itself you can type

Code: Select all

bind console c "console toggle"
Or you can change the Innerspace.xml, under Session Startup

Code: Select all

		<Set Name="Startup Sequence">
			<!-- Startup sequence is executed in the order of appearance; names are ignored -->
			<Setting Name="1">run DefaultStartup</Setting>
			<Setting Name="2">executefile DefaultStartup</Setting>
			<Setting Name="3">run own_ISS_file</Setting>
		</Set>
And put the commands in your own_ISS_file.iss
(I hope this helps, I'm still learning myself)

p.s. I would recommend against putting it under your c key since whatever key you use will unavailable for the application.
Thanks for the Answer.

The console itself dont know the command bind, but running PreInit.iss per innerspace.xml did work it seems.

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sun Aug 28, 2005 8:38 am

The session console DOES know the command bind, but not the uplink console.
And Lax, would be cool if you could add an option in IS where you could set up such things. Or atleast document it in Wiki
You're right I havent gotten around to documenting it yet in the wiki. However, this thread: http://www.lavishsoft.com/forum/viewtopic.php?t=2004
is what you want to read.

Post Reply