Starbound

Starbound

Customizable Shuttlecraft
Use these in place of a Mech?
Does anyone know if there's anyway to make the game use a shuttle from this mod in place of a mech?

Even if it's not able to do combat I don't care, I would love to use a customizable shuttle in place of a mech.
< >
正在显示第 1 - 15 条,共 29 条留言
Dezerker 2017 年 8 月 8 日 上午 8:58 
or choose between mech or shuttle
Cap'n MacHaddish 2017 年 8 月 8 日 上午 10:43 
My thoughts on how this would work (not on a code level, I'm just a noob at Starbound mods):

You can craft a structure to put somewhere in your ship called a Hangar. This works like the Shuttle Maintainance Bay, but also has a second feature: when you are in orbit of a planet, space station, space anomaly, or whatever, you can use the Hangar to deploy your shuttle (quite possibly with a custom launch and landing animation, like the mech droppod and teleporter beam, but would show shuttle performing atmospheric descent or something).
Kolljak 2017 年 8 月 9 日 上午 6:17 
script in a 2nd mech beam down key. on the top right. and then change the code to a Beam down Shuttle.

would be script nessesary.
最后由 Kolljak 编辑于; 2017 年 8 月 9 日 上午 6:18
引用自 Kolljak
script in a 2nd mech beam down key. on the top right. and then change the code to a Beam down Shuttle.

would be script nessesary.

Hm. and by script I'm assuming that relates to Lua.

Just how difficult would this be? Would I be able to get away with just copying the mech script the game has and perhaps adjusting it to adhere to the shuttle? because.. I'd totally do that if I could.
琪帅 2017 年 8 月 9 日 上午 11:34 
OK
引用自 954195301
OK
That.. contributes nothing to the discussion at all.
What was the point of this comment? <:/
Weaselly 2017 年 8 月 10 日 上午 10:13 
引用自 Kolljak
script in a 2nd mech beam down key. on the top right. and then change the code to a Beam down Shuttle.

would be script nessesary.

Hm. and by script I'm assuming that relates to Lua.

Just how difficult would this be? Would I be able to get away with just copying the mech script the game has and perhaps adjusting it to adhere to the shuttle? because.. I'd totally do that if I could.
Uh, probably. All of my LUA experience comes from PAYDAY 2.
warmainiac 2017 年 8 月 10 日 下午 1:02 
well i would like space combat so maybe add in some guns
Fuyuno 2017 年 8 月 11 日 下午 4:24 
what if the mini bar was used? (the mod)
Adidas_Altyn 2017 年 8 月 15 日 上午 12:06 
You could not use this in place of a mech, it uses the mech system to cusomise the ship, but it gives you a vehicle spawner. so you still use your mech when you beam down in mech
You could not use this in place of a mech, it uses the mech system to cusomise the ship, but it gives you a vehicle spawner. so you still use your mech when you beam down in mech

I know how the system works. That isn't what I was asking.

I was asking if there was any way to MAKE the game use this in place of a mech. But I did learn that it can be done, possibly, with scripting. Which is a shame..
GonDragon 2017 年 8 月 15 日 下午 10:09 
There is no LUA scripts involved in the function of the teleporter of the ship. The scripts involved are hardcoded in the game, the teleporter uses only Json configurations. You can add all the icons you want to the teleporter editing that JSON, but it's are restringed to some option

{ "name" : "Deploy Mech", "planetName" : "current orbited world", "warpAction" : "OrbitedWorld", "deploy" : true, "icon" : "deploy" }

  • Name is the name that will appear in the teleporter.
  • Planet name is... the name of the planet where you'r going to teleport (a kind of subtitle).
  • warpAction is where you're going to warp. So, the orbited world, or a dungeon.
  • deploy: True to warp with a mech, false to go on foot.
  • icon... self explanatory

So... sorry, but it's not posible.
𝚊𝚌𝚑𝚎𝚛𝚘𝚗 2017 年 8 月 15 日 下午 10:11 
引用自 GonDragon
There is no LUA scripts involved in the function of the teleporter of the ship. The scripts involved are hardcoded in the game, the teleporter uses only Json configurations. You can add all the icons you want to the teleporter editing that JSON, but it's are restringed to some option

{ "name" : "Deploy Mech", "planetName" : "current orbited world", "warpAction" : "OrbitedWorld", "deploy" : true, "icon" : "deploy" }

  • Name is the name that will appear in the teleporter.
  • Planet name is... the name of the planet where you'r going to teleport (a kind of subtitle).
  • warpAction is where you're going to warp. So, the orbited world, or a dungeon.
  • deploy: True to warp with a mech, false to go on foot.
  • icon... self explanatory

So... sorry, but it's not posible.

Well dang. Well, I suppose I can either hope for a solution or accept that it's not possible. Either way it's nice to get a straight answer about it. Thank you.
Fuyuno 2017 年 8 月 18 日 下午 10:00 
solike i said, what if the mod called "mini bar" was used? (or something, i forgot the exact name)
𝚊𝚌𝚑𝚎𝚛𝚘𝚗 2017 年 8 月 18 日 下午 10:05 
Hmm.. I didn't understand your comment te first time, sorry, that's my bad.

I feel like Minibar CCOULD work? I'm not sure quite how it does but im assuming it must use JSON or scripting. One could work for what I was asking.
< >
正在显示第 1 - 15 条,共 29 条留言
每页显示数: 1530 50