1. Casino Resort Tower
  2. News

Casino Resort Tower News

Community Gazette - Issue #1 - What Is Community Gazette?, A Recap

[h3]What is the Community Gazette?[/h3]
Originally, I intended to use Steam’s news feed only for major updates, when things were polished and closer to a commercially playable state. For those who wanted to be more involved in the development journey, we had our Discord as a place to dive into the "behind-the-scenes" work, gather feedback, and have discussions with the community. I’m also always available in the Steam community hub to answer questions and consider suggestions.

This approach seemed like a good balance, keeping Steam's news feed focused on major, ready-to-play updates for those who preferred final highlights without frequent updates on the ongoing development process. However, after an objection from a community member, I realized there are many of you who are interested in the development progress but may not wish to use platforms like Discord.

With that in mind, I’ve decided to start a regular news post: Community Gazette. Each weekend, I'll share a snapshot of what's happening behind the scenes, discuss future plans, and provide a closer look at our journey toward release. This way, those who prefer not to join Discord can still stay in the loop.

Alongside these posts, I’ll continue to post separate update/change logs whenever there are significant updates to the main game.


[h3]How is the Public Test Branch Going? A Recap[/h3]
Since this is the first issue of Weekly Community Gazette, let’s do a quick recap!

For those following along on Discord or in the community hub, you might know we kicked off a significant refactoring and rewriting phase a few months back. Given the scope of the project and our ambitious roadmap, there are some exciting content-focused updates in the pipeline. To support large-scale simulations running smoothly over time, we chose to invest this time in overhauling the core systems.

After completing the refactoring phase, I’ve implemented nearly all the features and changes we discussed together on the community hub and Discord. I’ll be posting a comprehensive changelog with the upcoming default branch update, but you can already check them by switching to the public test branch right now. Here’s a quick look at some of the most-requested features that have been implemented following the backend work:



  • Rating System Refactoring: I've overhauled the hotel rating system, changing how ratings are sampled and adjusting level thresholds. Basically, daily ratings will now vary between -100/+100, making it clearer for you to make informed decisions about your casino hotel and giving me clearer numbers to work with while balancing the game.
  • End-Day Report: There's now a single end-day report that includes multiple reports about transportation capacity, service capacity, daily guest traffic report, links to the data info graphics, guest appeal, rating, and some administrative windows like tax and salary payment.




  • New Transportation System: I’ve removed all transportation-related stuff from the research tree. Going forward, to meet your casino hotel’s transportation capacity needs, you’ll focus on regularly upgrading/constructing walkways and managing your garage. This includes buying, selling, and repairing public transport vehicles as needed, rather than simply scheduling them. Additionally, instead of unlocking features through research, you’ll now acquire licenses to build bus stops, parking lots, taxi ranks, etc.
  • Daily Attracted Customers: The new mechanics now include a finite number of daily customers, based on both service capacity and hotel rating, rather than just an instant number of attracted customers, with the help of new walkways and transportation stuff. This makes each customer more valuable to manage and send off happy.




  • Item Usage Queue: In the old system, folks would wander around items they wanted to use, and whoever checked back first got to use it when it was free. Now, items have a queue capacity. People will form clear lines to use them if they're queueable. They'll enter the line, start a timer, and if they wait too long, they'll get angry and leave the casino hotel. You can see how many people are in line, the order of people, how long they've waited, and if they're happy by hovering over the queue or using the item's info menu. If the usage position of the item is on the left side, they'll start the line on the right side and vice versa. The line will always stay in the room and curve to the other side if necessary. This system also talks with the new room capacity and renewed hotel rating system.
  • Asynchronous AI Item and Room Searching: Every time an entity with decision-making abilities takes action, it usually searches for a specific item or room from a huge list of objects. As you can imagine, this happens a lot in CRT and can cause frame drops if too many searches occur at once. To tackle this, I've created a new search engine-like system that's asynchronous and CPU multi-threaded. It collects all search requests, prioritizes them, checks the CPU load, and decides how many to execute per frame, making others wait for the next frame. This spreads the workload over time, boosting FPS, especially for massive casinos with thousands of entities.




  • Escalators: Escalators have been added as a more guest-friendly alternative to stairs, especially in places where you don't want to place elevators. Customers will now leave if they have to climb more than 5 stairs to reach their destination, but this limit is extended to 15 for escalators. If an escalator isn’t powered, guests will treat it as regular stairs. Additionally, I’ve increased the movement speed penalty for stairs. The image shows the current state from the public test, but we've decided to make escalators 2 tiles long instead of one. More varieties, like stairs, will also be added.




  • Executives System: You can now hire executives such as an HR Manager, Finance Manager, Research Manager, and Marketing Manager. Each of these roles has an attention value of 100, which can be assigned to different tasks to automate processes like hiring/firing employees, auto-paying taxes and salaries, or boosting various parts of your business.




  • Room Capacity System: I've added a room capacity value to the public service rooms. It's calculated by room size and available items related to the room type. Now customers don't enter full capacity rooms even for waiting for a service. Room capacity value also determines the overall service capacity of your casino hotel. Factors like transportation capacity and hotel rating influence how much of this capacity is utilized.
  • Separate Room Policies: You can now set the work hours and pricing of the rooms separately using the policy menu or the room's own information menu even if they have the same room type.




  • Data Recording and Info Graphs: I’ve added a system that tracks almost every bit of transactional or situational data in your casino hotel. This includes Financial Data, Rating Data, Office and Archive Data, Happiness Data, Security and Crime Data, Utility Data, Transportation Data, Inventory and Storage Data, Environment Data, Cuisine Services Data, Entertainment Services Data, Hospitality Services Data, and Leisure Services Data. You'll be able to visualize these datas with new infographics and charts, as well as interact with them throughout the UI such as item-based menus.




  • Contractors System: You can now select the number of outsourced workers such as builders, waste collectors, and delivery persons you want to hire using the contractor's menu. However, these workers also have an hourly rate calculated based on the number of people you call.
  • Specialized Parking Spaces: You can now place designated parking spaces for police, builders, delivery persons, and waste collectors to increase efficiency.




  • People Inventory System: You will now be able to clearly see what people are carrying on them from their menu, such as trash bags for janitors, menu items for customers, tools for maintenance officers, and so on.
  • Employee Quitting: Employees experiencing extended periods of unhappiness are now more likely to quit. You can check their quit probability directly in their UI window.




  • Employee Break Room Item Need: Employees now look for their favorite break room item and throw a tantrum if it's not available. They end up spending more time in a tantrum than they would if the item were available.




  • UI Improvements: Many UI improvements have been made, both in terms of design and performance. This includes a service-type-based reports menu, adding every room type to smoking policies menu, changes to item types in the item selection menu, a rehaul of the research menu, and many other updates. I’ll share more details once the update is released to the default branch.




