First, I am unsure of what is considered good manners when it comes to making threads here.
If I have several ideas that are somewhat related but could be done independently should I put them all in the same thread? Or is better for me to stick to 1 thread per project. Or maybe 1 thread per issue?
Second, I am unsure of where to go next when it comes to modifying Starting Scenarios. Form what I can see in scenarios.json, I think that it works by having a short bit in the JSON that specifies flags that are to be excluded or included as options in the Scenario. If that is correct then I would like to know where I can find the categories defined. So that I can use the preexisting ones or make new ones. On a more general note I am somewhat unsure of how the mod loader/launcher adds items in from the mod loader. The first possibility I thought of is that any files in the mod folder completely replace the corresponding file in the core JSON for that world. However, that would make it to were no one could run 2 mods that modify the same object. Another possibility I thought of is that each object in the mod folder replaces the corresponding object in the core JSON. However, I am unsure of how blacklist mods would work in that case.
Third on C++, I want to contribute using C++ after I get a better grasp of how the game is put together. I have been using the language for almost 2 years. I am not very good with pointers yet. But I can manually set up an array with them if need be. I am unsure of what kind of projects would be good ones to start of with C++ on. I don’t want to bite off more than I can chew. Which parts of the C++ core of CDDA are easiest to work with?
Fourth, I have some ideas that I think I could implement in several ways but I am unsure which way would be the best. A profession idea I had was a food cart/truck vendor. I am unsure of the best way to implement it. I want the profession to start with access to a food cart. I thought perhaps there might be a way to ensure that a certain profession spawns near a vehicle of a certain type. It might be easier to due through a scenario though. If that is impractical, maybe I could try creating a foldable version of the food cart and having it as one of the profession items. However, that might not be very balanced considering that it has 2 tiles worth of draggable storage instead of 1.
I want to add a lot more urban starting location options. I would like to be able to spawn in at an ice cream parlor/shop. Or perhaps start in a park, movie theatre , church, gazebo, or botanical garden. There are a lot of urban locations with low loot levels that would be nice to have as starting locations. I also had an idea for a super hard to play profession. I wanted to stack 4-6 addictions on the same character and force the addictive personality trait.