Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New VDrift Release
12-22-2007, 08:16 AM,
#8
 
joe could you add a resource.rc file into tools/win with

Code:
#include <windows>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
100     ICON    VDrift.ico

and then modify src/sconscript like this


Code:
#--------------------#
# Compile Executable #
#--------------------#
if sys.platform == 'win32':
   vdrift = local_env.Program(target='%s${EXECUTABLE_NAME}' % appdir,
        source=[src, vamosobjs, guiobjs, env.RES('../tools/win/resource.rc')])
else:
   vdrift = local_env.Program(target='%s${EXECUTABLE_NAME}' % appdir,
        source=[src, vamosobjs, guiobjs])

this will re-add icon to the windows executable

i've updated the nsi and made an installer with tracks and cars suggested, i'm testing under Vista and the game is working fine, also problem with stdout and stderr files create under the game dire seems solved (for now it has not created anything)

the only problem i still see is that user folder is .vdrift while in XP should be application data\vdrift while under Vista should be AppData\Local\vdrift... but that is a minor problem...

another problem is that the internal car camera is placed behind the driver head (so i dont' see anything but his helmet). Note: this is actually a G4 only problem

after an ALT TAB i can't go back to the game

i don't hear any sound

also upgrade zlib1.dll to 1.2.3
is ode.dll still needed?
Reply


Messages In This Thread
New VDrift Release - by joevenzon_phpbb2_import3 - 12-15-2007, 07:08 PM
[No subject] - by thelusiv - 12-17-2007, 06:16 AM
[No subject] - by abs1nth - 12-17-2007, 09:08 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-18-2007, 04:41 PM
Re: New VDrift Release - by alex25 - 12-19-2007, 02:52 AM
[No subject] - by cotharyus - 12-20-2007, 08:35 AM
[No subject] - by mak77 - 12-20-2007, 10:40 AM
[No subject] - by mak77 - 12-22-2007, 08:16 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-22-2007, 03:30 PM
[No subject] - by mak77 - 12-22-2007, 07:43 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-27-2007, 01:27 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-27-2007, 04:04 PM
[No subject] - by qubodup - 12-29-2007, 09:56 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-29-2007, 02:59 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-29-2007, 03:02 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-29-2007, 03:16 PM
[No subject] - by joevenzon_phpbb2_import3 - 01-06-2008, 10:38 PM
[No subject] - by thelusiv - 01-08-2008, 05:32 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)