Page 1 of 1

game crashes when I hover mouse over new tech i created.

Posted: Fri May 30, 2014 5:03 pm
by Lonck

Code: Select all

 PROJECT			;372, Advanceded Command, 0, 1, 		2, 2, 0, 0.0, 
 COMPONENT IMPROVEMENTS	;59, 0, 1000, 0, 0, 0, 0, 0, 0,		60, 0, 1000, 0, 0, 0, 0, 0, 0,		61, 0, 1000, 0, 0, 0, 0, 0, 0,		94, 0, 1000, 0, 0, 0, 0, 0, 0,
 PARENTS			;372, Y
 

RE: game crashes when I hover mouse over new tech i created.

Posted: Fri May 30, 2014 5:23 pm
by Darkspire
ORIGINAL: Lonck

Code: Select all

 PROJECT			;372, Advanceded Command, 0, 1, 		2, 2, 0, 0.0, 
 COMPONENT IMPROVEMENTS	;59, 0, 1000, 0, 0, 0, 0, 0, 0,		60, 0, 1000, 0, 0, 0, 0, 0, 0,		61, 0, 1000, 0, 0, 0, 0, 0, 0,		94, 0, 1000, 0, 0, 0, 0, 0, 0,
 PARENTS			;372, Y
 

PROJECT ;372

PARENTS ;372

An entry can not parent itself.

Darkspire



RE: game crashes when I hover mouse over new tech i created.

Posted: Fri May 30, 2014 5:59 pm
by Lonck
Game crashes because apparently we can't place energy & construction components in another tab or the category has to be the same or something.

RE: game crashes when I hover mouse over new tech i created.

Posted: Fri May 30, 2014 6:59 pm
by AnddyiRaynor
Figured you'd get that, I had a bunch of stuff wrote then decided not to post it because I got lost when I got to the component improvements and your over inflation of that. Idk if that causes a problem or not since none of the other techs I saw had more than just the one set of numbers and das picked the easiest item to mod a engine .

Code: Select all

PROJECT			;266, Advanced Command, 6, [b]23(#1)[/b], 		2, 2, 0, 0.0, 
 COMPONENT IMPROVEMENTS	;85, 6, 10, 0, 0, 0, 0, 0, 0, <-What I mean
 PARENTS			;265, N

#1 - Change your ;

Code: Select all

372, Advanceded Command, 0(tech lvl), 1(row), 		2, 2, 0, 0.0,  to [b];372, Advanceded Command, 0, 23,[/b]

Also since you left the tech level at 0 it's going to be on the far left.

Code: Select all

(tech level 0 is at far left, tech level 7 is at far right. Each single
 additional tech level doubles the default research cost of the project)

COMPONENT IMPROVEMENTS ;59, 0, 1000, 0, 0, 0, 0, 0, 0, <--- By default that is a mining engine. Post the components 59,60,61,94 so someone can help see if you got any of that wrong. I've no idea if you can add those multiple components like you did, which could also be the problem.

Or possibly I didn't look hard enough

Code: Select all

PROJECT			;122, High Power Extractors, 6, 26, 		1, 6, 0, 0.0, 
 COMPONENT IMPROVEMENTS	;59, 6, 6, 0, 0, 0, 0, 0, 0,	    	60, 6, 40, 0, 0, 0, 0, 0, 0,		 61, 6, 6, 0, 0, 0, 0, 0, 0,
 PARENTS			;121, N

Hmm so 59, Mining Engine, 60, Gas Extractor, 61, Luxury Resource Extractor, 94, Construction Yard,
you may not be able to have the construction yard component.