Topic: disable acts?

Is it possible to disable the act system in levels for 0.1.4 and 0.2.0?

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website

Re: disable acts?

What do you mean by "act system"?

Your teacher asks you. What to answer? Say this:
"I thought the teacher is supposed to know."

Re: disable acts?

Like this: "Sunshine Paradise Act 1". "Act 1" is part of the Act System (Act 1,2,3) Disabling the Act System would be "Sunshine Paradise" and that's it. No act showing up on the Zone Description(the thing that appears before the actual level begins). Almost like an "Act 0" or "Invisible Act". If you want further explanation, look at this:

// ------------------------------------------------------------
// T3 Sonic 4:00 AM Build level
// This file was generated by the built-in level editor.
// ------------------------------------------------------------

// header
name "Coastal Paradise"
author "S32X/CJH3D"
version "1.0"
requires 0.1.4
***act 1<----- "Act System". This would go "bye-bye!" tongue***
theme "themes/island2.brk"
bgtheme "themes/prototype.bg"
spawn_point 25 5900
music "musics/naturescape.ogg"
grouptheme "themes/island.grp"

Last edited by S32X (2012-05-12 19:02:46)

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website

Re: disable acts?

hmm, you need to hack the act object in objects/default_startup/opening_animation.inc

yours is a good idea; you delete the "act" line and it wouldn't be displayed. this thing won't work in this current release (it will work on the next one, though), but you can try this instead:

1) change it to "act 0" in the .lev file

2) insert the following into the first line of the main state of ".default_startup.opening_animation.act"

execute "destroy" if "act() < 1 or act() > 3"

Re: disable acts?

Would this work for 0.1.4? and where would I find ".default_startup.opening_animation.act"?

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website

Re: disable acts?

S32X wrote:

Would this work for 0.1.4?

no.

Re: disable acts?

Crap! Never mind then. But still,where would I find ".default_startup.opening_animation.act"?

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website

Re: disable acts?

objects/default_startup/opening_animation.inc

Re: disable acts?

Thanks.

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website