Ingame console doesnt show
Moderators: Lavish Software Team, Moderators
Ingame console doesnt show
well as the topic sais, i cant get to the ingame console.
Ii have tried to press all the buttons wich should make the console pop up, i have even tried binding a new key to the console without any success.
Any one got anytips on how i can fix this? would be greatly appreciated.
Ii have tried to press all the buttons wich should make the console pop up, i have even tried binding a new key to the console without any success.
Any one got anytips on how i can fix this? would be greatly appreciated.
Well, the most likely cause is an invalid key in the console bind. Try binding it to something obvious like f12, and if that doesn't work then it's probably something else. You can make sure it's not a display problem by relaying the console toggle command to the session. e.g. Launch the session, then right click on the IS menu and click "Console" to open the console in the uplink. Type
and it will send the command to the open session. You should see the console open.
Another possibility is that the bind is never getting applied. This can happen if there is an error in your startup sequence. If you customized your startup sequence, you might want to try deleting InnerSpace.xml and starting fresh. Without any changes, you should at LEAST be able to open the console before logging into the game (just dont log into WoW without loading ISXWarden and you're plenty safe)
Code: Select all
relay is1 console toggle
Another possibility is that the bind is never getting applied. This can happen if there is an error in your startup sequence. If you customized your startup sequence, you might want to try deleting InnerSpace.xml and starting fresh. Without any changes, you should at LEAST be able to open the console before logging into the game (just dont log into WoW without loading ISXWarden and you're plenty safe)
You can look for a line in InnerSpace.xml
"`" is the the key that "console toggle" is bound to. You can edit this BEFORE you load InnerSpace.
-j
Code: Select all
<Setting Name="Console">bind console ` console toggle</Setting>
-j