zoot
Community Members-
Posts
1.557 -
Joined
-
Last visited
-
Days Won
9
Everything posted by zoot
-
I haven't checked.
-
Superficially similar, yes.
-
Because the player shown in TotalNoobPL's screenshot is not an AI.
-
The bug shown in your video is a different one:
-
I've looked through the code dealing with map setup in relation to triggers, and I don't think adding a few additional variables to the JSON should be too difficult, if FeXoR is willing to do it. Maybe Spahbod can implement it in the game setup UI, since he wrote it (I believe) and probably has the best overview of how it works.
-
Is that a video of TotalNoobPL's game?
-
Yes, yes. But what makes you sure there were no dropsites left in the game played by TotalNoobPL?
-
What makes you so sure this is due to there not being a dropsite? I've seen this when the tree is unreachable too. Also, this doesn't look like the AI player - the civ emblem is Iberian and so are the buildings in screenshot. There is a similar issue with qBot though, where it will try gathering from a resource and then stop if there is no drop site and then start again over and over, but that is an issue in qBot, not in UnitAI.
-
I honestly don't know why everything has to be conflated with triggers. Triggers are just a dumbed down way of doing scripting. There is nothing "powerful" about them other than the fact that it enables ordinary folks to create interesting maps. They would not be suited for any of the issues listed above.
-
WIP: Javascript debugging - Web developer wanted
zoot replied to Yves's topic in Game Development & Technical Discussion
Alternatively, you could just do assert(false) at the point where you want to break. -
WIP: Javascript debugging - Web developer wanted
zoot replied to Yves's topic in Game Development & Technical Discussion
Could JS_SetSingleStepMode() be used for the assert() functionality? I don't positively know what it does, but the name sure suggests that it breaks execution. -
Like this? http://www.wildfiregames.com/forum/index.php?showtopic=16460entry249534
-
Sign-up for the free accounts: https://github.com/signup/free
-
Yes, personal repositories are completely free of charge. I can't tell you what they actually do charge for because I've never run into that limitation.
-
Me too. I think a grid of nearly identical numerals would look redundant/annoying.
-
You can do that with Git too: https://help.github.com/articles/how-do-i-add-a-collaborator Assembla is more of a project management tool, I think?