We’ve also added some content-based features that aren’t directly related to the upcoming Nightlife Update but were requested frequently. These include specialized cuisine services like an Asian Fusion Restaurant, Italian Ristorante, Mexican Cantina, Seafood Restaurant, French Bistro, Smoothie Bar, and Steakhouse. Additionally, we’ve added leisure and amenities options such as a Cigar Lounge, Cyber Cafe, Hair Salon, and Yoga Studio.

As I mentioned, you can get a sneak peak to all of these changes by switching to the public test branch. Feel free to share your feedback on the Community Hub, Discord, or Reddit if you do!

[h3]So, What’s Coming Next?[/h3]
After working through and testing all these updates with the help of the community, we were about to start testing some of the remaining core features for the "Nightlife" update, such as the new calendar and events system, nightclubs, and more. However, there's been a shift in our plans. With so many tweaks to the core mechanics, the current public test version of the game has evolved quite a bit compared to the older version on the default branch. To make this transition smoother, I’ve decided to split the update into two parts.

The first part, titled “Echoes of the Community” (since it covers most of the feedback and suggestions from Discord and the community hub), will be a mid-major update released just before the “Nightlife” update. This update will include what’s currently on the test branch, along with the final adjustments to the transportation and hotel systems, and some last requested features from the feedback channel. I’ll also focus on completing data graphs, polishing AI behaviors, balancing, and audio improvements to prepare for the release. As part of this, I’ve temporarily removed the remaining unreleased content from the front-end (though it’s still functioning in the background) and will hold that back for a later release to the default branch. This way, we can polish the features we have now and deliver them to the default branch much sooner, like very soon!

I think that covers everything for this first Weekly Community Gazette. Thanks again for all your support! I really appreciate your patience and your feedback, it’s been invaluable in shaping the game. As always, feel free to reach out on the Community Hub, Discord, or Reddit if you have any questions or thoughts.

I'll see you in the next one!

