sandungas
Developer
Btw, im taking a rought look at your different modifications... and it seems you are replacing the stuff loaded by the .sprx from lines.qrc
See the filellist https://www.psdevwiki.com/ps3/Lines.qrc#File_list
What you are doing here is mostly the same than replacing the VPO/FPO files inside lines.qrc, there are 3
lines.qrc/lib/particles/particles_quads.fpo
lines.qrc/lib/particles/particles_quads.vpo
lines.qrc/lib/particles/particles_quads_debug.fpo
lines.qrc/lib/particles/particles_quads_debug.vpo
lines.qrc/lib/particles/particles_second.fpo
lines.qrc/lib/particles/particles_second.vpo
The fpo/vpo files (fragment program objects, and vertex program objects) are compiled with a tool of the SDK and the file is specific for the PS3 RSX... and yeah... can be considered programs
Are written in a programming language named cg (C for Graphics)
------------------------------
This is a setting in PARTICLES_SPE.MNU
This setting only appears one time inside lines.qrc so it affects the particles everywhere
------------------------------------
And here you are replacing other file inside lines.qrc there are 3
lines.qrc/lib/moyou/back_colours0.fpo
lines.qrc/lib/moyou/back_colours1.fpo
lines.qrc/lib/moyou/back_colours2.fpo
See the filellist https://www.psdevwiki.com/ps3/Lines.qrc#File_list
What you are doing here is mostly the same than replacing the VPO/FPO files inside lines.qrc, there are 3
lines.qrc/lib/particles/particles_quads.fpo
lines.qrc/lib/particles/particles_quads.vpo
lines.qrc/lib/particles/particles_quads_debug.fpo
lines.qrc/lib/particles/particles_quads_debug.vpo
lines.qrc/lib/particles/particles_second.fpo
lines.qrc/lib/particles/particles_second.vpo
The fpo/vpo files (fragment program objects, and vertex program objects) are compiled with a tool of the SDK and the file is specific for the PS3 RSX... and yeah... can be considered programs
Are written in a programming language named cg (C for Graphics)
------------------------------
This is a setting in PARTICLES_SPE.MNU
This setting only appears one time inside lines.qrc so it affects the particles everywhere
------------------------------------
And here you are replacing other file inside lines.qrc there are 3
lines.qrc/lib/moyou/back_colours0.fpo
lines.qrc/lib/moyou/back_colours1.fpo
lines.qrc/lib/moyou/back_colours2.fpo