HoldUp
dont even
- Aug 31, 2017
- 242
- 32
This tutorial is mainly to help out the people that are new to owning hotels and need to experience as all hotels want their own badges ;p
So first of all, you need to be a .gif image. All badges are .gif and not .png
Then, name your badge what you want the code to be ( for example, the default staff badge is ADM )
I'll be using hstaff
So once you have it named and a .gif format, you want to go ahead and make your way to swf/c_images/album1584 and paste your badge in that folder.
Then you want to make your way to the external_flash_texts file which is in the swf/gamedata/external_flash_texts.txt
Open this up with notepad ++ or just normal notepad..
Scroll down to where the badges are ( you'll find them as badge_name_THEBADGECODE=The name )
And you want to make a new line, and put this in - badge_name_YOURCODE=THE NAME YOU WANT and another line and then -badge_desc_YOURCODE= THE DESC YOU WANT.
Copy those 2 lines and you want to go back to where the external_flash_texts file is and click "Override"
Then you want to open up external_flash_override_texts.txt, go down to the badge bit again, make a new line and paste the same ones as you put in the external_flash_texts.
Now, we're nearly done a few more steps and it's done.
So now, make your way over to the database and open up the table "badge_definitions" and you want to add your code in.
Like this:
Then, come out of this table and find the table called "client_external_badge_texts"
Add a new field and make the id the latest number, put the badge code in and then put the name that you made in the external_flash_texts in that also and the description.
Once this is all done. All you need to do is go onto your hotel and say :update badge_definitions and there you go. Your badge is added.
It's near enough the same steps as a R63 but there's just a few extra!
Enjoy!
So first of all, you need to be a .gif image. All badges are .gif and not .png
Then, name your badge what you want the code to be ( for example, the default staff badge is ADM )
I'll be using hstaff
So once you have it named and a .gif format, you want to go ahead and make your way to swf/c_images/album1584 and paste your badge in that folder.
You must be registered for see images attach
Then you want to make your way to the external_flash_texts file which is in the swf/gamedata/external_flash_texts.txt
Open this up with notepad ++ or just normal notepad..
Scroll down to where the badges are ( you'll find them as badge_name_THEBADGECODE=The name )
And you want to make a new line, and put this in - badge_name_YOURCODE=THE NAME YOU WANT and another line and then -badge_desc_YOURCODE= THE DESC YOU WANT.
You must be registered for see images attach
You must be registered for see images attach
Now, we're nearly done a few more steps and it's done.
So now, make your way over to the database and open up the table "badge_definitions" and you want to add your code in.
Like this:
You must be registered for see images attach
Then, come out of this table and find the table called "client_external_badge_texts"
Add a new field and make the id the latest number, put the badge code in and then put the name that you made in the external_flash_texts in that also and the description.
You must be registered for see images attach
Once this is all done. All you need to do is go onto your hotel and say :update badge_definitions and there you go. Your badge is added.
You must be registered for see images attach
It's near enough the same steps as a R63 but there's just a few extra!
Enjoy!