Recent content by Ender

  1. Ender

    Looking to make the mini map extra large, like 1/5 of my screen. And the "Teammate found x item" font larger

    Those are rendered as part of the HUD and will probably never be individually customizable. The best you can do for now is to decrease the HUD scale in the launcher options to make all HUD elements bigger.
  2. Ender

    11th Anniversary Event Thread

    The drop rate of each badge type has been the same since 2017. Platinum Badge is indeed 1/lol. It was originally targeted for less than 5 of them to drop in a single Anniversary event. Of course, the number of players has gone up significantly since then, so we've had 30-60 of them drop each of...
  3. Ender

    online.exe fails to launch

    Outdated client version when trying to login means ephinea.dll is outdated. This DLL is updated by the launcher, online.exe. You need to figure out why it's not working. The launcher is built targeting .Net 4.6.2. Versions of .Net frameworks are generally backwards compatible, so installing...
  4. Ender

    Can't download update

    The game's patch, login, and ship servers are located on different hosts than the website. You can try pinging ephinea1.pioneer2.net which is the location of the login, patch, and Fodra. If you can't reach that, I'm not sure what we could do. It might be because AWS is blocking connections from...
  5. Ender

    Server maintenance completed for August 21, 2026 (サーバメンテナンス完了 8/21)

    Just a short maintenance to fix a few issues. Fixed the missing (99) for the new items in the Anniversary Badge Shop's gold badge exchange (English version only). Moved the console at the end of MAE Tower a bit closer to the wall to make it easier to activate if there are items on the ground...
  6. Ender

    Server maintenance scheduled for August 21, 2026 at 04:00 UTC (サーバメンテナンス予告 8/21 13:00 JST)

    There will be a brief server maintenance to fix a few bugs in the ships and add a command to prioritize which bank to deposit badge drops and rewards.  ̄ ̄ ̄ ̄ ̄ シップに関するいくつかの不具合を修正し、バッジのドロップやクエスト報酬をどの倉庫に優先的に格納するかを指定するコマンドを追加するため、短時間のサーバーメンテナンスを実施予定です。
  7. Ender

    Game crashes, in multiplayer

    Does the game crash if you fire a photon weapon offscreen? Or if you make a sandbox account and try issuing a photon blast after using /pb to get 100 PB? It's probably a DEP crash. First thing in the technical section of the FAQ here: https://ephinea.pioneer2.net/faq/#technical
  8. Ender

    Frozen Shooter Timer Monitor

    Here's how you can read the freeze timer for FS. -- Obtain from the inventory local fs = <weapon_instance> local genericUpdateHelper = pso.read_u32(fs + 0x18c) if 0 == genericUpdateHelper then -- unexpected, should always exist here return end -- First child object of the update helper...
  9. Ender

    11th Anniversary Event Thread

    A few days ago, I implemented a command to toggle which bank is preferred for the badge drops and rewards. It should be up in the next update, sometime in the next 2-3 days.
  10. Ender

    The August Atrocity 1 crashes frequently

    Try disabling anti-aliasing. There seems to be something with the dgVoodoo renders (Direct3D 11 and 12) and SSAA/HSAA that might be not be configured properly (Soda and I cannot reproduce an issue). Additionally, it might be a good idea to increase the dgVoodoo VRAM setting to 2048MB if it is...
  11. Ender

    Frame rate/latency issues while streaming to Twitch?

    It's usually a mix of the Direct3D API and Anti-aliasing. The game originally had only D3D8 and no AA. Start with that, and then adjust after testing. D3D11 and 12 have a benefit of supporting another device taking control of the GPU (Sega never handled this in the vanilla game, oh well). But...
  12. Ender

    11th Anniversary Event Thread

    Which link? This one was fixed last night:
  13. Ender

    11th Anniversary Event Thread

    I just fixed an issue with the server not counting the clears. I can see the data is being recorded in the server and the /badge output looks correct, but it seems like the milestones page isn't updating. We'll fix this tomorrow. EDIT: Should be fixed.
  14. Ender

    Server maintenance completed for August 12th, 2026 (サーバメンテナンス完了 8/12)

    Server maintenance has completed and the Anniversary event is now live! You can find the event thread here: https://www.pioneer2.net/community/threads/11th-anniversary-event-thread.33612/ We announced last year that we planned on revamping the event with a new set of quests, but the new event...
  15. Ender

    Server maintenance scheduled for August 12th, 2026 at 04:30 UTC

    There will be a server maintenance to start the anniversary event. Maintenance may take up to an hour.
Back
Top