ManasManushya
Community Members-
Posts
23 -
Joined
-
Last visited
Contact Methods
-
Lobby Name
ManasManushya
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
ManasManushya's Achievements
Discens (2/14)
4
Reputation
-
the one big potential i can also see in 0ad is that you can write an entire js code and then use it in your maps. This opens a new horizon to many new opportunities of making new and innovative maps.
-
> 2. Upgrade Atlas Make Atlas a true scenario creation environment – with objectives, events, dialogues, reinforcements, ambushes, and dynamic gameplay. The creator should be able to focus on story and gameplay, not constantly think about the code required to make an idea work. THere are a lot of problems with the scenario maker, 1. It feels outdated 2. It is outdated 3. Has some Bugs 4. The js code required is too much complicated
-
@Stan`but i dont think i will ever want to touch neovim, i want to stick to vscode. But vscode doesnt even show what functions it has.
-
it seems like vscode is bad in specialised things, and clion can work with my files.
-
well, C++ errors
-
So I just started tweaking and trying to contribute to 0ad, but oh my god. VSCode seems so dumb that it cannot resolve my entire project and showers errors to me. I, myself, dont know how to tackle this problem. Can someone help me with this things? Do this things happen to you? or is it just tradition?
-
Well, I updated my local branch with the remote branch and thats when i got this error.
-
Also, please take a look at this log too: ERROR: JavaScript error: simulation/components/UnitAI.js line 4253 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/UnitAI.js line 4253 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/UnitAI.js line 4253 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed GAME STARTED, ALL INIT COMPLETE 08:50:06: Debug: window wxMenuBar@0x5625bf50fdf0 ("menubar") lost focus even though it didn't have it ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/BuildingAI.js line 139 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed GAME STARTED, ALL INIT COMPLETE 08:52:51: Debug: window wxMenuBar@0x5625bf50fdf0 ("menubar") lost focus even though it didn't have it
-
-
@EilatAlso, please take a look at this.
-
@EilatIndeed But it still does nothing
-
Actually, my aim is not to make a match against the bot. I was making a map but when I test it in my game, the AI does nothing for some reasons. Also, Im getting this new errors after updating my fork: ERROR: art/meshes/skeletal/new/m_tunic_long.dae: Exception caught while parsing a COLLADA document from file. ERROR: Could not load mesh 'art/meshes/skeletal/new/m_tunic_long.dae' ERROR: CObjectEntry::BuildVariation(): Model art/meshes/skeletal/new/m_tunic_long.dae failed to load ERROR: Error loading object variation (actor: art/actors/units/athenians/infantry_archer_c.xml) ERROR: JavaScript error: simulation/components/UnitAI.js line 4253 Script value conversion check failed: v.isNumber() (got type Array) ERROR: Script message handler OnOwnershipChanged failed ERROR: JavaScript error: simulation/components/UnitAI.js line 4253 there is much more below it but I am keeping it this short for the sake of it.
-
I was trying to make a map but for some reasons, The AI does nothing despite the fact that it was set as "Petra Bot".
-
Hi guys, I was thinking of trying to add icons in the tutorial instructions. But I get lost because 0 AD API has no intellisense for javascript. So what are the best ways I can learn the 0 AD's Javascript API?
