add hollow asteroid under construction
This commit is contained in:
parent
35b56c2295
commit
95645e4ab1
BIN
assets/models/crate.glb
Normal file
BIN
assets/models/crate.glb
Normal file
Binary file not shown.
BIN
assets/models/hollow_asteroid.glb
Normal file
BIN
assets/models/hollow_asteroid.glb
Normal file
Binary file not shown.
BIN
src/blender/hollow_asteroid.blend
Normal file
BIN
src/blender/hollow_asteroid.blend
Normal file
Binary file not shown.
|
@ -285,6 +285,24 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
- chat: Ash
|
||||||
|
- Oh, hello!
|
||||||
|
- Look, I'm very busy right now constructing this place.
|
||||||
|
- We can talk more once this is done.
|
||||||
|
- See you around.
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
- chat: River
|
||||||
|
- Welcome to our little oasis!
|
||||||
|
- This will be great once it's finished.
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
- chat: generic_questions_serenity
|
- chat: generic_questions_serenity
|
||||||
- Where are we?:
|
- Where are we?:
|
||||||
- Inside Jupiter's rings, obviously.
|
- Inside Jupiter's rings, obviously.
|
||||||
|
|
|
@ -252,6 +252,53 @@ actor 5000 0 -3000 moonlet
|
||||||
scale 500
|
scale 500
|
||||||
angularmomentum 0 0.015 0
|
angularmomentum 0 0.015 0
|
||||||
|
|
||||||
|
actor 3200 -300 -2000 hollow_asteroid
|
||||||
|
name "Inconspicuous Asteroid"
|
||||||
|
id cultasteroid
|
||||||
|
collider mesh
|
||||||
|
relativeto player
|
||||||
|
density 10000000000
|
||||||
|
scale 40
|
||||||
|
pointofinterest yes
|
||||||
|
angularmomentum 0 0.015 0
|
||||||
|
actor 0 0 0 suitv2
|
||||||
|
relativeto cultasteroid
|
||||||
|
name "Ash"
|
||||||
|
chatid Ash
|
||||||
|
alive yes
|
||||||
|
collider handcrafted
|
||||||
|
thrust 1.2 1 1 20 1.5
|
||||||
|
wants maxrotation 0
|
||||||
|
wants maxvelocity 0
|
||||||
|
angularmomentum 0 0 0
|
||||||
|
pronoun they
|
||||||
|
actor -8 8 0 suitv2
|
||||||
|
relativeto cultasteroid
|
||||||
|
name "River"
|
||||||
|
chatid River
|
||||||
|
alive yes
|
||||||
|
collider handcrafted
|
||||||
|
thrust 1.2 1 1 20 1.5
|
||||||
|
wants maxrotation 0
|
||||||
|
wants maxvelocity 0
|
||||||
|
angularmomentum 0 0 0
|
||||||
|
rotationy 0.3
|
||||||
|
rotationx 1.5
|
||||||
|
pronoun she
|
||||||
|
actor 6 11 4 lightorb
|
||||||
|
relativeto cultasteroid
|
||||||
|
name "Light Orb"
|
||||||
|
scale 0.25
|
||||||
|
light FF8F4A 2000000
|
||||||
|
actor -6 4 8 lightorb
|
||||||
|
relativeto cultasteroid
|
||||||
|
name "Light Orb"
|
||||||
|
scale 0.25
|
||||||
|
light FF8F4A 2000000
|
||||||
|
actor -10 -14 0 crate
|
||||||
|
relativeto cultasteroid
|
||||||
|
name "Supply Crate"
|
||||||
|
|
||||||
actor -8200 -4400 -8100 asteroid_lum
|
actor -8200 -4400 -8100 asteroid_lum
|
||||||
relativeto player
|
relativeto player
|
||||||
name Lum
|
name Lum
|
||||||
|
|
|
@ -29,11 +29,13 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
|
||||||
"asteroid1" => "models/asteroid.glb#Scene0",
|
"asteroid1" => "models/asteroid.glb#Scene0",
|
||||||
"asteroid2" => "models/asteroid2.glb#Scene0",
|
"asteroid2" => "models/asteroid2.glb#Scene0",
|
||||||
"asteroid_lum" => "models/asteroid_lum.glb#Scene0",
|
"asteroid_lum" => "models/asteroid_lum.glb#Scene0",
|
||||||
|
"hollow_asteroid" => "models/hollow_asteroid.glb#Scene0",
|
||||||
"moonlet" => "models/moonlet.glb#Scene0",
|
"moonlet" => "models/moonlet.glb#Scene0",
|
||||||
"monolith" => "models/monolith_neon.glb#Scene0",
|
"monolith" => "models/monolith_neon.glb#Scene0",
|
||||||
"lightorb" => "models/lightorb.glb#Scene0",
|
"lightorb" => "models/lightorb.glb#Scene0",
|
||||||
"orb_busstop" => "models/orb_busstop.glb#Scene0",
|
"orb_busstop" => "models/orb_busstop.glb#Scene0",
|
||||||
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
|
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
|
||||||
|
"crate" => "models/crate.glb#Scene0",
|
||||||
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
||||||
"satellite" => "models/satellite.glb#Scene0",
|
"satellite" => "models/satellite.glb#Scene0",
|
||||||
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
||||||
|
|
Loading…
Reference in a new issue