The Skyscraper Simulator Forum

General Category => Bugs and Troubleshooting => Buildings => Topic started by: HappyPizza64 on June 19, 2019, 11:16:33 am

Title: Trouble with SROC
Post by: HappyPizza64 on June 19, 2019, 11:16:33 am
So I've been trying to add trees to my building with SROC but I keep getting this (https://i.ibb.co/C0hQLgZ/Screenshot-298.png) error when I try to load it. I have done the Include line correctly and I have copied and pasted both the Include line and the AddTree function from the original Instructions.txt file. My code for the tree:
Code: [Select]
AddTree(sroc_tree1, 0, 0, 6, 9, 1)Does anyone have any idea on how to fix this?
Title: Re: Trouble with SROC
Post by: PPEL on June 20, 2019, 02:41:52 pm
This hasn't worked for me for years. Create a number of walls (at least 4) with each one being slightly rotated instead.
Title: Re: Trouble with SROC
Post by: PPEL on June 20, 2019, 03:13:21 pm
Okay, so I tried playing around with it, and got it fixed.

Backup & Replace the original r1_script file.
(credit to EG881 for the original file)

Download here (https://drive.google.com/file/d/1T6eKq_pbeLpk3b1Q4YhBVyXk16Rwcsx9/view?usp=sharing).

(https://i.imgur.com/bYcfbxym.jpg)
Title: Re: Trouble with SROC
Post by: HappyPizza64 on June 20, 2019, 03:29:43 pm
Okay, so I tried playing around with it, and got it fixed.

Backup & Replace the original r1_script file.
(credit to EG881 for the original file)

Download here (https://drive.google.com/file/d/1T6eKq_pbeLpk3b1Q4YhBVyXk16Rwcsx9/view?usp=sharing).

(https://i.imgur.com/bYcfbxym.jpg)
Thanks a million.