ASF Help
Posted in Support
Please login to contribute to the conversation.
Doctor Cpu I want to add a passenger to a car but i don't know what to do other than what the script does and what it actually is.
I want to add a passenger to a car but i don't know what to do other than what the script does and what it actually is.
Koal Robertson The documentation for adding a stage vehicle character is right here It tells you what parameters to use and gives you examples.
The documentation for adding a stage vehicle character is right here It tells you what parameters to use and gives you examples.
Borb The documentation page for AddVehicleCharacter should help you figure out the basics. If you don't have it already, you'll need "RequiredHack=AdditionalScriptFunctionality" in Meta
The documentation page for AddVehicleCharacter should help you figure out the basics. If you don't have it already, you'll need "RequiredHack=AdditionalScriptFunctionality" in Meta.ini. If, for example, you wanted to add Marge to the passenger's seat of the family sedan, you would add the line "AddVehicleCharacter("marge");" to famil_v.con within your mod.
Once you've learned the basics, you can look here and search for "VehicleCharacter" using Ctrl+F to find more commands pertinent to adding characters to vehicles.
EDIT: RIP, got sniped.
Once you've learned the basics, you can look here and search for "VehicleCharacter" using Ctrl+F to find more commands pertinent to adding characters to vehicles.
EDIT: RIP, got sniped.
Doctor Cpu thanks
thanks
Doctor Cpu but how do i know what the characters are called
but how do i know what the characters are called
Borb The character names are fairly intuitive, but if you're unsure, you can look inside the character P3Ds. You'll see a name next to the chunk that says skeleton, "nriviera" if you
The character names are fairly intuitive, but if you're unsure, you can look inside the character P3Ds. You'll see a name next to the chunk that says skeleton, "nriviera" if you're looking at Dr. Nick. This is the name you would use to add the character to the car, and it's also the name you'd call them by when simply adding them as an NPC.
Doctor Cpu oh ok
thanks!
oh ok
thanks!
thanks!
Kapadu_and_co_YT_Official is there a way to add a character to the chase cars? (in my case, the police cars when you get a hit and run,)
is there a way to add a character to the chase cars? (in my case, the police cars when you get a hit and run,)
Doctor Cpu yes go to the police car con file and add it.
yes go to the police car con file and add it.
Doctor Cpu oh and make a new thread for questions.
oh and make a new thread for questions.