How to change Hotel View on v26 DCR

Status
Not open for further replies.

MajesticBoss

Member
Sep 16, 2019
129
17
hello i made a fully working PHP Retro
i have CMS and Emulator and Client working properly rite now
my question is how to change my Hotel View on my v26 DCR pack?
Please help me, thanks for your time!
Screen shot of Client and Hotel View:
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
It’s been a long time but for the V26 I’m sure you edit a line where it grabs the image from in the variables/texts. If not it’ll be in the DCR file itself.
 

Gabrielle

New Member
Jan 23, 2016
18
17
How would i edit the Habbo.dcr to change the hotel view? Anyone know please?
Thanks.
You need to change variables:

Code:
cast.entry.1=*

Change * with the right cast. For me for example, it is this:

Code:
cast.entry.1=hh_entry_uk

Which is the UK hotel view. If you want for example the US one, it becomes:

Code:
cast.entry.1=hh_entry_us

If you want a custom hotel view (self-made), you need to create your own .cct file:

1. You need to decompile the .cct of a hotel view to .cst
2. You need to open it with Director MX 2004
3. If the hotel view of the decompiled has scripts, you need to make sure the compiled one has as well (look at the scripts in )
4. Then compile it as a .cct with a new name and you can use it.
 

MajesticBoss

Member
Sep 16, 2019
129
17
You need to change variables:

Code:
cast.entry.1=*

Change * with the right cast. For me for example, it is this:

Code:
cast.entry.1=hh_entry_uk

Which is the UK hotel view. If you want for example the US one, it becomes:

Code:
cast.entry.1=hh_entry_us

If you want a custom hotel view (self-made), you need to create your own .cct file:

1. You need to decompile the .cct of a hotel view to .cst
2. You need to open it with Director MX 2004
3. If the hotel view of the decompiled has scripts, you need to make sure the compiled one has as well (look at the scripts in )
4. Then compile it as a .cct with a new name and you can use it.
Thanks so much can you tell me all the different country codes so i can find the right one for me to use! Thanks <3
Post automatically merged:

Okay i found all the country codes for hotel views, Thanks so much for the help!
Much appreciated!
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top