Chaos Project

RPG Maker => Tutorials => Tutorial Database => Topic started by: MOAL on February 17, 2013, 12:52:05 pm

Title: [RMX-OS] Where to Edit Everything.
Post by: MOAL on February 17, 2013, 12:52:05 pm
This is just for beginners with RMX-OS or for flat out lazy people like me. If you have a question, let me know and I can help you. I made this topic because I've seen people asking questions about this kind of stuff. Although the rest is pretty obvious stuff, so I excluded lines such as 103 through 154(Text constants) for a reason. If I forgot anything, let me know and I'll add it in.

Lastly, I have no clue where this belongs, so I just put it here. Please move it to where you see fit, if it doesn't belong here.


1. How do I allow or disallow certain characters in usernames and passwords?
Spoiler: ShowHide
- Line 4688 and add or remove characters between the two // in @input_filter.


2. How do I allow or disallow certain characters in the chat?
Spoiler: ShowHide
- Line 4267.


3. How do I change the size of usernames?
Spoiler: ShowHide
- Lines 3404, 3411, and 3422 and edit the 21 on all of those lines to your desired number. (Question number 16 will override the size, so use this one or that one to edit the size.)


4. How do I change the position of usernames?
Spoiler: ShowHide
- Line 3409 and edit the 23 to your desired number.


5. The username isn't centered, how do I center it?
Spoiler: ShowHide
- Line 3408. 1.8 or 1.9 are perfect numbers to center it.


6. How do I edit the button locations on the login screen and registration screen?
Spoiler: ShowHide
- Lines 5907(Login button), 5909(Register button), and 5911(Cancel button). To edit the registration buttons, find lines 5999(Submit button) and 6001(Cancel button).


7. How do I edit the username and password fields positions?
Spoiler: ShowHide
- Lines 5681(Username field) and 5682(Password field).


8. How do I change the username colors?
Spoiler: ShowHide
- Lines 193 through 198.


9. How do I edit the colors of everything that appears in the chat box?(Example: Whispers, guild messages.)
Spoiler: ShowHide
- Lines 182 through 189.


10. How do I edit the trade feature?
Spoiler: ShowHide
- Lines 177 and 178.


11. How do I edit the shortcut for activating the chat?
Spoiler: ShowHide
- Line 3766 and 3770.


12. How do I edit the size of the chat box?
Spoiler: ShowHide
- Line 98 and 99 in the RMX-OS Options script.


13. How do I disable and enable the chat whenever I want?
Spoiler: ShowHide
- Use $game_temp.chat_active = false/true.


14. How do I center the chat bubbles?
Spoiler: ShowHide
- Line 3464, once again, 1.8 or 1.9 are perfect numbers to use.


15. How do I edit the position of the chat bubbles?
Spoiler: ShowHide
- Line 3465 and edit the 21 to your desired number.


16. How do I edit the chat font?
Spoiler: ShowHide
- Get Tons of Addons and enable Ultimate Font Override, then find lines 1243 and 1244 in Tons of Addons part 2 and edit that. Remember that this will override every other font in your game as well.


Everything has been put into spoilers for easier reading and without mix-ups.
Title: Re: [RMX-OS] Where to Edit Everything.
Post by: ThallionDarkshine on February 17, 2013, 12:59:19 pm
This looks very useful for the many users of RMX-OS. Thanks for posting it, MOAL.
Title: Re: [RMX-OS] Where to Edit Everything.
Post by: Boss on July 16, 2016, 07:48:10 am
hey moal thank you for providing this information but i need your help for MRMX-OS engine
i am working with blizzards's MRMX-OS ENGINE and i want to show my game name in top right corner but there is already a text can you pls tell me how can i remove that and enter my game name
thank you
Title: Re: [RMX-OS] Where to Edit Everything.
Post by: Blizzard on July 16, 2016, 09:12:56 am
Sorry, but I didn't make MRMX-OS, only RMX-OS which it's based on. Unfortunately the people who put MRMX-OS together are not really active here anymore.