- Steam App
- Human Factory (1160040)
- Event type
- patch note
- Published
- 17 December 2020 - 12:52:49 UTC
- Source
- steam_community_announcements
Monday 30th: Ok back to work and my brain no longer feels so much like a swamp every time I try to engage with my to-do list. Step 1, got a tidying job for the Processor script which will make it look a lot tidier and reduce line count. So far I've been manually adding each new Building to the shop. That changes now. So it's pretty easy for me to generate the buttons, but I'm going to apply better practices now. My best method for generating the list is to do it by Client and Tier. Instead of a bunch of copy-pasting with small variables into if-statements, I'm going to do 'GenerateBluePrints (string client, int tier)'. Done. I'm expecting bugs but that's for later. Next is following up on the Telebox and Televat from Thursday. Need to do the controls for matching them to each other. I was thinking about making a similar interface and system to the Automation, but that's overly convoluted...