Hello.
I am looking into making modifications for LSPDFR and RAGE, unfortunately, the documentation is very hard to navigate, and somewhat difficult to understand.
I've got a ((pretty bad looking)) code structure already completed, however, I need some help on some things.
First, sorry if I posted this in the wrong section, feel free to move it if necessary. Second, these are very noobish questions, but I'm asking not only for myself, but so others don't have to humiliate themselves asking if they need the same information.
I am writing in C# using VS2015.
I need to know how to, or be refrenced towards how to;
- Make a custom pause menu sector, or lookalike, refrence, British Policing Script
- Disable all human peds and vehicles from naturally spawning
- Spawn vehicles with advanced livery
- Spawn custom human peds, walking and in vehicles
- Set a human or vehicle ped destination
- Override spawning method that the default "Backup" menu uses
- Override default LSPDFR menus.
- Make my plugin run code in another CLI-compliant language, builtin ((safe)) or external ((not safe))
- Override human ped and vehicle AI functions
- Make LSPDFR use stats from my plugin instead of relying on RNGesus, for things such as wanted for, flags, citations, etc.
- Use a multiple-choice menu similar to the "Suicidal Intent" callout to change ped and officer speech and reaction.
Using the API's and SDK's, I run into a recurring issue, where the entire structure of the classes and functions imported are not displayed, so I am unsure how to do many of those things.
Also, C# is a new concept for me, so I'm still on the beginner side of things.
I am well aware that this is a difficult task, and may need to be multiple plugins, however, I learn from trial and error, and if I can't figure out the trials, I can't get the errors.
Sorry, and thanks again!