:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
marty007

changing start time

Recommended Posts

changing the start date was covered, but does anyone know how to change the time. maybe to real time or at least take it off army time.

Share this post


Link to post
Share on other sites

You mean...

//-------------MAIN---------------

thread 'MAIN' 

fade 0 0 

042C: set_total_missions_to 88 

030D: set_total_mission_points_to 154 

030C: set_mission_points += 154000 

01F0: set_max_wanted_level_to 60 

set_wb_check_to 0 

00C0: set_current_time [b]15[/b] 0

Share this post


Link to post
Share on other sites

Thanks, You're awesome. You don't know how to change the start location by any chance, do you??

You mean...

//-------------MAIN---------------

thread 'MAIN' 

fade 0 0 

042C: set_total_missions_to 88 

030D: set_total_mission_points_to 154 

030C: set_mission_points += 154000 

01F0: set_max_wanted_level_to 60 

set_wb_check_to 0 

00C0: set_current_time [b]15[/b] 0

Share this post


Link to post
Share on other sites

//-------------MAIN---------------

thread 'MAIN' 

fade 0 0 

042C: set_total_missions_to 88 

030D: set_total_mission_points_to 154 

030C: set_mission_points += 154 

01F0: set_max_wanted_level_to 6 

set_wb_check_to 0 

00C0: set_current_time 15 0 

0572: set_taxi_boost_jump 1 

04E4: unknown_refresh_game_renderer_at -304.5 -561.1 

Camera.SetAtPos(-304.5, -561.1, 14.0)

$PLAYER_CHAR = Player.Create(#NULL, -304.5, -561.1, 14.0)
Change the coordintates in the last 3 lines to where you want to start. Like the original start position (Outside Ken's office) is:
04E4: unknown_refresh_game_renderer_at 83.0 -849.8 

Camera.SetAtPos(83.0, -849.8, 9.3)

$PLAYER_CHAR = Player.Create(#NULL, 83.0, -849.8, 9.3)

Share this post


Link to post
Share on other sites

M/D/Y:

0004: $CYEAR = 2008 // integer values 

0004: $CMONTH = 10 // integer values 

0004: $CDAYT = 2 // integer values 

0004: $CDAYO = 6 // integer values

Share this post


Link to post
Share on other sites

it cant find YEAR douchebag

Edited by hscitpe

Share this post


Link to post
Share on other sites

Find......

$CYEAR = 2015 // integer values 

$CMONTH = 8 // integer values 

$CDAYT = 2 // integer values 

$CDAYO = 6 // integer values

As you can see, I changed my time to August 28 2015.

Share this post


Link to post
Share on other sites

i fixed it after my last post from normal date to October 21 2015 4:29PM

and also thanks to Mini-Me for getting KITT back into the game heres an Ecookie *cookie*

Edited by hscitpe

Share this post


Link to post
Share on other sites

ok, date, time, year, and starting point were all covered. Now, is there a way to change whick way the character faces at the starting point???

Share this post


Link to post
Share on other sites

changing the model???

Share this post


Link to post
Share on other sites

That's the one.lol :lol:

Share this post


Link to post
Share on other sites

Where does this code get added. Is it before, after or does it replace line 0171.

then add:

0171: set_player $PLAYER_CHAR z_angle_to 100.0

Share this post


Link to post
Share on other sites
Sign in to follow this