Default games listing
Moderators: Lavish Software Team, Moderators
Default games listing
Not a huge technical issue I'll agree but I absolutley cannot stand that my right click game startup list always has planetside and SWG in it. I don't have either game and despite removing any xml entries I can find, I.S. always repopulates that damn list.
Can I make these things go away permanently?
Can I make these things go away permanently?
-
- GamingTools Subscriber
- Posts: 14
- Joined: Fri Nov 19, 2004 10:45 am
Edit them out of GameDetection.xml and GameConfiguration.xml then make both files read only. Ignore the fact it asks you to patch every time you start InnerSpace.
Make a .bak backup of both files. When an IS patch is released that requires updating the other files, go ahead and do it, then replace these two files with your .bak's and make them read only again. If you are really savvy you will run WinMerge first to make sure he didn't add anything else that you may be interested in to merge in while still keeping those two p.o.s. games out of your menu list.
Make a .bak backup of both files. When an IS patch is released that requires updating the other files, go ahead and do it, then replace these two files with your .bak's and make them read only again. If you are really savvy you will run WinMerge first to make sure he didn't add anything else that you may be interested in to merge in while still keeping those two p.o.s. games out of your menu list.
-
- GamingTools Subscriber
- Posts: 14
- Joined: Fri Nov 19, 2004 10:45 am
Having SOE's launchpad installed can cause this. For some reason IS sees it and assumes you're playing SWG and PlanetSide. This is taken from GameConfiguration.XML before I went into the Sony folder and deleted the Launchpad folder since I do not use it. After deleting the launchpad folder from the Sony folder and relaunching IS they're no longer there.
Code: Select all
<Set Name="Star Wars Galaxies" GUID="1610615888">
<Setting Name="OpenGL">1</Setting>
<Setting Name="Direct3D8">1</Setting>
<Setting Name="Direct3D9">1</Setting>
<Setting Name="Win32I Keyboard">1</Setting>
<Setting Name="Win32I Mouse">1</Setting>
<Setting Name="DirectInput8 Keyboard">1</Setting>
<Setting Name="DirectInput8 Mouse">1</Setting>
<Setting Name="modules">auto</Setting>
<Setting Name="Background Mouse">1</Setting>
<Setting Name="Keystroke Delay">1</Setting>
<Set Name="Profiles" GUID="1610615889">
<Set Name="Star Wars Galaxies Default Profile" GUID="1610615890">
<Setting Name="Game">Star Wars Galaxies</Setting>
<Setting Name="Executable">LaunchPad.exe</Setting>
<Setting Name="Parameters">/game:starwars</Setting>
<Setting Name="Path">C:\Program Files (x86)\Sony\Station\LaunchPad</Setting>
</Set>
</Set>
</Set>