Jump to content

Langbart

Community Members
  • Posts

    225
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Langbart

  1. The polygon is no longer visible outside the minimap, this was fixed by @vladislavbelov with rP25241, so mods for the current dev version and for A25 can have a nice round minimap. @Sebastián Gómez are you still around, can you provide some graphical content?
  2. You might have to use web.archive.org until trac is working correctly again. PS: If you want to create your own map, there is an excellent tutorial by Tom 0ad: How to easily turn ANY Country into a 0AD Map! - 0AD Map Making (28/Mar/21)
  3. Reading the wiki/Phabricator article helped me and it also taught me how to use Arcanist to upload my patch. You would need someone to review your patch, here is a quote from a former developer describing the situation: PS: Wiki doesn't seem to work properly at the moment, archive.org might be a temporary solution. Also I can't review your patch, I'm just a player/ tester and someone who learns JavaScript by modding the game. I mostly just test patches for @wraitii or @Freagarach and write my results in Phabricator.
  4. @azayrahmad will you create a patch for it? https://code.wildfiregames.com/
  5. Cool, I like the extra button. Working well. I know @nani has integrated something like that in its AutoCiv mod. In this video, titled 0AD Mods - AutoCiv Game Enhancer @1min53sec (4/Sep/20), you can see the feature in action.
  6. I think it was a bug, it has been fixed in the development version (see wiki/BuildInstructions). The patch for this can be found here: D3616 - fix Iberian starting walls on skirmish maps (1/Mar/21).
  7. You could change your "Display" settings in "System Preferences" or you could add gui.scale to your user.cfg file (see wiki/GameDataPaths) and play around with that number till you are happy with it. The options is currently being worked on at Phabricator and might end up in the next game version. D3037 Add gui scale to options EDIT1: If you are using macOS 11, can you take a look at this thread? Looking for a macOS 11 user with missing polygon on the minimap (26/Mar/21)
  8. Rise Fall Civilizations at War.mp4 I found it. A bit difficult to capture it on video, I tried messing with saturation/contrast/brightness of the video but not much success. It would be a good addition, I personally prefer the effect on the statue more.
  9. Yes, you can create a mod. Create a folder and add a mod.json file in there. Or you could just download it from an existing mod and make small changes to it. e.g. from the "City Builder" mod on GitHub. Your mod.json file should look like this, a more detailed explanation can be found here: wiki/Modding_Guide { "name": "dutch_fix", "version": "1.0", "label": "Dutch typo mod", "description": "Fixing typos in the dutch language", "dependencies": ["0ad=0.0.24"] } Next you will need the .po files, which contain the text that will be displayed in the game. Download the files from here: trac.wildfiregames.com/browser Create a folder called "l10n" and add all the files in it, that you have made changes to. It should look like this, you don't need all the Dutch files, just the ones you made changes to. Add this folder to your 0AD mods folder (see wiki/GameDataPaths) and enable the mod via the 0 A.D. "Mod Selection" page. Now the game will call the contents of your mod before it calls the contents of the game. If you did everything correctly, you should see your changes in the game.
  10. Hey. I think this thread may answer some of your questions: Lag in 0 AD - A Few Questions (12/Feb/20) @nani's AutoCiv mod, lets you disable corpses, maybe this also helps a little.
  11. What do you think about adding a "crown" or some glittery particles to the hero to make him more visible in battle.
  12. I noticed that my scout can kill any domestic animal (chicken, cow, ...) but no other animal. Shouldn't he at least be able to kill the dear wolf when attacked? Edit1: Forget it, I think you have already fixed this problem with your latest update.
  13. Thanks for sharing. What is the current status of your project? I read about ForkAD shortly after I joined the forum, and haven't heard anything about it since. From reading the "Wildfire Games Meetings" (9/Jun/19), I understand that there was at least an intention to cooperate: What's going on?
  14. I think it this one D3037 Add gui scale to options In the meantime, you could try finding your user.cfg file (see wiki/GameDataPaths) and add gui.scale to it. Play around with this number until it suits your purpose. I was going to add this to my mod, but haven't done it yet. PS: another nice quality of life gain, was the discovery of the hotkey section (see wiki/HotKeys), especially those: Change speed of scrolling, rotating and zooming. scroll.speed.increase = "Ctrl+Shift+S" scroll.speed.decrease = "Ctrl+Alt+S" rotate.speed.increase = "Ctrl+Shift+R" rotate.speed.decrease = "Ctrl+Alt+R" zoom.speed.increase = "Ctrl+Shift+Z" zoom.speed.decrease = "Ctrl+Alt+Z"
  15. You could try disabling "TLS" in the settings.
  16. Your problem sounds like the one described by "Gaius_Claudius" (28/Mar/21) in ticket #6124. Can you read it and confirm that it is the same problem, he also provided some images (see attachments)? Are you also a Windows user?
  17. There are 78 different combinations for 1v1, will you post the results all separately? Can you just summarize it in one post?
  18. @LazyGreyMatter is your problem fixed? I got it to work on my computer. I briefly had a problem as you described, but the reason was that I forgot to include --mod=rl-scenarios while running the RL interface: pyrogenesis --rl-interface=127.0.0.1:6000 --autostart-nonvisual --mod=rl-scenarios --mod=public
  19. I followed the instructions from the article wiki/GettingStartedReinforcementLearning, but I run into an issue after this command picus@Picus zero_ad_rl-master % python3 -m zero_ad_rl.train --help Traceback (most recent call last): File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/Users/picus/0ad/source/tools/rlclient/zero_ad_rl-master/zero_ad_rl/train.py", line 5, in <module> from ray.rllib.train import create_parser, run File "/Library/Python/3.8/site-packages/ray/__init__.py", line 63, in <module> import ray._raylet # noqa: E402 File "python/ray/_raylet.pyx", line 20, in init ray._raylet ImportError: dlopen(/Library/Python/3.8/site-packages/ray/thirdparty_files/setproctitle.cpython-38-darwin.so, 2): Symbol not found: _Py_GetArgcArgv Referenced from: /Library/Python/3.8/site-packages/ray/thirdparty_files/setproctitle.cpython-38-darwin.so Expected in: flat namespace in /Library/Python/3.8/site-packages/ray/thirdparty_files/setproctitle.cpython-38-darwin.so picus@Picus zero_ad_rl-master % Procedure macOS 10.15.7 (8/Apr/21) UPDATE: As described here (github.com/ray-project/ray/issues/10428), it does work with 3.8.5 but not with 3.8.9 (the current python@3.8 homebrew version)
  20. Seems like a small mistake probably be fixed very soon. /delenda_est/simulation/data/civs/sueb.json
  21. Do you have any mods enabled? Please disable any mods that are not compatible with the new version. If the error persists, try to find your log files (crashlog.txt, interestinglog.html, ..) and upload them here. This link will show you how to find them. https://trac.wildfiregames.com/wiki/GameDataPaths
  22. Recently a macOS 11 user reported in IRC #0ad being unable to see the polygon on the minimap, it would be helpful to solve this problem if someone with Alpha 24 on macOS 11 could reach out to @vladislavbelov or me. You would only have to install Apitrace, which is a tool for tracing OpenGL, Direct3D, and other graphics APIs. Installation and procedure is a manageable task.
  23. I regularly get requests from users on #0ad asking for help with this problem, below is a small collection of other websites. I will probably send them the link to this thread so they can more easily find out what port forwarding is and how to do it. Thanks for asking. portforward.com - How To Forward a Port computer.howstuffworks.com - How BitTorrent Works r/explainlikeimfive (18/Aug/2018) - ELI5: What are ports? Port forwarding? What are they and what are they used for? stackoverflow.com (5/9/2012) - When is port forwarding necessary?
  24. #5306 UDP Problem @elexis wrote this: Port forwarding looks like this on my router, it might look different on yours.
×
×
  • Create New...