WIP new, more balanced racing vehicle
This commit is contained in:
parent
9304c6fd7f
commit
0023bb9e24
BIN
src/blender/racer.blend
Normal file
BIN
src/blender/racer.blend
Normal file
Binary file not shown.
|
@ -90,7 +90,7 @@
|
||||||
- I'm here mostly for the view and the peace.
|
- I'm here mostly for the view and the peace.
|
||||||
- Just look at Jupiter, it's mesmerizing, isn't it?
|
- Just look at Jupiter, it's mesmerizing, isn't it?
|
||||||
- So far away from everything, nobody expects anything from you.
|
- So far away from everything, nobody expects anything from you.
|
||||||
- If you want, you can take my sports racing capsule MeteorAceGT™ for a ride. It's right over there.
|
- If you want, you can take my sports racer for a ride. It's right over there.
|
||||||
- It rides like a punch in the face, don't hurt yourself, ok?
|
- It rides like a punch in the face, don't hurt yourself, ok?
|
||||||
- You're too kind!:
|
- You're too kind!:
|
||||||
- Ah, don't mention it!
|
- Ah, don't mention it!
|
||||||
|
|
|
@ -278,13 +278,13 @@ actor 0 593051 0 suitv2
|
||||||
rotationy 135
|
rotationy 135
|
||||||
engine monopropellant
|
engine monopropellant
|
||||||
|
|
||||||
actor 10 -30 20 MeteorAceGT
|
actor 10 -30 20 Racer
|
||||||
name "MeteorAceGT™"
|
name "Racer"
|
||||||
relativeto player
|
relativeto player
|
||||||
scale 5
|
scale 5
|
||||||
vehicle yes
|
vehicle yes
|
||||||
collider mesh
|
collider mesh
|
||||||
thrust 33.5 6.56 4.51 300000 3
|
thrust 30 30 15 100000 3
|
||||||
engine ion
|
engine ion
|
||||||
camdistance 50
|
camdistance 50
|
||||||
density 500
|
density 500
|
||||||
|
|
|
@ -37,6 +37,7 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
|
||||||
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
|
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
|
||||||
"crate" => "models/crate.glb#Scene0",
|
"crate" => "models/crate.glb#Scene0",
|
||||||
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
||||||
|
"Racer" => "models/racer.glb#Scene0",
|
||||||
"satellite" => "models/satellite.glb#Scene0",
|
"satellite" => "models/satellite.glb#Scene0",
|
||||||
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
||||||
"pizzasign" => "models/pizzasign.glb#Scene0",
|
"pizzasign" => "models/pizzasign.glb#Scene0",
|
||||||
|
|
Loading…
Reference in a new issue