Changeset 234
- Timestamp:
- 03/24/08 10:24:37 (5 months ago)
- Files:
-
- GtkRadiant/branches/ZeroRadiant/install/games/ufoai (added)
- GtkRadiant/branches/ZeroRadiant/install/games/ufoai/game.xlink (added)
- GtkRadiant/branches/ZeroRadiant/install/games/ufoai/synapse.config (added)
- GtkRadiant/branches/ZeroRadiant/install/installs (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts/common.shader (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts/default_project.proj (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts/entities.def (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts/shaderlist.txt (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/scripts/textures.shader (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/textures (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/textures/radiant (added)
- GtkRadiant/branches/ZeroRadiant/install/installs/UFOAIPack/base/textures/radiant/notex.tga (added)
- GtkRadiant/branches/ZeroRadiant/radiant/preferences.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/branches/ZeroRadiant/radiant/preferences.cpp
r233 r234 3236 3236 fprintf( fg, "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>\n<game\n" ); 3237 3237 fprintf( fg, " name=\"%s\"\n", m_strName.GetBuffer() ); 3238 fprintf( fg, " gametools=\"%sgames \"\n", g_strAppPath.GetBuffer() );3238 fprintf( fg, " gametools=\"%sgames/%s\"\n", g_strAppPath.GetBuffer(), m_strName.GetBuffer() ); 3239 3239 fprintf( fg, " enginepath=\"%s\"\n", m_strEngine.GetBuffer() ); 3240 3240 switch ( m_availGames[ m_nComboSelect ] ) {
