Go into advanced_config.txt and change the camera zoom level stuff.
If /shortcuts is enabled on your char, CTRL+L reloads the file ingame.
It's going to be really jank because some maps don't mark the ceiling as map collision.
I think this was an existing issue with how read_pso_str worked in the addon because of how it built the returned string. It also never worked if the character name included actual multibyte chars.
Should be fixed via https://github.com/jtuu/psochatlogaddon/pull/17
Nah no idea. Looks like this is how imgui just renders text when it starts at a specific X pos. The highlighted lines are a single text call so it wraps back to the beginning.
You would probably have to add something new to the base plugin to get around this that specifies the cursor's X...
Probably better to ask in a PSOGC community.
Are you playing on a patched gamecube ISO or vanilla? There is a common 'mag reverser' patch somewhere that makes some changes to how it works. The trigger by default has lower priority than another trigger check which causes it to rarely activate...
Yes and no.
Monsters essentially have base stats like player characters. That's what the Enemies page shows.
They have attacks with different stats much like characters have weapons with a defined range and angle too (although sometimes these attacks are hardcoded to never miss, or to apply...
The Easter Event has begun! Event Eggs can drop from any killed enemy. These items can drop at 1/2000 in Normal, 1/1800 in Hard, 1/1200 in Very Hard, and 1/500 in Ultimate. Event Eggs also receive a boost to their drop rate in the RBR quests (+15% with 1 player, +20% with 2 players, and +25%...
Easter Event 2025
April 6th - May 4th
The Easter Event on Ephinea has begun! During the Event, you will be able to find Event Eggs dropping from all enemies which can be used in the event shop. The Easter lobby theme is active for the duration of the event meaning Egg Rappies can spawn in VR...
Xpadder doesn't replace pad buttons. It makes pressing a pad button also send a keyboard input.
So when you hold RT, your A button is still going to send an ordinary A press.
It's currently April 1st UTC: https://en.wikipedia.org/wiki/April_Fools'_Day
It's not permanent. If you really dislike it, you can create a registry key named
HKEY_CURRENT_USER\Software\SonicTeam\PSOBB\Ephinea\DISABLE_BIG_HEAD_MODE
with type DWORD, and set it to 1.
We released a small update to the launcher and DLL.
The launcher update fixes a bug with multi-line strings introduced in the March 9th update. That update added multi-line strings for some tooltips, but these spanned multiple lines in online.en.ls and online.ja.ls. This was incompatible with...
In the Pad Button Config menu, go to either left/right palette option (do not select it--just move the cursor on it) and press left or right arrow on your keyboard (or use left/right on your dpad/right analog stick if already bound). That will swap the < Decide > and < Cancel > actions while...
Put particleentry.dat from the attached zip into EphineaPSO/data
This file should exist there or inside EphineaPSO/data/data.gsl for the default. There is a free tool somewhere on this forum to extract GSL files. Alternatively, newserv can extract these too.
There is an ancient particle editor...