Jump to content

Seleucids

Community Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Seleucids

  1. Hi, I am also trying to host my own lobby and following the same instructions from @Dunedan https://github.com/0ad/lobby-bots. When I tried to install the mod_ipstamp module, I encounter the errors: After some research, I found that ejabberd.hrl was removed since 1 year ago. What is the current workaround for this? Thanks.
  2. Trees are purple cubes by default. All these purple cubes are trees:
  3. @MetaPhyZic how you can edit the colours of trees: 1. Go into art/textures/skins/gaia 2. Find all trees_cypress_*.png. they should look purple by default. 3. Open them with gimp or some other drawing software 4. Colour them the colour you want and save Restart 0ad and you should see the trees change colour. The same method can be used to change the colour scheme of other things
  4. How to edit your suffix and rating in A27: 1. Extract your public.zip where it is, then delete the zipped verison so that 0ad is forced to run on the unzipped public mod. 2. Go into public/gui/gamesetup_mp/gamesetup_mp.js 3. Edit the line which contains Engine.StartNetworkJoinLobby(playername + " ("+ g_UserRating + ") ", hostJID, password); You can replace g_UserRating with arbitrary string (will give you custom rating). You can also add an arbitrary string after the closed bracket (that will give you the suffix).
  5. The AI is very weak on all maps. It has especially less optimisation for naval maps. What you need is an enhanced version of the bot. Please see the page
  6. New update: - More concise and efficient pregame page - Fixed some errors with Unit.js and lobby rating report functions - Added new trees - Fields have been abstracted - Gives you a tag - Hidden easter eggs kate-overhaul.zip
  7. Not everyone likes my graphics. They reduce lag by removing a lot of things and replacing diversity (variation) by just one monotone object. Yes the performance is better but some enjoyment is gone. So it should be optional but highly recommended. Players can opt out of it if they really need to. @MarcusAureliu#s, which map layout? Circle or River or Groups? I might be able to host for you.
  8. Why? - Less lag + better pathfinder - PhyZic wants his donkey mill back.
  9. I'm trying to run or recompile A23 on Linux from the source_code.zip on releases.wildfiregames.com How can I do that? I will post SpiderMonkey errors below if that helps.
  10. This looks great, thank you! Ideally we can have the seagulls transparent, as they are irrelevant to gameplay? Also phyzic proposed brown trees, maybe we can try that out?
  11. Teams and count kills are able to be displayed in the in-game summary page. Let's look at which engine commands they called in that page.
  12. Thanks for the guide. My main question is: how can I re-compile the current release version of A27, as well as the released A26? I'm on Linux, so I assume I would have to download the source_code.zip right?
  13. Could we perhaps monitor the time taken to handle each task (e.g. how long it takes to execute a particular C++ function) to find the source of lag? Another idea is async the GUI from the backend engine. Let the GUI run smoothly with animations but without attaching them to the simulation update loop of the backend.
  14. Let's first fully experiment with them in A27 before jumping to conclusions. From what I see, cavalry do seem weaker right now because they cannot escape amidst the lag.
  15. This is without GPU skinning. The frame rates are massively unstable and on average, worse. The resource consumptions are also low. This is very different to lag in A26, where a single process is consuming 100% of a CPU core and the GPU is also near maximum. Now we have load distributed across several processes but each one uses little power.
  16. Here is an attempt to see the frame rate evolution with GPU skinning. The frame rate is low but the system resource consumption is also very low; the process is not using much processing power. Only 9% CPU usage and 5% GPU usage, yet the game is at 8 fps I think this is a matter of code optimisation. I'm glad to see some signs of multiprocessing, but the load could have been distributed more evenly.
  17. The autociv will throw a lot of errors at this point. It is caused by the stats panel. To fix, go into autociv/simulation/components/GuiInterface~autociv.js Scroll down to Line 214, 215 then change these 2 lines to the following: "team": 1, "hasSharedLos": true, Overall, the dictionary is defined as: ret.players.push({ "name": cmpIdentity.GetName(), "popCount": cmpPlayer.GetPopulationCount(), "resourceCounts": cmpPlayer.GetResourceCounts(), "state": cmpPlayer.GetState(), "team": 1, "hasSharedLos": true, "phase": phase, "researchedTechsCount": cmpTechnologyManager?.GetResearchedTechs().size ?? 0, "classCounts_Support": classCounts?.Support ?? 0, "classCounts_Infantry": classCounts?.Infantry ?? 0, "classCounts_Cavalry": classCounts?.Cavalry ?? 0, "classCounts_Siege": (classCounts?.Siege ?? 0), "classCounts_Champion": (classCounts?.Champion ?? 0), "enemyUnitsKilledTotal": cmpPlayerStatisticsTracker?.enemyUnitsKilled.total ?? 0 }); The error is caused by nani trying to call non-existent functions. Remove them and replace with some default value will stop the errrors, but the team assignment will look wrong. You will have to rely on the diplomacy panel to be sure.
  18. Crossbowmen have less range but more damage per second on average. However, they shoot once every 3 seconds, which is slow - good for stationary battles, bad for emergency situations that require agility. Archers have longer range and faster firing rate, so you can use them as mobile snipers. However, they do less damage per shot than crossbow. Ideally you want a mix of both, alongside some melee. This will prepare you for any situation. In order to satisfy both balance requirements and historical accuracy. This civ needed skirmishers or slingers in order to be on par with the other civs, however, the Han didn't use slings nor javs. The solution is to add a crossbow unit that has very similar stats to a slinger.
  19. For A27: kate-overhaul.zip - Fixed errors regarding A27 - Deletes corpse - Some new models might not have been replaced.
  20. The mods that you remember are from A26. They are not compatible with A27. You need to wait until the authors make changes so that it becomes compatible. An even better way is you do the mods yourself. Edit the mod.json then debug. The content has only increased with new features and actors. Yes, the performance optimisation is disappointing. However, that's a long time issue and is attributed to the program being single-core process. If you know C++ maybe you can edit the engine code to make it multiprocessed. Finally, I get these bugs are frustrating but you could have been more polite...
  21. The purpose of this thread is to monitor the publicity of 0ad on the platform in question and bridge the userbases. The account name: play0ad Stan has done a good job to translate some descriptions into Chinese, however, the text seems too formal. The linguistic style of Xiaohongshu users is one of teenage girls and young women in their 20s, so we need more emotive and rhetorical titles. Some typical examples Xiaohongshu titles to attract attention: 家人们谁懂啊,免费游戏居然有这么好玩的? 我不允许宝子们还有没玩过这个游戏! 感觉这可能是最优秀的开源游戏了吧! @Stan` feel free to copy these lines
  22. If you are on Windows, download the new installer from 0ad website and install. If you are on Linux, you can upgrade via your package manager, e.g. [Debian based]$ sudo apt update && sudo apt upgrade [Arch based]$ sudo pacman -Syyu
  23. Omg brooo welcome to the platform! Bienvenue! I am also a Xiaohongshu user! What's 0ad's official account name? The platform does rotational recommendations for each tag to all users so 0ad will get publicity very quickly if you tag your posts correctly. It will not "shadowban" small new users as opposed to YouTube. There is a growing interest on the platform in Linux and GNU open source software, thanks to the influx of American refugees. Previously, it was a female-dominated platform populated by cooking and fashion videos. Another great platform is BiliBili and I already have 2 accounts there. If any 0ad YouTubers would like it, I am happy to "migrate" your videos there.
  24. No they are not. Norse Harold has no evidence, only intuition and assumptions, but he claims he knows everything. He cannot produce a single log extract or screenshot to prove any transgressions from these people or their link to me. It's time to stop fuelling this troll thread. The author has not replied to the topic. He was not active in the lobby while I am there, so I don't know what inspired him to come up with this topic.
×
×
  • Create New...