![]() |
|
|
#1 |
|
hi there,
i am writing a t.c. mod for ut2k4 i would like to create a credits page in unrealscript which is like the scrolling text (should be animated i think) that starts from the bottom and ends its' scrolling at the top of the screen where i write all the credits to the people who worked in my team. is it possible ? how should i proceed? do i have to use the DrawText function? any suggestions? thank you very much Best regards FireFox- |
|
|
|
|
|
|
#2 |
|
It would probably be easier to use a couple of textures and a matinee camera in UnrealEd.
__________________
Unreal Development Kit Game Programming with UnrealScript: Beginner’s Guide Stubborn Horse Studios - Angel Mapper To have said goodbye to things! |
|
|
|
|
|
|
#3 |
|
Scrolling text for credits isn't that difficult, you could check how I wrote the UT2K4SP_HighScores page for UT2004.
__________________
elmuerte.com - Magicball Network - UnrealWiki - The Unreal Admin page - UT3 WebAdmin Explode Mode! - Idle Ballad - Year of the PS3 - igndotcom - IdleThumbs |
|
|
|
|
|
|
#4 |
|
i watched the mentioned class UT2K4SP_HighScores so now i'm focusing
on the last string that appears (click to exit) is there a way make it move from the bottom to the top of the window maybe by using something such as the animated event or something that calculate every second the position in a timer event so that every seconds the string is moved by itself without the human interaction ? (no scrollbar should appear in the credits) thank you very much for Angel_Mapper: i tried to use unrealed but it's really a mess for me because i don't understand the mapping section... anyway thank you for the advice
|
|
|
|
|
|
|
#5 |
|
Not even that, just use a texture panner.
|
|
|
|
|
|
|
#6 |
|
do i have to texturize all the team names and then just put them in the defaultproperties as guiImage?
thank you very much for the help Best regards FireFox- |
|
|
|
|
|
|
#7 |
|
You can also draw them on a ScriptedTextures and feed that into the texture panner.
__________________
Wormbo's UT/UT2004/UT3 mods | YouTube channel | PlanetJailbreak | Unreal Wiki | Liandri Archives Everything you ever wanted to know about replication | UnrealScript security considerations <elmuerte> you shouldn't do all-nighters, it's a waste of time and effort <TNSe> nono <TNSe> its always funny to find code a week later you dont even remember writing <Pfhoenix> what's worse is when you have a Star Wars moment <Pfhoenix> "Luke! I am your code!" "No! Impossible! It can't be!" |
|
|
|
|
|
|
#8 |
|
UT2K4SP_HighScores does scroll the highscore lists from (from top to bottom) when it's opened with a certain flag. It's there in the code.
__________________
elmuerte.com - Magicball Network - UnrealWiki - The Unreal Admin page - UT3 WebAdmin Explode Mode! - Idle Ballad - Year of the PS3 - igndotcom - IdleThumbs |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|