StellarForum
May 22, 2012, 03:28:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Stellar Frontier has moved to the new forum and site at stellarfrontier.com!
Please make a new account there in preparation for SF 2.0 and to chat on the boards!
 
   Home   Help Search Groups Login Register  
Pages: [1] 2 3 ... 7
  Send this topic  |  Print  
Author Topic: 1.3.4.1 Bugs  (Read 7125 times)
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« on: February 03, 2009, 09:50:40 AM »

Post here, this is related to any bugs in 1.2RC7 and up that we do not know about.
« Last Edit: April 05, 2009, 04:35:38 AM by NiteHawk » Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #1 on: February 03, 2009, 09:52:19 AM »

And yeah, I do know about the random crashes while trying to load/get into a game. Sad Been there since 1.2x, Just an issue in figuring out where.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #2 on: February 03, 2009, 02:56:44 PM »

Spawn issue still, where ships fail to spawn after a certain period of time. This still happened in 1.2, so I guess theres another issue. I am guessing its getting stuck with building ships , thinking ships are there.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
Sandtrooper
Vice CinC of TRIBE
Administrator
Expert Member
*****
Posts: 504



WWW Email
« Reply #3 on: February 03, 2009, 08:30:21 PM »

Some planetary objects are somehow subject to giant problems that I can't seem to solve:

Code:
   Moon        Crateris-B2-II-M7   1650    *       0.48   0.0  DrengusVIIIa  600   45   9.0 100  100
   Moon        Crateris-B2-II-M8   1850    *       0.32   0.0  DrengusVIIIb  575   20   0.05 100  100

What the game interprets that ends up like this (see attached)

At least 4 moons in the "Survival" scenario are affected.
Report to moderator   Logged



Fleet Admiral Sandtrooper
2nd in Command of TRIBE

TRIBE-SD)    オークエボリューション
(Oak Evolution)
TwoOfNone
Registered Member
*
Posts: 7


« Reply #4 on: February 03, 2009, 09:59:48 PM »

Hmm. I put it up against a draft version of a system I'm working on, and I can't see anything that's too varied from the Luna norm. Perhaps it is too habitable for a "moon", and so the habitability just loops around? Have you tried setting the initial terraformed value to something smaller, like 10, and seeing where it goes all crazy and -2356%?
Code:
#ECHO loading ABelt solar system at ([r],[a])
*---------------------------------------------------------------------------------------------------------------------------------------------------------------*
* Class Name Radius Angle Mass AtmPressure Bitmap Temperature Uninhabitable% Gravity AccuBonus Terraformed% *
*---------------------------------------------------------------------------------------------------------------------------------------------------------------*
* Star Sol [r] [a] 1.0 (in Sols) 30.0 Sun 5800 100 (too hot) 100.0 100 0 *
* Planet Earth 0.2 * 1.0 (in Earths) 1.0 Earth 300 70 (oceans) 1.0 100 100 *
* Moon Luna 250 * 1.0 (In Lunas) 0.0 Luna 300 0 .15 100 10 *
* Minor Pallas 0.257 177.0 0.05 0.0 Aster1 260 0 .02 100 10 *
*---------------------------------------------------------------------------------------------------------------------------------------------------------------*
  Star Sol [r] [a] 1.0 30.0 Sun 5800 100 100.0 100 0

  Planet Earth 0.2 * 1.0 1.0 Earth 300 70 1.0 100 100
  Moon Luna 250 * 1.0 0.0 Luna 300 0 .15 100 100

  Moon Crateris-B2-II-M7 1650 * 0.48 0.0 DrengusVIIIa 600 45 9.0 100 100
  Moon Crateris-B2-II-M8 1850 * 0.32 0.0 DrengusVIIIb 575 20 0.05 100 100
Report to moderator   Logged
Sandtrooper
Vice CinC of TRIBE
Administrator
Expert Member
*****
Posts: 504



WWW Email
« Reply #5 on: February 03, 2009, 10:40:03 PM »

Solved, it had to do with the new Robot population system, I added the new max bot counts for Survival (which has it's own race file, which didn't have the new values) and it fixed the problem.
Report to moderator   Logged



Fleet Admiral Sandtrooper
2nd in Command of TRIBE

TRIBE-SD)    オークエボリューション
(Oak Evolution)
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #6 on: February 04, 2009, 07:50:37 AM »

Solved, it had to do with the new Robot population system, I added the new max bot counts for Survival (which has it's own race file, which didn't have the new values) and it fixed the problem.

Ahh yeah, make sure you guys set the value in your races file else the races gravity/atmp/temp/ what makes a race live on a planet will change.

I wrongly forgot to make sure it errors if the value isn't there, which I'll add it now.

Check sf_data_races.sec TwoOfNone and see how the AIpop is there.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #7 on: February 04, 2009, 07:55:28 AM »

