Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
BadCompany

Can't locate the file in an archive

Recommended Posts

I looking for a decorate script for the teleport sequence.
Where is this file in GZDOOM.pk3-archive?
In order of "actors"?
Please, describe a exactly way to find.

Because I want change the sprites of teleport amination and sound effect.

Share this post


Link to post

You could use the wiki. All the actors are there. The one you seek is TeleportFog.

So you'll simply need to do something like this:

Actor NewTeleFog : TeleportFog replaces TeleportFog
{
    States
    {
    Spawn:
    // insert your new animation sequence here
    }
}

Share this post


Link to post

Damn, of course.

Create simply a new script

I'm a litte, stupid demon and have to learn very more things before I become a big, clever demon. ;-)

But, very much thanks.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×