:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
Xtreme Gamer

GTA SA BTTF HV mod question

Recommended Posts

1) How can i add location circuits?

2)How i can time travel like on gta 007 mod? (with that boom)

3)Are this edits allowed on GTA BTTF HV SA-MP?

*still waiting for an answer*

Share this post


Link to post
Share on other sites

1) First install this: "Download VC-MP Auto - Installer", it will change the models I guess (The DeLoreans will replace different cars), then see my Signature if you want presets like in VC0.2d.

2) Open timetravel.cs of the SA Mini-Mod and look for this code:

0565: create_soundless_explosion_at 1@ 2@ 3@ type 1
Add this above or under it:
020C: create_explosion_with_radius 10 at 1@ 2@ 3@

Do this twice, for your location and the destination.

3) Yes, they are. Blue also made a Mountain Climbing Cleo Mod for the MP.

Share this post


Link to post
Share on other sites

I will try your idea mini-me.

Edited by BTTF HV Series leader

Share this post


Link to post
Share on other sites

Is there anyway to change the keys because i am on my laptop and i don't have Num keys :P so please help...

Share this post


Link to post
Share on other sites

For the VC version, just simply re-assign the turret controls. Turret Up and Down would be by default Numpad 9 and 6 respectively, while Turret Left and Right would be by default Numpad 4 and 5 respectively.

For the SA version, the controls will have to be re-assigned in the code itself. I don't know which script should be edited for this (either one of the CLEOs or the MAIN.SCM). I can't remember if you can just use the numerical keys in your keyboard to dial the destination time.

Share this post


Link to post
Share on other sites

As for the CLEO's in the server. The only CLEO's that are allowed in the server are the BTTF CLEO's and the mountainclimbing CLEO. If you use health CLEO's then we'll ban you.

Share this post


Link to post
Share on other sites

Although that still doesn't stop the admin. from using them. I remember last time some admin. kept on putting in this code that would make the vehicles and sh** fly everywhere but if you didn't have the health cleo your character would die, then come back, and die, and come back, and die... I think it was delb/indi who was doing that.

Edited by Nikaido

Share this post


Link to post
Share on other sites

Yes, they are set in the *.cs (Cleo) files.

Set SB to SA and open the files. Here's what you need to look for:

0AB0:  key_pressed 0x73

0AB0: key_pressed 0x73

0AB0 is used as a condition. This opcode tests if the key is pressed on keyboard. If the key with specified code is pressed, it returns True, otherwise False.

Parameter: virtual key code. See here the list of them.

Share this post


Link to post
Share on other sites
Yes, they are set in the *.cs (Cleo) files.

Set SB to SA and open the files. Here's what you need to look for:

I don't understand 0x73 is the code and which is Hex, which is Decimal? Or is The 0AB0 important? If it is which is hex and which is decimal...

Edited by BTTF HV Series leader

Share this post


Link to post
Share on other sites

Wow, now i see that the laptops do really have num keys :whistling: by holding Fn (function) button and a specific button :P but i successfully changed the keys :smarty: . Thanks mini-me :thumbup:

Share this post


Link to post
Share on other sites

Lol, yeah, most Notebooks/Laptops/Portable PCs/Netbooks have that function.

At least my old Dell machine does and this must mean something :D.

Share this post


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