psylence Posted March 22, 2007 Share Posted March 22, 2007 How do I change the Infernus that sits outside my mansion into a differant kind of car, thats already in the game? For instance: How could I change JUST that Infernus (just the one outside the mansion) into a....'Freeway' type Motorcycle? Link to comment https://gtaforums.com/topic/270255-changing-the-car-outside-my-mansion/ Share on other sites More sharing options...
PLPynton Posted March 22, 2007 Share Posted March 22, 2007 read some tutorials about scripting to get basic knowledge how stuff works and most of all why stuff doesn't. then decompile script and look for opcode 014B that is responsible for creation of your infernus and swap the model ID to whatever vehicle you like to have. Link to comment https://gtaforums.com/topic/270255-changing-the-car-outside-my-mansion/#findComment-4108178 Share on other sites More sharing options...
duldo Posted June 12, 2007 Share Posted June 12, 2007 without currupting save game open default.ide for example if you want to change infernus with cheetah just exchange the 'line numbers' of cheetah to infernus and vice verse. Link to comment https://gtaforums.com/topic/270255-changing-the-car-outside-my-mansion/#findComment-4292806 Share on other sites More sharing options...
Demarest Posted June 12, 2007 Share Posted June 12, 2007 without currupting save gameopen default.ide for example if you want to change infernus with cheetah just exchange the 'line numbers' of cheetah to infernus and vice verse. This is the mission coding forum. Mission coding never "corrupted" the save game. Finally, the Darkpact technique preserves savegame compatibility. What Pynton didn't tell you is that parked cars are only established in the starting of a new game. So his advice won't help you. You could use a standard is player in sphere check and then spawn whatever vehicle you like. You could then Darkpact it so you don't need to start a new game. If starting a new game is okay with you and you're going to take Pynton's advice, it should be noted that that parked car is actually two parked cars: one with random color and one always white. Before you own the mansion, it's any color. Afterwards, it's always white because it's Lance's. They're both set up at the start of a new game, but one is "turned off." When you take over the mansion, one gets turned off and the other gets turned on. Link to comment https://gtaforums.com/topic/270255-changing-the-car-outside-my-mansion/#findComment-4293387 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now