Making custom missions
-
Hello there !
Is it possible to remake the entire game with custom missions ? Like the "Vice City Rage" mod for gta IV.
If so, is it done via ScriptHook or modifying the original script files somehow ?
-
not experienced with this script but I think you would be able to do that with this
-
What ? Dude that is a mod. I need programmer advice.
-
You can do it with scripthook(s) just fine, you just need to know what you want to do and how you want to do it
-
@HeySlickThatsMe Thank you !
-
Just one more question. Are cutscenes handled by cam natives or is there another system for that ?
-
@ladiszlai .cut files which can't quite be modified, we can open them and change stuff but to make a cutscene you would need to make your own animation with mocap for lip sync and the movements aswell, you can't change animations as cutscenes are split into multiple animation files and the cutscene plays whatever exists in those files and is defined, it's not possible to have one part use other animation dictionary, they're requested by script, the only way to do your own cutscenes is hardcore coding or simple cutscenes