Missed one closing crash, but I solved it now, my bad Sad
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #8 on: February 04, 2009, 03:43:58 PM »

I'll prob release a fix with some bugs soon.

Also realized some ships that are under construction wander off, I fixed that though, I remoeved some coding that stated "REMOVE ME" beside it, so well, I did it, but now it seems like ships float off, so that coding was left there well, to stop that from happening.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
AdmiralTigerclaw
Sound Developer
Expert Member
****
Posts: 734


Naval Commander: Forum Sound Admin


« Reply #9 on: February 04, 2009, 08:52:55 PM »

Okay, I saw one of the random side switches occure. 
It happened at mercury a little before frame 296300.  There was no attacks, no orbits.

EDIT: And in the process of stopping to write this report, I orbited mercury alt-tabbed over to the browser.  When I returned, it had switched again and an AI was in the process of using me for target practice.
« Last Edit: February 04, 2009, 08:56:54 PM by AdmiralTigerclaw » Report to moderator   Logged

GCFA Naval Commander
Veteran Player - Supreme Spaceforce Agressor
Owner: Samurai Penguin Studios
Listen on Last.FM
Psiko_Mantis
Registered Member
*
Posts: 3



« Reply #10 on: February 04, 2009, 09:56:01 PM »

Now for some reason any character with a "_" in there name is no longer allowed. Well I tried twice and it said that "_" is now a bad character, when before in 1.3.2 it was allowed.
Report to moderator   Logged
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #11 on: February 05, 2009, 01:58:29 AM »

Now for some reason any character with a "_" in there name is no longer allowed. Well I tried twice and it said that "_" is now a bad character, when before in 1.3.2 it was allowed.

Yeah we actually removed _, I think it was in 1.3.1 when it was allowed and 1.3.2.2 it was disallowed. The reason is we added spaces for character names.

If you have a _ in your name we can change your name to something with a space instead if you want or a different name. The reason we started supporting spaces rather then _ is because it just looks nicer. and _'s are used now in chat for example IRC, which doesn't allow spaces, so we used a '_' to fill in the IRC name for chatting.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
Sandtrooper
Vice CinC of TRIBE
Administrator
Expert Member
*****
Posts: 504



WWW Email
« Reply #12 on: February 05, 2009, 01:19:19 PM »

You should try to fix the bug that occurs when using the manual spawner from the scenario file (the last bit to make them spawn in a different location)

The bug makes the bot act more dumber (fires seldomly if attacked), and on rare occasions makes the bots don't spawn sometimes after a period of time. It also spawns a nameless bot (who's in a base, and is a Cadet).

I also get a crash sometimes when I request the Pilots list when I use the manual spawner.

ALSO: I got a crash dialog box after taking a screenshot of the nameless bot, the result was not pretty to me, the PRF file didn't remember my account...so had to readd myself to the game.

EDIT 3: F*** me, I forgot the game is case-sensitive, SpikeBrow's "B" wasn't capped in the scenario file.
« Last Edit: February 05, 2009, 01:51:52 PM by Sandtrooper » Report to moderator   Logged



Fleet Admiral Sandtrooper
2nd in Command of TRIBE

TRIBE-SD)    オークエボリューション
(Oak Evolution)
NiteHawk
<dev></dev>
Administrator
Legendary Member
*****
Posts: 2816



WWW
« Reply #13 on: February 05, 2009, 02:11:31 PM »

You should try to fix the bug that occurs when using the manual spawner from the scenario file (the last bit to make them spawn in a different location)

The bug makes the bot act more dumber (fires seldomly if attacked), and on rare occasions makes the bots don't spawn sometimes after a period of time. It also spawns a nameless bot (who's in a base, and is a Cadet).

I also get a crash sometimes when I request the Pilots list when I use the manual spawner.

ALSO: I got a crash dialog box after taking a screenshot of the nameless bot, the result was not pretty to me, the PRF file didn't remember my account...so had to readd myself to the game.

EDIT 3: F*** me, I forgot the game is case-sensitive, SpikeBrow's "B" wasn't capped in the scenario file.

*      player      race        population    design          location   
*--------------------------------------------------------------------
}

^^ that part? I never actually seen it before but I'll take a look.
Report to moderator   Logged

http://chrisvall.com - Coding/gaming blog in the works.
Sandtrooper
Vice CinC of TRIBE
Administrator
Expert Member
*****
Posts: 504



WWW Email
« Reply #14 on: February 05, 2009, 02:27:53 PM »

The Sirius System uses that to spawn the two extra bases the Terrans & Drengins have, and they don't attack much.
Report to moderator   Logged



Fleet Admiral Sandtrooper
2nd in Command of TRIBE

TRIBE-SD)    オークエボリューション
(Oak Evolution)
Pages: [1] 2 3 ... 7
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!