Rescuable Ships

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
goat not sheep
Militia Captain
Militia Captain
Posts: 669
Joined: Fri May 19, 2006 8:36 pm
Location: ...
Contact:

I have no idea if this was suggested before, but maybe we can have ships lying there and goes on your side when you go near them...
>.<
Sponge
Militia Commander
Militia Commander
Posts: 250
Joined: Sun Jan 28, 2007 7:51 pm

Not a bad idea. I actually think this can be done with dockscreens. If not the ship dockscreen, then surely a station dockscreen. I personally think wingmen get in the way, and I hate it when they die, so I tend to stay away from them.
User avatar
goat not sheep
Militia Captain
Militia Captain
Posts: 669
Joined: Fri May 19, 2006 8:36 pm
Location: ...
Contact:

i don't follow you, sponge...
>.<
Sponge
Militia Commander
Militia Commander
Posts: 250
Joined: Sun Jan 28, 2007 7:51 pm

I'm fairly certain (as it's done ingame) that you can add wingmen via dockscreen. I'm saying that it would be possible to mod this by making a dock screen with a "Rescue Ship" option that adds the ship as a wingman.
User avatar
dvlenk6
Militia Captain
Militia Captain
Posts: 519
Joined: Sun Mar 05, 2006 6:56 am
Location: Sanctuary and beyond
Contact:

Very simple code:

Code: Select all

(block (ship)
	; Create the ship
	(setq ship (sysCreateShip &scYOURSHIPCLASS; gSource &svCommonwealth; "fleet"))
	(shpOrderEscort ship gPlayerShip (random 1 10))
	(scrShowPane gScreen "MAINDOCKSCREEN")
)
Put that in a 'rescrue ship' dockscreen for a wreck.
Replace &scYOURSHIPCLASS; with whatever ship will join you.
Replace "MAINDOCKSCREEN" with whatever you call the main screen with the option to rescue, murder/rob pilot, undock, whatever else you want to put.
"War is hell."
-William Tecumseh Sherman
http://dvlenk6.blackraven3d.com/transgals.html
User avatar
goat not sheep
Militia Captain
Militia Captain
Posts: 669
Joined: Fri May 19, 2006 8:36 pm
Location: ...
Contact:

Hmm...i'll try that...useful coding.
>.<
Post Reply