Thanks! I'll give that a spin and report back to tell you if it blows up.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
Search found 14 matches
- 14 Aug 2014, 21:32
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
Re: AAI crashing Spring on game start
- 14 Aug 2014, 19:38
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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 ...
- 12 Aug 2014, 03:01
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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...
- 12 Aug 2014, 00:07
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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...
- 11 Aug 2014, 20:30
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
Re: AAI crashing Spring on game start
Yeah, but it dies gracefully ingame if the mod lacks a config. WITH the config for the mod, it just kills my client.smoth wrote:IIRC AAI requires a config right?
- 11 Aug 2014, 17:03
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
Re: AAI crashing Spring on game start
I tried it with both, it crashed with both, but I'll send you the modded version in a PM or something.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.
EDIT: PM sent.
- 11 Aug 2014, 16:28
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
Re: AAI crashing Spring on game start
I'm using http://springrts.com/wiki/SpringTutorialGame for testing.abma wrote:still doesn't look useful. can you provide the game you use? else we are stuck here i guess...
EDIT: Also fixed the explodeAs error, but the game is still crashing.
- 10 Aug 2014, 23:56
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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. ._.
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. ._.
- 10 Aug 2014, 22:20
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
Re: AAI crashing Spring on game start
Nope, still busted in spring 96.0.abma wrote:does it work with spring 96.0? 95.0 is old and outdated...
EDIT: Added infolog, maybe it'll be useful?
- 10 Aug 2014, 22:06
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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\...
- 10 Aug 2014, 02:34
- Forum: Help & Bugs
- Topic: AAI crashing Spring on game start
- Replies: 22
- Views: 2130
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...
- 09 Aug 2014, 19:00
- Forum: Game Development
- Topic: Custom resource types
- Replies: 6
- Views: 1785
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...
- 09 Aug 2014, 17:30
- Forum: Game Development
- Topic: Custom resource types
- Replies: 6
- Views: 1785
Re: Custom resource types
If you can point me in the direction of someone who's figured this out, I would be grateful!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.
- 09 Aug 2014, 04:44
- Forum: Game Development
- Topic: Custom resource types
- Replies: 6
- Views: 1785
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?
Is this possible without loads of fancy LUA or modding the Spring source?
