Search found 7 matches
- 23 Feb 2012, 19:42
- Forum: AI
- Topic: Spring.SendSkirmishAIMessage Access violation
- Replies: 7
- Views: 2770
Re: Spring.SendSkirmishAIMessage Access violation
Hoijui, abma and Kloot thanks for investigating.
- 22 Feb 2012, 20:14
- Forum: AI
- Topic: Spring.SendSkirmishAIMessage Access violation
- Replies: 7
- Views: 2770
- 22 Feb 2012, 20:09
- Forum: AI
- Topic: Spring.SendSkirmishAIMessage Access violation
- Replies: 7
- Views: 2770
Re: Spring.SendSkirmishAIMessage Access violation
Thanks for reorganising my post. I Have attached the game,AI etc. reproduce: 1.When game starts, type message in the chat box 2.Spring crashes with "access violation" Some Notes: --The widget " testing.lua" in EmptyMod.sdd\LuaUI\Widgets calls the "turnController.lua" fu...
- 22 Feb 2012, 03:28
- Forum: AI
- Topic: Spring.SendSkirmishAIMessage Access violation
- Replies: 7
- Views: 2770
Spring.SendSkirmishAIMessage Access violation
Hi,
Can anyone please help me with the following:
I am trying to communicate to my Java AI, using the following code inside gadget:
Spring crashes and infolog.txt is :
http://pastebin.com/qJ3gmZpN
Can anyone please help me with the following:
I am trying to communicate to my Java AI, using the following code inside gadget:
Code: Select all
Spring.SendSkirmishAIMessage(0, MESSAGE)
http://pastebin.com/qJ3gmZpN
- 13 Feb 2012, 21:53
- Forum: AI
- Topic: JavaOO AI and Spring(LUA) comminucation
- Replies: 3
- Views: 1067
JavaOO AI and Spring(LUA) comminucation
Hi everyone, I have created an AI using JavaOO-AIWrapper . I was wondering if there is a way I can pass information between Game(LUA) and the AI. For example I want to be able to access a variable in my AI(java) from a widget or gadget or the way around. I already looked at this post: http://springr...
- 13 Feb 2012, 09:25
- Forum: Lua Scripts
- Topic: reading messeges from the screen
- Replies: 1
- Views: 397
reading messeges from the screen
Hi Everyone,
I wanted to know if there is a way to get the messages displayed on the screen .
for example I use Spring.echo( " something" ) from a widget.
I want to be able to get the message from the screen and use in my code.
thanks
I wanted to know if there is a way to get the messages displayed on the screen .
for example I use Spring.echo( " something" ) from a widget.
I want to be able to get the message from the screen and use in my code.
thanks
- 12 Feb 2012, 22:59
- Forum: AI
- Topic: JavaOO-AIWrapper documentation
- Replies: 1
- Views: 885
JavaOO-AIWrapper documentation
Hi Everyone, Any one knows where to find tutorials, documentation (JavaDoc) for the JavaOO-AIWrapper ? I am using the JavaOO-AIWrapper.jar and I am looking for examples for building units etc. -The following link is broken: http://spring.abma.de/doc-Interface-JavaOO/ ((((Javadoc of the Java AI OO Wr...