Zieman's Habitat Station as a Zero-G stadium???

General discussion for players of Oolite.

Moderators: another_commander, winston

User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cody »

How do I change the spawn distance from the main station? I'd like to increase the distance - move it well outside the aegis.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Zieman
---- E L I T E ----
---- E L I T E ----
Posts: 680
Joined: Tue Sep 01, 2009 11:55 pm
Location: in maZe

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Zieman »

I think changing the number 30000 to something bigger on lines 71, 73 & 75 in Z_Hab_mk2.js might just do that.
...and keep it under lightspeed!

Friendliest Meteor Police that side of Riedquat

[EliteWiki] Far Arm ships
[EliteWiki] Z-ships
[EliteWiki] Baakili Far Trader
[EliteWiki] Tin of SPAM
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cody »

Ah, that number, was it - done and thanks.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Zieman
---- E L I T E ----
---- E L I T E ----
Posts: 680
Joined: Tue Sep 01, 2009 11:55 pm
Location: in maZe

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Zieman »

You're welcome!
...and keep it under lightspeed!

Friendliest Meteor Police that side of Riedquat

[EliteWiki] Far Arm ships
[EliteWiki] Z-ships
[EliteWiki] Baakili Far Trader
[EliteWiki] Tin of SPAM
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cody »

Anyone with ZHs installed, adding this "market_definition" = (); to the shipdata.plist will restore default markets to the habitats.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
spara
---- E L I T E ----
---- E L I T E ----
Posts: 2676
Joined: Wed Aug 15, 2012 4:19 am
Location: Finland

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by spara »

Cody wrote:
Anyone with ZHs installed, adding this "market_definition" = (); to the shipdata.plist will restore default markets to the habitats.
Nitpicking, but it will copy the system market to the habitats. Same prices and same quantities.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cody »

spara wrote:
Nitpicking, but it will copy the system market to the habitats. Same prices and same quantities.
<chortles> Oh well, that's fine... it's purely eye-candy!
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Cholmondely
Archivist
Archivist
Posts: 4999
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cholmondely »

This seems to be the main thread for the ZHS, so I'm posting this here.

Just nosing around the entrails of the .oxp, with not much of an idea of what does what! (shipdata.plist to be exact)

Is this a typo?

Code: Select all

	has_ncp_traffic = yes;
Context (if needed):

Code: Select all

{
	"Hab_mk2" =
	{
		ai_type = "stationAI.plist";
		allows_auto_docking = yes;
		allows_fast_docking = yes;
		beacon = "Zieman Habitat";
		cargo_type = "CARGO_NOT_CARGO";
		script_info = {bgs_tunnel_shape = "2.0";};
		energy_recharge_rate = 100;
		forward_weapon_type = "WEAPON_NONE";
		frangible = 0;
		has_ecm = yes;
		has_escape_pod = no;
		
		
		
		has_ncp_traffic = yes;
		
		
		
		has_scoop = no;
		"market_definition" = ();
		materials =
		      {
		         "Hab_mk2_hull.png" =
		         {
		            diffuse_map = "Hab_mk2_hull.png";
				normal_map = "Hab_mk2_hull_normalmap.png";
		         };
		      };
		max_energy = 25000;
		max_flight_pitch = 8;
		max_flight_roll = 8;
		max_flight_speed = 0;
		missiles = 0;
		model = "Hab_mk2_hull.dat";
		name = "Zieman Habitat";
		roles = "habmk2 station(0)";
		rotating = yes;
		station_roll = 0.02;
		scan_class = "CLASS_STATION";
		script = "Z_Hab_mk2_Station.js";
		smooth = yes;
		subentities =
		(
			"Hab_mk2_dock 0 -86 550 1 0 0 0",		// docking bay
			"Hab_mk2_dome 0 550 0 1 0 0 0",		// dome inside wall
			
		et cetera, et cetera
			
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
montana05
---- E L I T E ----
---- E L I T E ----
Posts: 1166
Joined: Mon May 30, 2016 3:54 am
Location: lurking in The Devils Triangle (G1)

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by montana05 »

Yep, that is a typo, it should be : "has_npc_traffic" = yes;
Scars remind us where we've been. They don't have to dictate where we're going.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cody »

Cholmondely wrote: Wed Mar 24, 2021 9:42 am
Just nosing around the entrails of the .oxp
You have just entered the twilight zone!
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Cholmondely
Archivist
Archivist
Posts: 4999
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Zieman's Habitat Station as a Zero-G stadium???

Post by Cholmondely »

montana05 wrote: Wed Mar 24, 2021 9:54 am
Yep, that is a typo, it should be : "has_npc_traffic" = yes;
Thank you, Sir.

In England, NCP is National Car Parks, which operates Car Parks around the country! (or craft parks, for parking other things too?)
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
Post Reply