Home World Forum
Stars! AutoHost web forums

Jump to Stars! AutoHost


 
 
Home » Stars! 2.6/7 » New Game Announcements » Heavenly Hell.
Re: Heavenly Hell. Fri, 01 August 2008 20:11 Go to previous messageGo to next message
bigcanuknaz is currently offline bigcanuknaz

 
Officer Cadet 1st Year

Messages: 205
Registered: July 2004

joseph wrote on Fri, 01 August 2008 18:41

I have the answer and it took a lot of testing.

What you do is create a new game.
Go to advanced (set it how you want).
In the player settings you choose
"Edit Race" - change the race to how you want it and save as stars.r1 (I didnt change the race name - might need more testing).
then change player 2 to the predefined humanoids and again edit race.
Save as stars.r1

save game.

At this point if you run the vb script it say "array" problem (like with any other type of changed races).

Open all players and click F9 (so they have all submitted their first turn).
Then run the VB script.

Hooray I can now test my races in happyness Razz

edit - if you are running a single player testbed (with AIs) you will have to submit the first turn and then the changes will take you back to 2401 - so I think you will be 1 year out - so the 2450 benchmark of 25K you should be reaching by 2449 (actually with all 100% worlds you should probably reach it a lot sooner but thats for other reasons)


Hmmm...

It seems you can't name both your race (m1) and the 2nd race (m2) both stars.r1.

do you mean stars.r1 and then stars.r2 for m2?

naz

edit: cross post with gible.


[Updated on: Fri, 01 August 2008 20:21]

Report message to a moderator

Re: Heavenly Hell. Sat, 02 August 2008 18:30 Go to previous messageGo to next message
bigcanuknaz is currently offline bigcanuknaz

 
Officer Cadet 1st Year

Messages: 205
Registered: July 2004

Arrrggggg.....

I tried a *lot* of combinations.

I can't get it to work....

I'm not much of a programmer (my last programming course was *decades* ago...)

could you joseph (or someone) post detailed instructions?

I tried with different race names for m1 and m2 (various combinations), with and without additional AIs.

naz

Report message to a moderator

Re: Heavenly Hell. Sat, 02 August 2008 23:22 Go to previous messageGo to next message
AlexTheGreat is currently offline AlexTheGreat

 
Lieutenant

Messages: 661
Registered: May 2006
Location: Sydney, Australia
bigcanuknaz wrote on Sat, 02 August 2008 18:30

Arrrggggg.....

I tried a *lot* of combinations.

I can't get it to work....

I'm not much of a programmer (my last programming course was *decades* ago...)

could you joseph (or someone) post detailed instructions?

I tried with different race names for m1 and m2 (various combinations), with and without additional AIs.

naz


I have been able to run the script successfully with 3 different game generations & up to 8 races (more should work too but I haven't tried it). Some of these steps might work with a different method but here is the test bed that worked (my O/S is Win 2K but that shouldn't matter):

1. Set up a game.def. file (the last item on line 1 is a seed & can be any number), race files can be produced by the Race Wizard.

Heavenly Hell
2 1 3 800
0 0 1 1 0 0 0
8
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven01.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven02.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven03.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven04.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven05.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven06.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven07.r1
C:\Games\Stars!\V260i\Games\MPGame\Heaven\Heaven08.r1
0
0
0
0
0
0
1 100
1 100
C:\Games\Stars!\Games\Heaven\Heaven.xy

2. Generate the game with this command (change the path to yours):
C:\Games\Stars!\stars.exe -a game.def

