Hey
I've searched some and havn't found the answers i needed.
Is it possible to animate the titlepic in the menu? I mean to add animated picture to the menu instead of titlepic. And in that case how?
Thanks
Animated Titlepic
Moderator: Graf Zahl
- Tormentor667
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
- Contact:
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
TITLEMAP is just the same as a normal map. It's what (G)Zdoom does with it that is different. It plays the map automatically instead of the titlepic, the player has no control over the events in the map and you don't see the hud/status bar. So you need to set up scripted events in the titlemap to make it interesting. In your case, you could achieve what you want by having a very simple map with a script that uses HUDMessage to print a series of pictures to the screen.
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16
okey soo titlemap basicly starts the first map instantly and makes it runns and u can put up the meny and the map still runs. Then it's up to the.ACS scripts in the map.. i got it right?Enjay wrote:TITLEMAP is just the same as a normal map. It's what (G)Zdoom does with it that is different. It plays the map automatically instead of the titlepic, the player has no control over the events in the map and you don't see the hud/status bar. So you need to set up scripted events in the titlemap to make it interesting. In your case, you could achieve what you want by having a very simple map with a script that uses HUDMessage to print a series of pictures to the screen.
Thanks
- Tormentor667
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
- Contact:
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16