Announcement

Collapse
No announcement yet.

Longer delay between maps / displaying image ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Longer delay between maps / displaying image ?

    Ok, basically what I need is to display a customized screen before or after ServerTravel() call for about 10 -20 seconds, which gives a longer time interval between levels. Thanks to elmuerte and angel_mapper, I was able to display my own loading screen by subclassing UT2k4ServerLoading, but it only stays on for about 2 seconds before the new level is loaded. So I was wondering if there is anyway to put in a 10 seconds delay between the levels.

    Or, is there a function that I can use to display an image on the screen? then I can just call it and use SetTimer to put in the 20 seconds delay before ServerTravel.

    Thanks a bunch!

    #2
    Where you have it loading the level, load a menu page instead that has a 10 second timer.

    Comment


      #3
      Originally posted by Angel_Mapper
      Where you have it loading the level, load a menu page instead that has a 10 second timer.
      Thanks. but I am not sure how to load a menu page. Should I subclass UT2K4GUIPage or change some .ini file ?

      Comment


        #4
        Are you making a mod or what?

        Comment

        Working...
        X