Can you change the garbage cars with car or bikes(paint schemes) that you can find in the world? I would love to change my orange cuda, i mean quadra with a white and blue one
Not unless someone figures out a way to change models or textures. Or figures out if you can permanently assign a non "player" designated vehicle to the player character, as happens occasionally in certain quests.
I'd agree, except I don't trust or have faith in ANY game developer any more. It's one of the things we were suppose to get, but they removed when they completely rebuilt the game in order to accommodate "The Keannu".
They even show a "car dealer" during the "V and Jackie" montage at the beginning of the game! There are vast swathes of essentially empty facades and "parking lots" in Night City where they could add said dealerships, even if they can't or won't add vehicles customization, they could simply create a "vehicle" vendor where you can pick the car you want ... for a price.
Its was never one of the things we were "supposed" to get. thats more made up player hype dreams, like pretty much every "supposed" to get thing is. Everybody seems to be completely oblivous of the big "things may change" warning. I'll agree there are bugs but so many of the complaints are made up "features" by players that werent promised at all.
Except vehicle customization WAS IN FACT PROMISED! That is an undeniable truth. It was a part of their advertising spiel, and they NEVER updated or revoked that. I agree that "some" claims of removed features are fallacious, but this one is NOT one of them.
umm nope. They said custom cars and in fact the red coyote version is a custom version of the normal blue/green coyote shion. This is a perfect example of made up hype that was never said once. they said custom vehicles and the red version of the coyote is a custom version of the normal blue/green coyote which is different then the street version of the shion. They NEVER once said you'd get a shop where you could change colours or motors or wheels or anything like that at all. IN FACT if i remember right from that video there was also a BIG disclaimer saying things might change so once again, it was never promised like pretty much everything else they "promised" with the big warning saying "might be changed".
Ummm yes they DID in fact say that you could customize your vehicles. I'd suggest you take a certain game developers body parts out of your mouth and actually watch the promo videos for this game.
However this isn't the place to argue that FACT! So any more posts such as this will be deleted
I didn't have any expectations going in since I intentionally avoided all trailers, screenshots and ANYTHING that could spoil the game The only thing I knew was that it was based on the cyberpunk p&p rpg and I had seen the first trailer way back in 2010 on the spooney show And still from the gameplay I expected to have barbershops (with much more customization options for eye color-I mean you can't have witcher eyes wtf- hair tatoos etc) car dealers, customization shops for said cars, the abilitie to sit and have a drink (the animation is in the game just let me do it on command) or a bite to eat A nice little flourish when sheeting and un sheeting your sword, you know like what some guns have when reloading Idk man in like 6 months all of my comments might be addressed but for right now I really dont get why they missed so many thing Also you should have hade like 5 missions with Jackie before hi fast exit from the game, like that montage should have been all playable missions
Not really "better" because 90% of the vehicles in the game are complete and utter crap. The "coyote" is the second fastest car in the game, and about the second best handling (for mouse + keyboard users) Only the "Javelin" handles better IMHO, but doesn't quite have the top speed the "coyote" has. Plus this car has awesome fat glowing tailpipes
Which is precisely the code contained in the .lua file, except you only have to type in one short line, and you can modify the .lua file with any text editor to add whichever vehicle/s you want.
You seriously need to consider what you are doing with your life, if you must come on here just to whine.
@Noise Your post actually helped me, as the lua file does not work for me no matter where I put it. Ignore perraine, especially if the lua scripts refuse to work. lmfao.
Also if you get weird damaged car glitches or like me the thing won't move, just give it a few blasts with a shotgun until it blows up and next time you summon it you will see a message about your insurance company providing a replacement, which will then work and look normal. :)
I got the car. to be exact you've got to put the .lua file in the mod folder and then it doesn't come out in one piece: the passenger side door is missing. the front of the car is all smashed in and it looks like it's leaking oil. Why is that? Does anybody know?
For some reason and although I didn´t get any error message, the script did not add the red version to my car list. I had to open the lua file and copy&paste 1st and 2nd line into the console. Then I had the car in my list and spawning it did work. *shrugs* Thanks for the commands!
74 comments
I would love to change my orange cuda, i mean quadra with a white and blue one
I cant imagine why the devs dropped the ball so hard when it comes to customization
They even show a "car dealer" during the "V and Jackie" montage at the beginning of the game! There are vast swathes of essentially empty facades and "parking lots" in Night City where they could add said dealerships, even if they can't or won't add vehicles customization, they could simply create a "vehicle" vendor where you can pick the car you want ... for a price.
However this isn't the place to argue that FACT! So any more posts such as this will be deleted
The only thing I knew was that it was based on the cyberpunk p&p rpg and I had seen the first trailer way back in 2010 on the spooney show
And still from the gameplay I expected to have barbershops (with much more customization options for eye color-I mean you can't have witcher eyes wtf- hair tatoos etc) car dealers, customization shops for said cars, the abilitie to sit and have a drink (the animation is in the game just let me do it on command) or a bite to eat
A nice little flourish when sheeting and un sheeting your sword, you know like what some guns have when reloading
Idk man in like 6 months all of my comments might be addressed but for right now I really dont get why they missed so many thing
Also you should have hade like 5 missions with Jackie before hi fast exit from the game, like that montage should have been all playable missions
possible fix?
vs = Game.GetVehicleSystem()
vs:EnablePlayerVehicle("Vehicle.v_sport2_mizutani_shion_nomad_02_player", true, false)
Just copy both lines and paste them in the console. It will unlock the vehicle just fine.
Now You have all vehicles :)
vs = Game.GetVehicleSystem()
vs:EnablePlayerVehicle("Vehicle.v_sport2_mizutani_shion_nomad_02_player", true, false)
Just check the CyberpunkPerformanceOverhaul wiki, no need to do one "mod" here for each vehicle that exist in the game..
You seriously need to consider what you are doing with your life, if you must come on here just to whine.
Your post actually helped me, as the lua file does not work for me no matter where I put it. Ignore perraine, especially if the lua scripts refuse to work. lmfao.
Game.GetVehicleSystem():EnablePlayerVehicle("Vehicle.v_sport2_mizutani_shion_nomad_02_player", true, false)
Also if you get weird damaged car glitches or like me the thing won't move, just give it a few blasts with a shotgun until it blows up and next time you summon it you will see a message about your insurance company providing a replacement, which will then work and look normal. :)
I had to open the lua file and copy&paste 1st and 2nd line into the console. Then I had the car in my list and spawning it did work.
*shrugs*
Thanks for the commands!
I tried both and when I type in dofile("car.lua"), I get an error saying that there is no such file or directory. Cyber Engine is up to date.