Jump to content

Manimal

Community Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Manimal

  1. As explained in this post -> More details there -> https://trac.wildfiregames.com/wiki/Modding_Guide#Howtomakeyourmodshowupinthemodselectionscreen
  2. Hi modders, Your mod terra_magna_A26 has 2 minor issues with modio mod : terra_magna_A26 is not highlighted in green in the mods list ! I've noticed that the 2 Terra Magna's mod.json contain a "type" field : { "name": "terra_magna_A26", "label": "0 A.D. Terra Magna", "version": "0.26.2", "url": "https://0ad.old.mod.io/terra-magna", "description": "Adds new civilizations to 0 A.D.", "dependencies": ["0ad>=0.0.26"], "type": "Factions" } So I've remove the line that contains this field, given this field does not seem to be recognized. By the way I've added some missing fields even though they're empty : { "name": "terra_magna_A26", "label": "0 A.D. Terra Magna", "version": "0.26.2", "description": "Adds new civilizations to 0 A.D.", "ignoreInCompatibilityChecks": false, "dependencies": ["0ad>=0.0.26"], "url": "https://0ad.old.mod.io/terra-magna", "author_name": "", "author_profile": "", "url_source_code": "" } then finally saved the file and zipped it within "terra_magna_A26.zip". terra_magna_A26 shows up as terra-magna within the downloadable mods list. I guess this is due to the way modio is filtering the field names and values... I've renamed the "terra_magna_A26" folder as "terra-magna". The problem is solved and the downloaded mod shows up in green. I've attached below my version that's operational with modio. (just unpack the file within the mods folder, according to the game data path) terra-magna.7z
  3. Me again, about some bugs that occured during my tests : 0AD spewed a "missing icon_below_1000" warning message, which can spam by clicking on some nicknames within the players list. It spewed also a "missing icon_below_1200" and "missing icon_below_1600" warning with some toher nicknames. The other error happenned within the [Search Player] box by typing 2 first letters of my nickname in lowercase, and hitting the [Tab] key. This led to an App Crash + "frozen" Windows desktop, but hitting [CTRL][ALT][DEL] took me back to it with the App Crash box showing up. The width of the map overview is stretched out horizontally. Should it keep its aspect ratio ? Just play with the vertical separator and see it being stretched or shrinked.
  4. Keep up he good work. I mistakenly thought there was a version number error, so I've put it back and re-uploaded my 7z file above. Would it be possible to add a buffer to the chat input box ? This buffer might allow users to recall some lines they typed in. (especially lines containing command switches andtheir parameters.)
  5. Hi seeh, I made a fix for your mod that is now "seen" by the Mod Manager (offline so far) after installing it and relaunching the game. I've started a new offline game versus 1 AI and it ran correctly. Your tiny mistakes were very easy to fix up : file structure seemed to be wrong, now it looks like the one of the genuine autociv mod. I've installed it within a folder that I've simply named "autocivP" with no version number. How to install it : Either RMB click on the 7z file -> [Extract to] target : "C:\Users\USERNAME\Documents\My Games\0ad\mods" Or open it with a double LMB click, then drag'n'drop the autocivP folder from within it to the gamedata path above. That's all buddy. autocivp v20230729 fix by Humanimal_.7z
  6. 28 hours remaining to get this game for free @ GOG's https://www.gog.com/fr/game/lovecrafts_untold_stories
  7. I tend make it an habit to do that given this happens with more and more websites...
  8. I'm using Qwant for a few reasons : it is said this company respects our privacy. I tend to trust them given they are french, and french does a lot to privacy protection. I've read a surprising webpage about Qwant saying they're using filtered results from a search through Bing. However Bing is not known for being the most accurate and / or powerful search engine... Back in the days, I was using Copernic which was a free (like most engines) powerful meta search engine that was sending a search to ALL known search engines and then returned the results after a bit of filtering. Nowadays, they've turned to a software company that only sells their search engine.
  9. I know the reasons of automatic session log out. However how the forum's engine can consider someone is inactive while creating a topic or replying to some topic, whatever the time it takes ?...
  10. When you search for 0 A.D. through some search engines :
  11. First, I suggest you to pin this topic up (at least temporarily) so anyone can see it. I've just seen it was there later after I've posted this suggestion in the old pinned Suggestions topic -> EDIT : The simpler the trap, the lower its cost.
  12. I was writing my topic... slowly as usual. (I'm getting old) Then I've clicked on "submit" and the Captcha annoyed me repeatedly without validating my confimation. So I saved a copy of my writings and went back to the list of topics, where I've finaly noticed I was signed out. One thing is to be noticed : I can't see the red top bar with my nickname when I'm wrting in the Edit Box because the display is scrolled to the bottom of th page... Please fix that.
  13. Hi, I'm always bothered with delayed searches on this forum. After a regular quick search, I often need to switch to the advanced search and add a detail for accurate results. I've been asked to wait 5 seconds before searching again and I've been waiting for 10 seconds before clicking on "search". The result : wait for much longer before searching again ! So I gave up with this really boring feature that looks useless...
  14. First of all, sorry for digging out this old suggestion which might have been forgotten since. I've just found this very old post before suggesting the same idea. I like the use of traps in Stronghold Crusader 1. I'd suggest no explosion trap but rather pitch traps that could be lit by bowmen with flamming arrows. Other spike traps could be whole with spikes in their bottoms. Another trap could be simply a large hole in the ground where units (running cavs ?) would fall into, then one could kill them from above with arrows/arbalests.
  15. Thank you hyperion. I have to dig into some details in order to make a mod that's as much as possible functionnal and reliable. Reading and understanding the code in the JS files will take me a while given my little coding skills are rusty... Keep up the good work Bon courage during this warm summer. (Sorry I still didn't find a satisfying translation for this french expression)
  16. Thanks you guys for your enlightments. I'm curious (by nature) : what are those optimizations about ? (if this is not a manufacturing secret, and not too early to ask) EDIT : I'm looking forward (eagerly) to the release of Alpha XXVI
  17. Hi Stan, Thanks for your quick reply. I just took a look at the file sizes and I found no noticeable difference except for a few files. And what I see is contradictory : xml files are slightly bigger than xml ones. (the few exceptions mentioned above) Now my question is : Would/Could those XMB files interfere with my modified XML ? If yes, then how could I edit those XMBs ?
  18. For every .xml there is a .cached.xmb file within public.zip, which one is stored in binaries\data\mods\public . What's the purpose of such files like the one below ? .\0 A.D. alpha 0.0.25\binaries\data\mods\public\public.zip->\simulation\templates\template_structure_civic_civil_centre.xml.cached.xmb Thanks for your enlightments.
  19. HI, I always find "funny" to have to reseach the bucket then the wheelbarrow in the farms, and that these tools never show up in game. With my suggestion, you could instantly know which tech level has been reached in farms by staring farmers handling a bucket or pushing a , rahter than by clicking on players farms. EDIT the same could apply to lumberjacks and miners (new tools + bucket/wheelbarrow)
  20. This and a sorting button by ascending/descending order for each column. e.g. [ Status (playing/standby/AFK/DND) | Name | Current OR General Ranking | Victory OR Defeat Rating | Hide/Show OR Mute/UnMute ] EDIT: Plese devs, make sure the users data are not alterable by tricky means / not hackable.
  21. There is an ancient pre-hispanic civilization that seems to be as old as the Maya civilization, if not older : the Carals. Google translation (because I'm a bit lazy) The Carals might be an nice addition to the american antique civilizations. Their wonder is a monumental solar calendar. However, there are no well preserved buildings that would help in making 3D models of them...
  22. I received today this notification about Warhammer 40k digital goodies which pack includes Warhammer 40,000: Chaos Gate for free until june, 8th 2022 -> https://www.gog.com/game/warhammer_skulls_2022_digital_goodie_pack
  23. The ambiance sounds like this https://youtu.be/wmdEg3T8IOM?t=9
  24. While we're at talking of dwellings, I've seen a few days ago on arte (tv channel) a nice archeological CG reconstitution of a village of the Neolithic and its restoration. It is located in Jordania, not too far from Petra. The houses had 2 floors (maybe 1 more ?) and they suppose people were spending a part of the day on rooftops. All the dwellings were stuck on one another, as shown in the CG picture below. I'm wondering if the devs could add such specific buildings in 0AD. full documentary -> https://www.arte.tv/fr/videos/100813-000-A/la-mysterieuse-enfant-au-collier-de-ba-ja/ (6 possible languages : Deutsch, English, Español, Français, Italiano, Polski)
  25. @Langbart I'll try the JS scripting solution after the XML modification (more directly and quickly done with NP++ than coding). Thanks a bunch for your detailed help.
×
×
  • Create New...