Search found 13 matches
- 31 Mar 2010, 13:14
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
We live in france, in the city "Montpellier" and we go to the university "Universit├® de montpellier II". It was a work for our last year of master's degree (5th year of university)
- 31 Mar 2010, 12:30
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Sorry but i don't think i'll be able to do it. Not that i don't want to share it with everyone (i would love to) but there is some problems : - we took some classes from another AI and edited them to fit our need. The problem is that i have not asked for the author approval. It's fine since it was j...
- 30 Mar 2010, 20:37
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
The goal of the project was to create four different AI that simulate a different civilisation. We got a democracy, an anarchy, a monarchy, and nomads. The goal was to see their adaptation ability depending on the environement (desert, forest, lots/few natural ressources etc... ) and how do they dev...
- 30 Mar 2010, 13:43
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Project is over, the teachers was realy happy with our AI.
Thanks for the help, it saved me many times, and thanks to you i'll got a good mark on this one =)
i've told the teachers that your community was realy great and they should give more project on spring to the students the next years
Thanks for the help, it saved me many times, and thanks to you i'll got a good mark on this one =)
i've told the teachers that your community was realy great and they should give more project on spring to the students the next years

- 28 Mar 2010, 16:20
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
i'm building stuff with every builder i have (commander, constructor kbot etc..)
EDIT : got it, i was testing my AI vs my AI and those values where for the second AI. if i test my AI vs void or another AI it work fine.
EDIT : got it, i was testing my AI vs my AI and those values where for the second AI. if i test my AI vs void or another AI it work fine.
- 28 Mar 2010, 14:17
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Another question :( i'm doing the "what do we need" function. In this one i'm doing : float incomeEnergie = callback.getEconomy().getIncome(Ressources.energie); float usageEnergie = callback.getEconomy().getUsage(Ressources.energie); float storageEnergie = callback.getEconomy().getStorage(...
- 25 Mar 2010, 20:49
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
It worked, thanks a lot :)
i can't do like others AI do, because i have some special conditions (doing this AI is part of a schoolwork) but with a personalised version of command queue it worked fine :)
i can't do like others AI do, because i have some special conditions (doing this AI is part of a schoolwork) but with a personalised version of command queue it worked fine :)
- 24 Mar 2010, 19:32
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Me again \o/ i've got pretty far now and things start to look good. I need to know if a constructor (factory or builder) is actualy building something (to spread the work order on all my units and not on the first on of the list). is there a function to tell if a unit is currently doing something or...
- 18 Feb 2010, 18:08
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Not having doc don't realy help to create AI ^^ even with a try/catch my logfile is empty (and its not my log method that is wrong cause with a valid command the log is created corectly, only when command fail there is no log). int res=-1; try { res = this.callback.getEngine().handleCommand(AIComman...
- 17 Feb 2010, 18:19
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Hi again. I'm back for some more questions :p Is there any updated javadoc for javaInterface ? i've found this page : http://abma.de/projects/agai/doc-ai-interface/ But it dosen't seem realy up to date since we can find things like : http://abma.de/projects/agai/doc-ai-interface/com/springrts/ai/oo/...
- 15 Feb 2010, 18:02
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Well i used another map (was Nuclear Winter V01 and now i use country-crossing V06) and now i have a commander for each bot. i'm following the tuto right now, trying to build a solar plant, but it dosen't seem to get the order for now, gotta figure it out ^^ My versions are : SpringLobby : 0.63 msw ...
- 15 Feb 2010, 17:02
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Re: Need help - java AI
Thanks for your fast answer =) Hum... solved -_- i was editing the right files but... I was going to upload my "Diplomatie" folder to show you exactly what i was doing. So i put my files in a .rar and moved it to desktop to upload it. then i wanted to check if everything was ok so i extrac...
- 15 Feb 2010, 16:37
- Forum: AI
- Topic: Need help - java AI
- Replies: 26
- Views: 7953
Need help - java AI
Hi guys. I'm new here so i'll ask some noobs questions ^^ i'm starting to create a java AI and following this tuto : http://springrts.com/wiki/AI:Development:Lang:Java i've done what they said up to "Test your AI " but when i add a bot with springlobby my AI dosen't appear. Instead i got a...