Happy Halloween to all! 🎃



👻👻🎃🎃👻👻



Happy Halloween to all! 🎃 I hope your night brings just the right balance of chills and thrill, whether you're out and about or keeping it low-key. As for game news, I’ll be dropping updates on the ongoing public test and our upcoming major release soon, but tonight, let’s keep the focus on all things dark and mysterious.

Enjoy the evening, and keep an eye out for shadows that move a little too quickly.👻



👻👻🎃🎃👻👻



The New CRT Early Access Roadmap

Hello everyone ! ːsteamhappyː

Here is the final roadmap with the new additions and more details. We've mostly completed the backend work, and now we have an exciting journey ahead filled with fun content and mechanics! Please always feel free to share your thoughts and reach out to me from the community hub or from the CRT Discord server.

Thank you all for your support and feedback so far.






I'll see you in the Nightlife Update public test.
Event Link -> https://discord.gg/Ybgrg3dB?event=1269009649311678597

Cheers!



What's Up, Looking Ahead

Hello! ːsteamhappyː Long time no see.

If you've been following us on Discord or the community hub, you know we've faced some challenges on both the development and personal sides as a two-person dev team. That's why we were mostly silent for a while. But now, we're back to our pre-February working speed—which is great for progress—and we will try to be mostly back on track before the end of the year. Thanks again (really) for sticking with us.

As you know, we have made lots of improvements and added content and features since the EA release together but my new year plan is to complete the roadmap without going 'offroad' too much. There is not much additional offroad content left anyway other than the campaign mode, QOL improvements, translations, and some more most requested features (Ok, I guess there are still some :D)
So I'm planning to adopt a quick cycle of;
  • Major update A in development
  • Major update A available on the public test branch, and major update B is in development
  • Major update A launch, major update B available on the public test branch, major update C in development
  • Major update B launch, major update C available on public test branch, major update D in development, and so on...


As for the exact order of major updates; I've refined a new roadmap to incorporate our new major update additions—the Advanced Logistics Update and Luxury Amenities Update and more details. It also shows the updates in planned order. I will share it and update the old graphics on the page today.


We've planned a public test phase for the upcoming Nightlife Update that everyone can access. There are three feature loads in the public test. The test will start with load 1, and after some testing, the features in load 2 and then load 3 will be unlocked.


- Public Test Load 1 Highlights -
  • Contractors System: You can now select the number of outsourced workers such as builders, waste collectors, and delivery persons you want to hire using the contractor's menu. However, these workers also have an hourly rate calculated based on the number of people you call.
  • Specialized Parking Spaces: You can now place designated parking spaces for police, builders, delivery persons, and waste collectors to increase efficiency.
  • Room Capacity System: I've added a room capacity value to the public service rooms. iI's calculated by room size and available items related to the room type. Now customers don't enter full capacity rooms even for waiting for a service. Room capacity value also determines the overall service capacity of your casino hotel. Factors like transportation capacity and hotel rating influence how much of this capacity is utilized.
  • Rating System Refactoring: I've overhauled the hotel rating system, changing how ratings are sampled and adjusting level thresholds. Basically, daily ratings will now vary between +-100, making it clearer for you to make informed decisions about your casino hotel and giving me clearer numbers to work with while balancing the game.
  • Customer Wealth System Refactoring: The customer wealth scripts have also been mostly rebuilt. There are now specific needs to attract wealthy customers, along with more defined limitations on wealth types and service/product usage.
  • End-Day Report: There's now a single end-day report that includes multiple other reports such as the rating report, financial report, and some administrative windows like tax and salary payment.
  • Data Recording System Refactoring: The game now records much more detailed data about your casino hotel, which will be used in various in-game systems and infographics.
  • Information Windows Package 1: The main UI layout has undergone changes. You can now be able to find various information toggle windows. Similar to the 'rating', 'crime', and 'people on map' info windows, they also have been moved to this new information windows button group.
  • Separate Room Policies: You can now set the work hours or smoking policy of the rooms separately using the policy menu or the room's own information menu even if they have the same room type.
  • New Specialty Restaurants: Specialty restaurants such as French Bistros, Mexican Cantina, Seafood Restaurant, Italian Ristorante, and Steakhouse, that need their own chef type and have various specialty cuisine menu items.
  • Smoothie Bar: A place where your guests can enjoy blended fruit drinks, perfect for a quick and healthy treat on the go. There's a new menu item type called, you guessed it, smoothies. There are 10 types, and every customer has a favorite one, just like with other menu items. You can use your baristas to work here too.
  • Yoga Studio: A space for yoga practice, requiring yogis to instruct guests.
  • Backstage: An area for performers like comedians and musicians to prepare and relax before and after shows.
  • Cigar Lounge: A cozy and sophisticated space designed for aficionados to relax and enjoy premium cigars, offering a luxurious atmosphere for wealthy customers.
  • Karaoke Bar: A fun place where people sing songs on stage while having drinks, creating unforgettable memories in a fun and energetic atmosphere.
  • Comedy Club: A club where comedians perform stand-up comedy, making people laugh with their jokes and stories. Needs backstage and comedians to operate.
  • Nightclub: A place where people dance, drink, and have fun. Hire DJs for music and place lights to make the atmosphere energetic and exciting.
  • Cybercafe: A café where people can use computers and the internet, enjoying snacks and drinks while browsing or playing online games.
  • Exotic Club: A venue known for its entertainment, featuring captivating performances that are performed by your pole dancers.
  • Action Sliders: A new UI feature providing info about various actions in your casino hotel, such as laundry cleaning and menu item preparation.
  • UI Improvements Package 1
  • Bug Fixes Package 1
  • Item Varieties Package 1
  • Game Balance Package 1


