I've been trying to manually update Sonic Ether's Shaders for hours now. I wouldn't have even started if someone hadn't made a post about how he did it himself. After a while of trying to manually move code around which I didn't fully understand to begin with, I decided to mess with the actual Shaders installer. I found that I could simply change it's index to the correct files and commands and it should install correctly again. However, in trying to view MCP's index to apply it to the installer, Ive hit major snags. The biggest one is it does not use actual function names and such - anything beyond the file level is put into fields which are outsourced to surrounding index files. I don't know how to layer the data from those files into the main index so I can find what function is named what so I can apply it to the installer.
The main index is in "mcp70/conf" and named "client.cfg" It appears to depend on other files such as "fields.csv" and "methods.csv" Trying to figure out how the data from there is pulled into the main index is giving me a headache. I've opened the files in OpenOffice and Excel, but I'm not sure how to do this. I'm asking the code-savy Blocklanders for help, because I'm honestly frustrated at how little attention the ones I known personally are giving me. I know they're busy, but this has taken far longer than I expected and I'm losing my patience. I know it can be done, if someone could help me on the snags I keep hitting.