About Store Forum Documentation Contact



Post Reply 
How to change existing content
Author Message
fstltna Offline
Member

Post: #1
How to change existing content
Im working with the rpg2 game but i dont understand how to change existing assets, for example the loading logo. Can anyone give me some pointers?
01-07-2015 09:03 AM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #2
RE: How to change existing content
Well, first of all you have to identify it.
One way is going through the code, and in the loading/intro state look for BLUE markers (they indicate UIDs, which are the way in which assets are used in code).

they will display the project name of the particular asset. You can use that to search in the project files for the asset. You can now modify it, or if you want to replace it just replace the BLUE UID in code with the one for your asset (drag the asset and drop it in code will write the UID of the asset in code for you).

I'm not good at explaining, but I hope this made sense. Let me know if there's something unclear.
01-07-2015 10:16 AM
Find all posts by this user Quote this message in a reply
Post Reply