Jump to content

Script appearing on the screen


K_Doom

Recommended Posts

It's not necessarily a problem. The game is showing the execution of the script I made on the screen. It works as a counter that adds up the number of dead demons and mauler demons, and when it reaches 4 it opens the sector's exit. I was wondering if there is any way to hide this from the screen, just for aesthetic purposes.

 

 

 

Screenshot_Doom_20211221_202412.png.602f7ad80bb747fd9e02a92ffa70faab.png

Share this post


Link to post

You "hide" it by fixing the script. Your script is doing something where it does a task an infinite number of times in a single frame, and the ACS VM has to kill it otherwise the whole game would lock up. You need to put in a delay in a loop that you have, or terminate the script when it's no longer needed.

Edited by Edward850

Share this post


Link to post
On 12/21/2021 at 8:55 PM, Edward850 said:

You "hide" it by fixing the script. Your script is doing something where it does a task an infinite number of times in a single frame, and the ACS VM has to kill it otherwise the whole game would lock up. You need to put in a delay in a loop that you have, or terminate the script when it's no longer needed.

I will see it. I remember getting the script idea from a Chubzdoomer video, but for some reason the identical code wasn't working on my wad, so I did some "crazy" to make it even run.

Edited by K_Doom
edit

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...