Cyb3r_ZER0
Member
- Gender
- Male
- Guildcard
- 42002111
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Went over to Sandbox to test a few mags. Character Reader seems to have a thing for red.
Both, the first one with w overwrites the file (empty) the others append, because is done in the loop that reads the items.was file-saving supposed to append or overwrite?
Fixed
where did you find ++/-- units?Here's some more bugs I found.
-the new update that tries to fix the barrier stats now reads every barrier as max stats (previously all min)
-it doesn't read --, -, +, ++ units (not important but I guess I'll point it out)
-Farlla being placed on the left PB slot causes issues like being read as error
The barrier stats is fixed... The max stats and the current stats are right next to each other and I just tested with a max barrier.... you can see where its going.Here's some more bugs I found.
-the new update that tries to fix the barrier stats now reads every barrier as max stats (previously all min)
-it doesn't read --, -, +, ++ units (not important but I guess I'll point it out)
-Farlla being placed on the left PB slot causes issues like being read as error
Why not? ... it found some more bugs in my character reader...Why are you item reading in sandbox
Feel free to do it yourself... the latest version is pretty easy to modify... everything is in init.lua, the other file is now strictly to retrieve item names from the game.
Comment line 485
This will remove mesetaCode:-- formatPrintMeseta(itemName, item)
Excuse me but I could not understand it and I could not do it.
https://github.com/Solybum/PSOBBMod-Addons/blob/master/Character Reader/init.lua
I found out {formatPrintMeseta(itemName, item} from this URL. (511 and 650 line)
Then copy and paste all the lines into a text editor
I changed {formatPrintMeseta(itemName, item)} to {formatPrint(itemName, item)} and saved it.
What am I doing wrong?
itemStr = formatPrintMeseta(itemName, item)