- Public Test Load 2 Highlights -
  • Events System Refactoring: The events system has been rebuilt. You can now organize two events per day—one in the morning and one at night. The event plans mechanic is removed, allowing for larger events without random plans. This system is connected to the new calendar system, with day and time affecting event performance.
  • Calendar System: There is now a calendar where you can check things such as what's the week's hype cocktail, slot game, souvenir item, and so on. It's directly connected to the events system so you can also check your events and their status. The day and time also have a greater impact now (e.g., bars are more popular in the evenings and on weekends). It now only runs on the month for now but will be expanded to a year with the season's update, and seasonal events and holidays are also going to be added with it.
  • People Inventory System: You will now be able to clearly see what people are carrying on them from their menu, such as trash bags for janitors, menu items for customers, tools for maintenance officers, and so on.
  • Performance Hall: A venue where artists showcase their talents, it can be used while organizing events with outsourced workers such as music groups.
  • Dance Hall: A venue where people gather to dance to music and socialize with others in a vibrant and energetic atmosphere.
  • Game System Performance Improvements Package
  • Bug Fixes Package 2
  • QOL Improvements Package 1
  • Item Varieties Package 2
  • UI Improvements Package 2


- Public Test Load 3 Highlights -
  • Live Music Bar: A place where guests can listen to musicians playing music live while enjoying drinks.
  • Character Performers: Performers can be hired to wear costumes, roam around the casino hotel, and entertain customers.
  • Tutorial Rework: Let's be real. The current tutorial isn't exactly exciting. I've made some improvements for now, but the main plan is to create a campaign mode with a little story that you can start and finish. The first couple of levels will also work as a smooth tutorial. It'll make getting the hang of things a lot easier, but we needed to do some work on the current tutorial in the meantime, so here we go.
  • Information Windows Package 2
  • Audio Mixing and Audio Affects Improvements Package
  • Bug Fixes Package 3
  • QOL Improvements Package 2
  • Item Varieties Package 3
  • Game Balance Package 2
  • New CEO Decisions Package


Once the public test is complete, the update will be moved to the default branch and the public test of the next major update will start. The nightlife update public test is planned to start right after the Steam Summer Event. I will make an announcement and share more details when it starts.

There's a new channel in the Discord server called Dev Diary. Nil and I will be posting daily updates about our side of the development and what's on our minds. You will be able to -please do— join the discussion as you like. So join us on Discord if you haven't already! https://discord.gg/ZQ28XfBfwX



We truly want to thank you so much for all your support during this tough early access phase—it means a lot!

Stay tuned for the new EA roadmap!

Cheers!

[GAME HOTFIX] v0.7.2.3

[h3]FIXES:[/h3]
  • Fixed the issue of maintenance officers repairing the same item if they start working with tools already in hand.
  • Addressed the problem of the save file getting corrupted if it was created just after demolishing a parking lot while the cars on the floor were not despawned yet.
  • Resolved the issue of office workers, marketing specialists, researchers, accountants, HR specialists, and CEOs keep working after the type of room they have been working in has changed.