Prototype mod concept.
take an idea from @DavidEstesCreations
and from Vehicle / Transportation
I am really loving this mod. Please where can we get this mod or is it still in production?
is still in production mate
This is sooo cool, great and solid work!
We really should get Steam workshop support + improved modding APIs soon. Thanks for your hard work!
Thank you so much, those words really meant a lot to me. I hope that same energy flows into making the Steam Workshop API support possible for the mod.
The Rideshare Mod transforms Big Ambitions into a street-level grind where you become an Rideshare driver, picking up passengers, navigating the city, and stacking cash. This explanation breaks down every component of the mod—mechanics, features, installation, and gameplay.
The mod adds a fully functional Rideshare driver job to Big Ambitions. You take on ride requests, drive passengers to their destinations, and earn money based on your performance. It’s designed to feel realistic, featuring dynamic passengers, driving mechanics, and a custom interface, all integrated into the game’s open-world city.
distance * 0.04
minutesfare = 5.0 + (0.2 * distance) + (0.07 * (distance * 0.04)) = 5.0 + (0.2028 * distance)
distance
is the meter distance between pickup and drop-off coordinates)Vector3.Distance
between pickup and drop-off addressesStep-by-step guide to playing as an Rideshare driver:
Installation instructions are available on the official Big Ambitions website.
Mods
folder.The Rideshare Job Mod adds a fresh layer to Big Ambitions, letting you hustle in a realistic, immersive way. It’s perfect for players who enjoy the game’s entrepreneurial vibe and want to grind as a driver. With dynamic passengers, driving challenges, and real cash flow mechanics, every ride feels like a mini-mission.
Get out there bro. Hit the streets, turn your backseat into money, that’s how Rideshare works, right?
Because of the CAD potential, the Uber naming was replaced with Rideshare.
That looks pretty amazing! The team was watching the video you posted recently as well!
I’m so embarrassed xD
hi, can i add another mod for “Ransel Backpack” ?
Is it work with 0.8 ?
support, and maybe beyond, since that hooked on original game codes
Make sure you do check it with each update since the game code will change!
I did it but it didn’t work. I installed MelonLoader and put the mod in the mods folder but it only shows the terminal. When I go into the game and press f3, it doesn’t work.
[21:34:02.981] [Uber_Side_Job_Mod] Unhandled exception in coroutine. It will not continue executing.
System.TypeLoadException: Could not load type ‘Il2CppBigAmbitions.Characters.CharacterData’ from assembly ‘Il2CppBigAmbitions.Characters, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’.
at RideshareSideJobMod.RideshareJobMod.LoadPlayerCharacterData()+MoveNext()
at MelonLoader.Support.MonoEnumeratorWrapper.MoveNext() in D:\a\MelonLoader\MelonLoader\Dependencies\SupportModules\Il2Cpp\MonoEnumeratorWrapper.cs:line 39
[21:34:02.992] [Uber_Side_Job_Mod] Unhandled exception in coroutine. It will not continue executing.
System.MissingMethodException: Method not found: ‘Il2CppBigAmbitions.Neighborhoods.Neighbourhood Il2Cpp.BuildingRegistration.GetNeighborhood()’.
at RideshareSideJobMod.RideshareJobMod.LoadAddressData()
at RideshareSideJobMod.RideshareJobMod.WaitForGameLoad()+MoveNext()
at MelonLoader.Support.MonoEnumeratorWrapper.MoveNext() in D:\a\MelonLoader\MelonLoader\Dependencies\SupportModules\Il2Cpp\MonoEnumeratorWrapper.cs:line 39
The same thing happens to me as the user above me mentioned, melonloader is installed correctly, showing its terminal correctly, but inside the game when you press F3 it doesn’t matter if you press it 1 or 100 times, it never opens the mod terminal.
@yureka Will you continue to provide support and updates to the mod so that it works in the new version or is it a deprecated mod?
Will look at it later, yes of course. i am still on 0.7
@yureka It looks like the mod is referencing outdated classes or methods that have either been renamed or removed from the current version of the game. Specifically:
Il2CppBigAmbitions.Characters.CharacterData
cannot be loaded.Il2Cpp.BuildingRegistration.GetNeighborhood()
is missing.This prevents the mod from executing properly.
Look at the log posted by @Fenice You just need to update the dependencies and methods used in the new version of the game.
That’s correct inspection, yeah, the game source is changed.
If you need help with the new code, just tell me