Search

Search found 14 matches

by CliffracerX
14 Aug 2014, 21:32
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

abma wrote:no need to do so, grab the latest build: http://springrts.com/dl/buildbot/defaul ... -ga25bcbe/


if you still want to compile on your own, see the wiki pages: http://springrts.com/wiki/Building_spring
Thanks! I'll give that a spin and report back to tell you if it blows up. :P
by CliffracerX
14 Aug 2014, 19:38
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

very likely this will fix the crash: https://github.com/spring/spring/commit/f1d12a0dc7289ea1b89b6d2f7c6f51cdf948283e it seems AAI couldn't handle games where no metal extractor exists! AAI bundled with spring >=97.0.1-234-gf1d12a0 develop should work! Sorry I didn't see your post until now, I was ...
by CliffracerX
12 Aug 2014, 03:01
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

ugh, you hit a newly introduced bug: http://springrts.com/mantis/view.php?id=4501 thanks for reporting! please test with http://springrts.com/dl/buildbot/default/develop/97.0.1-206-g8576ee8/win32/spring_%7Bdevelop%7D97.0.1-206-g8576ee8_minimal-portable.7z sorry! Well, I was able to get into the map...
by CliffracerX
12 Aug 2014, 00:07
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

@CliffracerX: can you please test if the current development version works for you? 96.0 crashes for me, too, but current development version doesn't... for example this one: http://springrts.com/dl/buildbot/default/develop/97.0.1-223-gba0bcf4/win32/spring_%7bdevelop%7d97.0.1-223-gba0bcf4_minimal-p...
by CliffracerX
11 Aug 2014, 20:30
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

smoth wrote:IIRC AAI requires a config right?
Yeah, but it dies gracefully ingame if the mod lacks a config. WITH the config for the mod, it just kills my client. :|
by CliffracerX
11 Aug 2014, 17:03
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

abma wrote:thats not the game you use, you've modified it! :-|

can't help without the game you use. if you don't want to publish it, pm me and send a "private" link to it.
I tried it with both, it crashed with both, but I'll send you the modded version in a PM or something.
EDIT: PM sent.
by CliffracerX
11 Aug 2014, 16:28
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

abma wrote:still doesn't look useful. can you provide the game you use? else we are stuck here i guess...
I'm using http://springrts.com/wiki/SpringTutorialGame for testing.
EDIT: Also fixed the explodeAs error, but the game is still crashing. :?
by CliffracerX
10 Aug 2014, 23:56
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

Tried deleting the AI folder, it still crashed. Infolog attached. :?

EDIT: Also, the game in use is a slightly modded version of the Spring Tutorial Game.
EDIT 2: Also tried with the original Spring Tutorial Game, it's still crashing. ._.
by CliffracerX
10 Aug 2014, 22:20
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

abma wrote:does it work with spring 96.0? 95.0 is old and outdated...
Nope, still busted in spring 96.0.

EDIT: Added infolog, maybe it'll be useful?
by CliffracerX
10 Aug 2014, 22:06
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

Re: AAI crashing Spring on game start

Any logfile about the problem in C:\Games\Spring\AI\Skirmish\AAI\0.9\log\ ? AAI 0.9 running mod CRTS 0.01 Mod config file AI\Skirmish\AAI\0.9\cfg\mod\CRTS_0.01.cfg not found Now trying with legacy mod config file name ... Using mod config file C:\Users\Cliffie\Documents\My Games\Spring\AI\Skirmish\...
by CliffracerX
10 Aug 2014, 02:34
Forum: Help & Bugs
Topic: AAI crashing Spring on game start
Replies: 22
Views: 1975

AAI crashing Spring on game start

I've been fiddling with the various AIs in Spring to see how they do with my slightly modded version of the tutorial game (as that has a good amount of units and stuff, covering all types), and wanted to test AAI. RAI is good and all, but it seems to fail now and then (for instance, not buying anyth...
by CliffracerX
09 Aug 2014, 19:00
Forum: Game Development
Topic: Custom resource types
Replies: 6
Views: 1662

Re: Custom resource types

Or you could do the work yourself and look at the already existing projects. There are only so many projects that exist in this engine. You will need custom one made because you want more than one resource and you want it HARVESTED/based on farms or whatever. There are are a lot of assumptions in y...
by CliffracerX
09 Aug 2014, 17:30
Forum: Game Development
Topic: Custom resource types
Replies: 6
Views: 1662

Re: Custom resource types

Silentwings wrote:All you need here is a small-ish amount of lua. I don't have the gadgets to hand but others have already done this and it would likely not be difficult for you to re-use their code.
If you can point me in the direction of someone who's figured this out, I would be grateful!
by CliffracerX
09 Aug 2014, 04:44
Forum: Game Development
Topic: Custom resource types
Replies: 6
Views: 1662

Custom resource types

I'm wondering if it's possible to add custom resource types, so instead of metal/energy, you'd have wood/stone/metal/food or something like that.

Is this possible without loads of fancy LUA or modding the Spring source? :?

Go to advanced search