new topology idea

Freeform discussion about anything related to modding Transcendence.
Post Reply
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

No but you can put a gate in a table

Code: Select all

<StarGates>
				<StarGate Name="Inbound" DestID="[Prev]" DestGate="Outbound"/>
				<Table>
					<StarGate chance="50" Name="Outbound" DestID="C5A" DestGate="Inbound"/>
					<StarGate chance="50" Name="Outbound" DestID="C5" DestGate="Inbound"/>
				</Table>
			</StarGates>
Image
Image
Image
Image
"Dash_Merc - George is a genius, in that he created this game engine that is infinitely extendable"
"<@sheepluva>Good night everybody, may the source be with you." <-- FOSG dev
"You only need THREE tools in life - WD-40 to make things go, Duct Tape to make things stop And C-4 to make things go away"
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

You could do it using a dockscreen...

Dock with stargate (not a normal stargate, just a station with the image) where you select "Go through random stargate" or "Leave"

When you choose to go through, handle the random gating with some scripts.

The other alternative would be to have a background station remove the stargate and replace it with one with a different destination, perhaps on a timer, then you could use the standard 'G'ate but it would simulate what you want to do.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
User avatar
alterecco
Fleet Officer
Fleet Officer
Posts: 1658
Joined: Wed Jan 14, 2009 3:08 am
Location: Previously enslaved by the Iocrym

Prophet wrote: The other alternative would be to have a background station remove the stargate and replace it with one with a different destination, perhaps on a timer, then you could use the standard 'G'ate but it would simulate what you want to do.
Heh, that would be fun. Place a couple of gates on the same position, but make sure only one is ever active (using suspend/resume i suppose). At an interval switch the gates out, so you never know what system the gate will take you to... spooky :shock:
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

Hehe, very interesting ideas ^^
I wonder what this switching can also be applied to, in a practical sense.
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
alterecco
Fleet Officer
Fleet Officer
Posts: 1658
Joined: Wed Jan 14, 2009 3:08 am
Location: Previously enslaved by the Iocrym

Wolfy wrote:I wonder what this switching can also be applied to, in a practical sense.
Well, theoretically, anything stationary. If it were mobile it would look all wrong. You could have suns that changed colours (absurd), stations that were only around some of the time (would look weird when they suddenly popped in), asteroids that only /sometimes/ have ore (really really annoying), stations with completely different inventories/dockscreens (could probably be done easier in another way)... from a quick brainstorm i definitely think the gates are the best application, but the technique can definitely be used elsewhere.
Post Reply