Author Topic: SCI01 Template Game  (Read 53809 times)

0 Members and 3 Guests are viewing this topic.

Offline robbo007

Re: SCI01 Template Game
« Reply #75 on: September 29, 2025, 12:31:40 PM »
Yeah, you're probably right about the version difference.

Thanks, using your SC version for XP allows me to convert my games files to patches and then I can copy Views, Pics, Sounds, Fonts, Cursors and patches the SCI01 template folder and no complaints.

If I copy my room scripts(patch files) over to the SCI01 template folder They can't be opened in SC XP. It asks to dissemble them.

What is the best way to import my scripts(rooms) into the SCI01 template?
Regards,

Offline Kawa

Re: SCI01 Template Game
« Reply #76 on: September 29, 2025, 01:13:59 PM »
The .scr resources are the compiled forms. You'll want the .sc and .sco files, in the src folder. But only the ones that define your own rooms and such, plus Main. Keep a copy of the SCI01 template's Main around to compare against yours, and look carefully.

Oh, and you'll want to copy in their respective lines in game.ini I guess.
« Last Edit: September 29, 2025, 01:21:50 PM by Kawa »

Offline robbo007

Re: SCI01 Template Game
« Reply #77 on: September 29, 2025, 01:47:47 PM »
The .scr resources are the compiled forms. You'll want the .sc and .sco files, in the src folder. But only the ones that define your own rooms and such, plus Main. Keep a copy of the SCI01 template's Main around to compare against yours, and look carefully.

Oh, and you'll want to copy in their respective lines in game.ini I guess.

I might be being really stupid here but I did try that. I copied into the SCI01 src folder one of my rooms, rm029.sc and rm029.sco. Reopened the SCI01 template and rebuilt resources and compiled all. Room029 does not appear under the Scripts tab in SC XP. Do I need to do anything else for it to pickup the room script?

Offline Kawa

Re: SCI01 Template Game
« Reply #78 on: September 29, 2025, 01:56:35 PM »
Yes, add it to game.ini, under the Script header:
Code: [Select]
[Script]
n000=Main
... yadda yadda...
n029=the SC file, without the .sc part
...

Close SC, do the above, then open it again. The script should be listed.


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.02 seconds with 18 queries.