hemebond / quake-zerstorer

A copy/fork of the Zerstörer Quake mod
0 stars 0 forks source link

Can not skip intro cutscene in zer1m2 #1

Closed hemebond closed 5 months ago

hemebond commented 5 months ago

Trying to skip a cutscene does nothing. Readme says any impulse will do it but it doesn't work. Verified in both DarkPlaces and Ironwail.

This is actually only zer1m2, the intro cutscene in zer1m3 can be skipped.

hemebond commented 5 months ago

This appears to be the intended behaviour because zer1m2 has an explicit exception:

        if (
            self.impulse &&
            (world.model != "maps/zerend.bsp") &&
            (world.model != "maps/zer1m2.bsp")
        ) {