Author Message

oxman99

us
Posts: 1

Location: United States
Occupation:
Age:
V$:
#1   2016-05-25 00:55          
Hey guys, know I don't post much here, but I got a question!

So I am attempting to code night time racers, here is the situtation:

I have a C7 corvette, 100% stock, as purchasable from the catalog in game.
I want this version, as well as a modded version to be created as night racers - currently only engine mods to be faster;
I do not want this modded version to be purchasable in the catalog.
Everything is generated correctly for the stock car, generated from stock_parts_list_E within the cars main java file;
I have added stage_1_parts_list_E for the complete upgraded engine.
I have a stage_1_engne_kit_limit = 1.25;
But, the issue is the modded car does not get created as a night time racer, only the stock car.

Any tips or suggestions?