3. Modify the StarsHostEditor.vbs as follows:
set obj=createobject("AtlantisSoftware.StarsHostEditor& quot ; Wink
obj.load("heaven.hst")
for each Planet in obj.planets
planet.Temperature=50
planet.Gravity=50
planet.Radiation=50
next
obj.save ("heaven1.hst")
msgbox ("heaven1 Saved")

ENSURE YOU ARE USING SHE 0.1 as it doesn't work for me either with SHE 0.2

4. Copy all heaven.* files to same folder as SHE.

5. Run the script (double-click the .vbs)

I totally realise that I didn't need to be so detailed but I thought it might help if someone less knowlegeable is reading this.



[Updated on: Sat, 02 August 2008 23:24]

Report message to a moderator

Re: Heavenly Hell. Sat, 02 August 2008 23:41 Go to previous messageGo to next message
Sulpholobus is currently offline Sulpholobus

 
Petty Officer 1st Class

Messages: 62
Registered: December 2004
Location: Hotwater

bigcanuknaz wrote on Sun, 03 August 2008 08:30

Arrrggggg.....

I tried a *lot* of combinations.

I can't get it to work....

I'm not much of a programmer (my last programming course was *decades* ago...)

could you joseph (or someone) post detailed instructions?

I tried with different race names for m1 and m2 (various combinations), with and without additional AIs.

naz


It's not the same, but if you create a 6% tri-immune version of your race and do multiple gens to mimick pop growth you can get an indication of how your race will play. You'll need to start by growing your pop to say 120k for 19% growth at start. Then 3 gens will mimic 19% growth.

To stop res from being pushed into building factories, research for the extra turns used, you can use mineral alchemy. You then just need to make sure you don't use the extra minerals!

A pain. But it will give you some idea of what will happen.

S.

Report message to a moderator

Re: Heavenly Hell. Sun, 03 August 2008 08:34 Go to previous messageGo to next message
bigcanuknaz is currently offline bigcanuknaz

 
Officer Cadet 1st Year

Messages: 205
Registered: July 2004

Thanks guys!

I'm pretty sure it is the issue of 0.2 versus 0.1.

I have 0.2 installed already. I'll see if I can uninstall it, or just install 0.1 over it.

I'll let you know how it worked.

naz

Report message to a moderator

Re: Heavenly Hell. Sun, 03 August 2008 09:01 Go to previous messageGo to next message
Soobie

 
Officer Cadet 3rd Year

Messages: 270
Registered: May 2007
Location: Australia
AlexTheGreat wrote on Sun, 03 August 2008 12:52


I totally realise that I didn't need to be so detailed but I thought it might help if someone less knowlegeable is reading this.

Don't apologise for being a champion Wink

It seems my interwebs is finally working properly again and I don't have to scab time on other people's computers. Shall endeavour to start sorting out this game now that there seems to be more than 6 players involved Smile

Report message to a moderator

Re: Heavenly Hell. Sun, 03 August 2008 11:47 Go to previous messageGo to next message
ThiefLord is currently offline ThiefLord

 
Crewman 1st Class

Messages: 39
Registered: April 2008
Soobie wrote on Sun, 03 August 2008 09:01

Shall endeavour to start sorting out this game now that there seems to be more than 6 players involved Smile



Create 2 games, 1 for the expert advanced + and the other game for all the others! I am still interested.

Report message to a moderator

Re: Heavenly Hell. Mon, 04 August 2008 11:47 Go to previous messageGo to next message
joseph is currently offline joseph

 
Lt. Junior Grade

Messages: 440
Registered: May 2003
Location: Bristol
Ok so lets all use V1 for the changes (my way uses V2 but you have to create your race from scratch every time).

2 questions remain.
One Hab - All centred (is thematic with Heavenly conditions) or all to one side (for the extra points).
Also when might we start - I do want to play but will be on holiday for the last week of August.

I need the first question answered before I start my testbeds.

Finally I suggest you all run a quick 20 year testbed with a 20% (40%) HE. I couldnt move pop quick enough, then I ran out of minerals and it got worse. Even though I had great factories I barely got a chance to build them as I was too busy building ships

This may be Heaven but seriously scary monsters live here!



Joseph
"Can burn the land and boil the sea. You cant take the Stars from me"

Report message to a moderator

Re: Heavenly Hell. Tue, 05 August 2008 05:04 Go to previous messageGo to next message
Soobie

 
Officer Cadet 3rd Year

Messages: 270
Registered: May 2007
Location: Australia
joseph wrote on Tue, 05 August 2008 01:17

One Hab - All centred (is thematic with Heavenly conditions) or all to one side (for the extra points).

Habs are centred.

I think that I will start accepting races come this Sunday with a goal of having all the races in by the following Sunday. Autohost usually takes a couple of weeks to actually load the game, so with a bit of luck the game starts around the start of Sept.

There is a graphic that AlexTheGreat did that will be used as the basis of the universe, only stretched a wee bit. Hopefully he won't shoot me if I distribute it so that you all get a feel for what the universe is going to look and play like.

All those that remain interested, please either PM me or email me : darren at woolcock dot net dot au

I'll send through a sample shell universe and the specs.

Cheers,
S.

Report message to a moderator

Re: Heavenly Hell. Tue, 05 August 2008 05:59 Go to previous messageGo to next message
AlexTheGreat is currently offline AlexTheGreat

 
Lieutenant

Messages: 661
Registered: May 2006
Location: Sydney, Australia
Soobie wrote on Tue, 05 August 2008 05:04

There is a graphic that AlexTheGreat did that will be used as the basis of the universe, only stretched a wee bit. Hopefully he won't shoot me if I distribute it so that you all get a feel for what the universe is going to look and play like.
Cheers,
S.


np. That'll be the BMP I used in UC 1.3 to remap the universe.

Hopefully you're not distributing the game files I also sent since that might provide too much insight into my possible race design(s).

Alex

Report message to a moderator

Re: Heavenly Hell. Tue, 05 August 2008 06:55 Go to previous messageGo to next message
Soobie

 
Officer Cadet 3rd Year

Messages: 270
Registered: May 2007
Location: Australia
AlexTheGreat wrote on Tue, 05 August 2008 19:29

Hopefully you're not distributing the game files I also sent since that might provide too much insight into my possible race design(s).
I wouldn't do that to you. It will just be the humanoids.

Report message to a moderator

Re: Heavenly Hell. Sun, 10 August 2008 16:03 Go to previous messageGo to next message
bigcanuknaz is currently offline bigcanuknaz

 
Officer Cadet 1st Year

Messages: 205
Registered: July 2004

Well, mostly success with SHE v1.0

I still have not been able to make it work with AR races. (not that I really think an AR race would be a good idea, but I would still like to test it with all those 100% planets, and a bit of time to grow. It might be worth the risk if testing turns out even better than expected.)

The AR SB is there when I first open the modified turn, and when my scout gets to planets, the habs have properly been altered. The problem is, my HW SB dissappears (along with all my pop) on the 2nd turn.

Can anyone else duplicate this problem? Does anyone have a solution?

naz

Report message to a moderator

Re: Heavenly Hell. Mon, 11 August 2008 06:06 Go to previous messageGo to next message
joseph is currently offline joseph

 
Lt. Junior Grade

Messages: 440
Registered: May 2003
Location: Bristol
I tested AR (and IT, IS, HE, SD) with version 2 and my method.
Ran into no problems with any of them (apart from the problem that sometimes the hab change decided not to work).

I will run a test with AR and V1 using AlexTG's method and get back to you.

The 100% worlds looked good but I worry that AR has 2K max per planet and other players will be getting 4-5K.



Joseph
"Can burn the land and boil the sea. You cant take the Stars from me"

Report message to a moderator

Re: Heavenly Hell. Mon, 11 August 2008 09:12 Go to previous messageGo to next message
skoormit is currently offline skoormit

 
Lieutenant

Messages: 665
Registered: July 2008
Location: Alabama
Soobie wrote on Tue, 05 August 2008 04:04



All those that remain interested, please either PM me or email me : darren at woolcock dot net dot au

I'll send through a sample shell universe and the specs.

Cheers,
S.

I sent an email but have not received a reply. All is well?



What we need's a few good taters.

Report message to a moderator

Re: Heavenly Hell. Mon, 11 August 2008 11:23 Go to previous messageGo to next message
AlexTheGreat is currently offline AlexTheGreat

 
Lieutenant

Messages: 661
Registered: May 2006
Location: Sydney, Australia
Join me up please.

When do we expect the game to start? I will need at least a week to test races since I'm also testing races for the Duelling Championship atm.

Report message to a moderator

Re: Heavenly Hell. Mon, 11 August 2008 17:37 Go to previous messageGo to next message
Sulpholobus is currently offline Sulpholobus

 
Petty Officer 1st Class

Messages: 62
Registered: December 2004
Location: Hotwater

skoormit wrote on Mon, 11 August 2008 23:12

Soobie wrote on Tue, 05 August 2008 04:04



All those that remain interested, please either PM me or email me : darren at woolcock dot net dot au

I'll send through a sample shell universe and the specs.

Cheers,
S.

I sent an email but have not received a reply. All is well?



2 PM's and an email to both the given email address and another one from previous communications have not elicited a response.

Hopefully everything is OK.

Sulpholobus.

Report message to a moderator

Re: Heavenly Hell. Mon, 11 August 2008 21:45 Go to previous messageGo to next message
bigcanuknaz is currently offline bigcanuknaz

 
Officer Cadet 1st Year

Messages: 205
Registered: July 2004

yes, same here on 2 counts.

No reply to my PM.

The occasional planet where the centering did not take, usually just on one variable.

joseph.

I ran into the AR SB disappearing both with V1.0 and V2.0.

I am running 2.7jr3 on winxp

As to 2k for AR versus 4k for the others, true, but there might be more speed. Just wondering if it is enough.

naz

Report message to a moderator

Re: Heavenly Hell. Tue, 12 August 2008 08:42 Go to previous messageGo to next message
Soobie

 
Officer Cadet 3rd Year

Messages: 270
Registered: May 2007
Location: Australia
Sorry - I've been out of circulation the last week or so. It looks like letting up in a couple of days. Will send the file then - Unfortunately the test I set up originally had my ideas on race design (I was having a play) so it's not a sample universe to send.

S.

Report message to a moderator

Re: Heavenly Hell. Tue, 12 August 2008 08:47 Go to previous messageGo to next message
skoormit is currently offline skoormit

 
Lieutenant

Messages: 665
Registered: July 2008
Location: Alabama
Soobie wrote on Tue, 12 August 2008 07:42

Sorry - I've been out of circulation the last week or so. It looks like letting up in a couple of days. Will send the file then - Unfortunately the test I set up originally had my ideas on race design (I was having a play) so it's not a sample universe to send.

S.


No worries. We'll get there when we get there. Looking forward to seeing what this universe will look like.



What we need's a few good taters.

Report message to a moderator

Re: Heavenly Hell. Tue, 12 August 2008 16:58 Go to previous messageGo to next message
joseph is currently offline joseph

 
Lt. Junior Grade

Messages: 440
Registered: May 2003
Location: Bristol
I have version 2.60J was using the SHE V2 and the AR starbases didnt vanish on me and I have done a few tests with AR.


Joseph
"Can burn the land and boil the sea. You cant take the Stars from me"

Report message to a moderator

Re: Heavenly Hell. Wed, 13 August 2008 20:21 Go to previous messageGo to next message
GreyMatter is currently offline GreyMatter

 
Petty Officer 2nd Class

Messages: 57
Registered: September 2004
Location: USA
Is it still not too late to join ?

Report message to a moderator

Re: Heavenly Hell. Fri, 29 August 2008 14:45 Go to previous messageGo to next message
joseph is currently offline joseph

 
Lt. Junior Grade

Messages: 440
Registered: May 2003
Location: Bristol
Im guessing life didnt let up for Scoobie - we are still waiting on a test universe.

No hurry I have 2 other games I am playing, but when this starts I am interested.

Joseph



Joseph
"Can burn the land and boil the sea. You cant take the Stars from me"

Report message to a moderator

Re: Heavenly Hell. Mon, 15 September 2008 07:56 Go to previous messageGo to next message
joseph is currently offline joseph

 
Lt. Junior Grade

Messages: 440
Registered: May 2003
Location: Bristol
No update for a while - is this game now in "Limbo"


Joseph
"Can burn the land and boil the sea. You cant take the Stars from me"

Report message to a moderator

Re: Heavenly Hell. Wed, 31 December 2008 08:31 Go to previous message
Ashlyn is currently offline Ashlyn

 
Lt. Commander

Messages: 834
Registered: November 2002
Location: Pueblo CO USA

hi Smile

what is the status of this game?

Ashlyn

Disco happy new year!!!!

Report message to a moderator

Previous Topic: Line of Supply / Fog of War II
Next Topic: The Hunt for Red October
Goto Forum:
  


Current Time: Sun Apr 28 18:10:43 EDT 2024