Jump to content

Seleucids

Community Members
  • Posts

    495
  • Joined

  • Last visited

  • Days Won

    16

Seleucids last won the day on August 27 2025

Seleucids had the most liked content!

8 Followers

Previous Fields

  • First Name
    Kate
  • Last Name
    Sevda Ekaterinescu

Contact Methods

  • AIM
    Discord: https://discord.gg/stGVyADRX3
  • Lobby Name
    Ricci-Curvature

Profile Information

  • Gender
    Female
  • Location
    Andromeda Galaxy
  • Interests
    0ad strategy
    Maths & Physics
    Technical challenges

Recent Profile Visitors

8.126 profile views

Seleucids's Achievements

Triplicarius

Triplicarius (5/14)

378

Reputation

  1. I checked out the latest 0ad source code from gitea repo and I saw that we are on version 29, not 28. What happened here? Where is A28 and why are we skipping it?
  2. Hi @AlexHerbert, I am not a MacOS user, but let me know if you would like to request a specific feature. This goes for anyone, I am currently porting autociv to A28 and please let me know if you have any ideas!
  3. Solution found: 1. Try to force start 0ad once from the terminal with options (Cite vladislavbelov) $ 0ad -conf=rendererbackend:vulkan If 0ad window appears then it's an OpenGL bug. Proceed to the next step. 2. To fix this permanently, add to your user.cfg this line: rendererbackend = "vulkan" Then if you run 0ad again (using any calling method), it should use the Vulkan engine. 3. If there are still additional errors, you can force debug output by adding this list to your user.cfg then run 0ad: renderer.backend.debugcontext = "true" renderer.backend.debuglabels = "true" renderer.backend.debugmessages = "true" renderer.backend.debugscopedlabels = "true" renderer.backend.gl.enableframebufferinvalidating = "true" renderer.backend.vulkan.debugbarrierafterframebufferpass = "true" renderer.backend.vulkan.debugwaitidleafterpresent = "true" renderer.backend.vulkan.debugwaitidlebeforeacquire = "true" renderer.backend.vulkan.debugwaitidlebeforepresent = "true" renderer.backend.vulkan.deviceindexoverride = "-1" renderer.backend.vulkan.disabledescriptorindexing = "true" Explanation: Due to the recent Nvidia driver updates on Linux based OS, there are some OpenGL rendering issues and 0ad is one of the affected applications. If you force the backend to use Vulkan renderer then the bug is bypassed. However, you must ensure that your Vulkan layers are installed correctly. My Vulkan packages: lib32-vulkan-icd-loader 1.4.335.0-1 vulkan-icd-loader 1.4.335.0-1.1 vulkan-tools 1.4.335.0-1.1
  4. @Perzival12 I made some changes to the Petra bot and committed it to the A28 code. Perhaps you can check it out there. Aside from that, there already exist some harder versions of AI bots around the forum, please have a go at digging around. Some may be outdated so require porting forward. For the easiest level of AI, it would be a good idea to add back P3 and all the advanced units + structures, but really decrease the aggression level of the bot. What kills the human noob is not the late game units but the frequent early aggression. On a separate note, let me know how well the AI bots perform with Hyrule Conquest
  5. I am trying to run 0ad downloaded from package manager and it starts without a GUI. I can see the icon on my taskbar and btop, but no window of any kind appears at all. The command line logs: $ 0ad FILES| Main log written to '/home/rena/.local/state/0ad/log/mainlog.html' FILES| Interesting log written to '/home/rena/.local/state/0ad/log/interestinglog.html' Sound: AlcInit success, using OpenAL Soft FILES| Hardware details written to '/home/rena/.local/state/0ad/log/system_info.txt' FILES| UserReport written to '/home/rena/.local/state/0ad/log/userreport_hwdetect.txt' Please find attached the relevant logs. There are no error reports anywhere. userreport_hwdetect.txtsystem_info.txtmainlog.htmlinterestinglog.html In order to eliminate the possiblity of pacman hosting broken packages or system libraries at play, I built A28 from source and the same occurred. This is why I suspect something is wrong with my GPU driver. However, all other applications run fine: Ollama AI deployments, Steam games ... Let me know if any other system files are needed.
  6. After downloading the currently built ones, I get this error on launch: Also I noticed that you changed the logging folder location crashlog.txt interestinglog.html mainlog.html
  7. Another question: how can we compile and use the Vulkan renderer on the main branch of gitea?
  8. In order to build A28 on a Linux system, after installing the dependencies, it's necessary to use cargo to install the cbindgen module. This wasn't specified on the build instructions page of gitea but you would encounter mach build errors if you don't install cbindgen. You must execute this command before building the libraries. cargo install cbindgen Please can someone update the build wiki on gitea thanks.
  9. Now this is my motivation to install PureOS , in a VM
  10. I hope, that by "instant free stone mine", you mean the P1 tech is free and instantly researched, not Carthaginians getting a diamond pickaxe with infinite mining rate. If you want the tech to be free and researched immediately, you might as well implement it as a civ bonus. In general I am for giving Carth a stone mining bonus, because that allows them to go for embassies and barracks earlier but without making them too OP
  11. You can search for intel/amd graphics driver packages in your repository. intel_media_driver Also the libva and vaapi packages are useful too
  12. Romans built bathtubs everywhere I've been to Bad Kreuznach and Baden-Baden
  13. My other thought is that if we can improve the engine such that we no longer demand a public IP. Could hosting players use a service like Cloudflare to expose their hosts? With the current setup, I was able to join Minecraft servers and other multiplayer games like Wuthering Waves. Perhaps we can learn something from them? I could join hosts who have enabled Stun and port forwarded their own router. But for hosts who don't have any of these, there is no chance of joining.
  14. My new ISP doesn't give me a static public endpoint / IP, which made me unable to join any hosts. I just get stuck on the "connecting to server" forever. To pinpoint the exact issue, I modified the engine code to see at exactly which step I got stuck at, and the outputs are the following: The ISP does not offer a static public IP service but it does offer a dynamic public IP service for an additional charge of €3/month. My question is: would buying this upgrade allow me to join hosts like normal? Also are there easier, free methods which can help me get around this problem? I have forwarded the ports on my router but nobody was willing / able to join my host. Also the network connection is simply not stable enough for me to host confidently. The overall load in the community seems to affect my perceived speed and latency. Previously, I did have a static public IP with endpoints and port forwarding support so I had no issues.
  15. The German civ emblem looks like a meme emoji Are we sire we want to stick with this or use another emblem? My suggestion:
×
×
  • Create New...