Jump to content

ShadowOfHassen

Community Members
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by ShadowOfHassen

  1. @wowgetoffyourcellphone For the suggestion, I don't't agree with all the changes, but I made some edits. I've found a problem that reading archaic translations of Plutarch messes up my writing voice. You'll have to tell me if you like what I have now, and if you still don't like it I can explain why I did some things.

     

      

    On 09/09/2023 at 10:15 PM, wowgetoffyourcellphone said:

    Some of these entries need line breaks for paragraphs:

    \n\n

     

     

    Which ones?

     

    Finally, we can move them into the main folders after a few PRs get merged. It'll be no problem to do other technical stuff, people just need to mention them.

  2. 5 hours ago, krt0143 said:

    Sorry for having suddenly disappeared yesterday, but newcomers are definitely unwelcome here: Being a nasty noob I am apparently only allowed 3 posts in 24h. That sure helps having a meaningful discussion. :shocking:

    (Yes, yes, I know, it's in case I suddenly reveal myself being an eeevil spammer (who spent many hours trying to understand the game and post relevant stuff, just for a chance to shortly advertise his fake meds); I sure question the point, since my first posts needed moderation anyway, moderators know I'm not a spammer.)

    It happened to me earlier. It seems like a reasonable rule. I asked for help and they cleared the ban on my account.

  3. Final animal pr!!!!!! https://github.com/TheShadowOfHassen/0-ad-history-encyclopedia-mod/pull/33

     

    Honestly, this one was the hardest seeing that cattle and horse are general terms, so their entries might be lacking the focus of animals like the muxox, but I still think that's good.

     

    That's the end of the general articles, and now we only have to do history. Namely, finishing Sparta. I'll do the spartan temple (and any other temple that I think is applicable, as well as spartan Barracks where I not only want to talk about Sparta's army but how they raised the men.

     

    One last thing, I think the civilization overviews can be expanded a bit more. So I'm wondering what else should be added to the Sparta? The dates and stuff are nice, but I think more emphasis on their interesting form of government is needed as well as a mention of Lycurgus.

    • Like 1
  4. Just curious, roughly how old is your computer, what version of windows are you using, and what is your gpu?

    How many background processes do you have running? (And if on windows) What do you have set for default start up apps?

    You said some other games did it as well, is it as bad? Is it using the openGL version of 0 A.D. or vulkan seeing what kind it renders could you try another game that uses the renderer and see if it works?

    • Like 1
  5. Ok. We'll start to use that when we write really complicated encyclopedia articles (or quote something) so we can tell translator things. Like for example, I think translators should instead of translating our quotes from ancient sources should try to find their own) so we'd say

     

    <!-- Line 5 is a quote it's verse blah of {insert book here} -- >

  6. On 26/8/2023 at 12:59 AM, Norse_Harold said:

    On Linux, 0ad uses the operating environment's version of the OpenAL library. If you're running 0ad in a flatpak then the operating environment is a sandbox that likely has a different version of OpenAL from that of the host system. You can start a terminal or bash prompt within the flatpak sandbox and query the version of OpenAL there. Also query the version of OpenAL in the host system. How to query the installed version of a package depends on your distro. It looks like Pop!_OS is based on Ubuntu. Try this command to query the version of OpenAL.

    echo 'in host OS:'
    dpkg --status libopenal1 | grep '^Version: '
    
    echo 'in flatpak sandbox:'
    # start 0ad in the flatpak sandbox. Correct this command if it isn't right.
    flatpak run com.play0ad.0ad
    flatpak ps
    # find 0ad's pid in the above output. Call it PIDOF0AD
    flatpak enter PIDOF0AD bash
    # now you have a command prompt within the flatpak sandbox prompt
    dpkg --status libopenal1 | grep '^Version: '
    exit
    

    I haven't tested these commands because I don't have 0 A.D. installed in a flatpak currently. Troubleshooters might also find the output of openal-info useful in both the host system and the flatpak sandbox.

    The OpenAL configuration file has some settings related to pipewire. You might check that. The FAQ explains how to find and edit the OpenAL configuration file.

    I think that the problem with no audio output is likely not caused by OpenAL, but instead related to exclusive access to audio hardware. Maybe pipewire is trying to use the audio hardware exclusively, and so is PulseAudio. You might uninstall whichever audio system you're not using. Also, sandboxes sometimes need extra permissions in order to access hardware exclusively, or even at all. Trying to run 0 A.D. in a flatpak sandbox and also use pipewire is probably a recipe for all kinds of frustration unless you are quite skilled. Are you able to run 0 A.D. as a non-flatpak version, ie. host system package? Consider using the PPA for 0 A.D.

    I have been using the a27 alpha app image. The only place I can use openAL to run is in flaptak. (Sorry if I wasn't clear) I'm pretty sure it's not a 0 A.D. problem because all my other apt/appimage programs that use open AL are also silent.

  7. I forgot, the link for my pr is:https://github.com/TheShadowOfHassen/0-ad-history-encyclopedia-mod/pull/22

    And the link for Vantha's amazing one on merchants is https://github.com/TheShadowOfHassen/0-ad-history-encyclopedia-mod/pull/23

    If we find info on trading for a specific civilization we'll right a specific article, but this is more than sufficient.

    Oh one question. Is the sentry tower and wall tower supposed to be towers like the outpost or towers attached to walls? I need to know to write their generic description.

  8. @vladislavbelov, @Norse_Harold Thanks, strangely enough my steam version of supertux kart does not, neither does my minetest (which also uses open AL) but my flatpak of supertuxkart does. My current theory is its something wrong with pipewire, so no worries on 0 A.D., this problem's for System76 (I have a brand-new computer from them with the issue) and probably pipewire's devs. I'm just trying to gather some info to make their lives easier.

    I know when I program with pygame their are different versions of SDL, is there a suspific version of open AL that the a27 runs? Is it different from a26?

     

  9. This has nothing to do with 0 A.D. but what does 0 A.D. use to play its sound? I've run into a bug on Pop_OS and pipewire and long story short certain programs when ran when rhythmbox or now lollypop is playing music all audio in the program is ran on 2x speed. It was kind of fun to command a horde of Greek chipmunks, and listening to very cheerful music in 0 A.D. but now after a pulse audio update no sound is being played at all.

    This isn't anything on 0 A.D. but I'm just wondering, so I have more information to help the devs at system76 and pipewire fix this error

  10. So I have a PR with the Athenian woman and an update for our own style guide (an extension to the 0 A.D. official style guide, with more rules regarding history and writing)

    People can ignore the style guide it's there mostly to keep us who are working on the project sane, but anyone who can please look over the Athenian woman article, the sources cited says only two, but I've done a lot of research into this matter a while ago and this was hard. I'd like to know if I got anything wrong.

  11. @Wijitmaker, thanks! I'll see what we can repurpose from the articles, if anything, the insight of what each faction was supposed to be in game will help us slant our writing, not unfairly, but to highlight what the game already emphasizes. I also noticed that you wrote some of the articles, if you want to try your hand at more, you are more than welcome to help us. If you don't want to use github you can private message me and I'll put them on.

     

  12. Also, the Black Bear only lives in North America, so if we're going for historically accurate maps they might need to be removed.

    Another intresting fact is that we have male peacocks but no female peacocks.

    Finally, I haven't double-checked, but the Zebra and their scientific name might be messed up. I'm planning on writing zebra's later, and then I'll let you know.

    I do love a lot of the animal models though, whoever did them did a good job.

×
×
  • Create New...