I've been looking everywhere for a way to make more than 10 levels on Wolfenstein 3D. They only have tutorials on omitting episodes and on adding levels to that. I know that it will affect a lot of coding, but I want it done. Is there a way to accomplish this task?
4 posters
New levels for episodes
3D_game- Wolf3d n00b
Number of posts : 9
Age : 33
Registration date : 2010-03-11
- Post n°1
New levels for episodes
jayngo26- Spear of Destiny
Number of posts : 643
Age : 144
Location : Random
Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
Hobbie : Staying Out Of Sunlight
Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!
Registration date : 2008-08-09
- Post n°2
Re: New levels for episodes
Hmm...
1.Maybe this?Seamless level progression
2.Or this?Reducing number of episodes
3.Or this?Adding more than 60 levels
Not sure if this was what you were looking for...
1.Maybe this?Seamless level progression
2.Or this?Reducing number of episodes
3.Or this?Adding more than 60 levels
Not sure if this was what you were looking for...
http://jayngoware.com/
3D_game- Wolf3d n00b
Number of posts : 9
Age : 33
Registration date : 2010-03-11
- Post n°3
Re: New levels for episodes
The third seemed liked what I wanted. I tried it and it didn't work out right in the compiler/maker. I also tried to make seven episodes, for a total of 77 levels instead of 60 levels. Do you have any suggestions on how this can be done?
jayngo26- Spear of Destiny
Number of posts : 643
Age : 144
Location : Random
Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
Hobbie : Staying Out Of Sunlight
Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!
Registration date : 2008-08-09
- Post n°4
Re: New levels for episodes
Yes. If you want more than 6 episodes (or more than 60 levels) that's the one you wanted. As far as making 7 episodes, I believe that would take a lot more work. The episode select screen is already tapped out with the 6 episodes. I suppose you could make a "next page episode select screen", but I wouldn't know how to do that. I only have experience with removing episodes. You could always release your mod one episode at a time too...
Also, as far as those codes not working, I'm almost sure that's not the case. I have never used those particular tutorials, but I have followed many from MCS and they all worked perfectly. Chances are it's the one putting the code in who's making the mistakes. Trust me, I know from experience.
Also, as far as those codes not working, I'm almost sure that's not the case. I have never used those particular tutorials, but I have followed many from MCS and they all worked perfectly. Chances are it's the one putting the code in who's making the mistakes. Trust me, I know from experience.
http://jayngoware.com/
WLHack- Senior Member
Number of posts : 800
Age : 35
Location : Finland
Registration date : 2007-03-26
- Post n°5
Re: New levels for episodes
Well, basically you just need to go trough wl_menu.cpp/.h
for changing the amount of episodes to be displayed in menus...
Also in wl_play.cpp, wl_inter.cpp and wl_game.cpp you have to change
few things to make it work but basically it is just changing few values.
As Jayngo said - there might be problems with fitting the seventh episode
to the original episode-select menu but with changing the x/y values
of each item this can be done.
It would be helpfull if you could descripe what kind of problems you
encountered so we can see what one can do to fix them...
for changing the amount of episodes to be displayed in menus...
Also in wl_play.cpp, wl_inter.cpp and wl_game.cpp you have to change
few things to make it work but basically it is just changing few values.
As Jayngo said - there might be problems with fitting the seventh episode
to the original episode-select menu but with changing the x/y values
of each item this can be done.
It would be helpfull if you could descripe what kind of problems you
encountered so we can see what one can do to fix them...
Hammer: I can see it now: you and the moon - wear a necktie so I'll know you.
Building a new webpage...
stathmk- Veteran
Number of posts : 1791
Age : 44
Location : Indiana, United States
Job : fast food worker & wolfensteingoodies.com webmaster
Hobbie : old games & young dames
Registration date : 2008-04-08
- Post n°6
Re: New levels for episodes
I don't know. Go to https://www.youtube.com/watch?v=gOoYIFMyk3c&feature=related and contact HarryPitfall asking how he had 7 episodes on the screen at once in the first seconds of the video.3D_game wrote:The third seemed liked what I wanted. I tried it and it didn't work out right in the compiler/maker. I also tried to make seven episodes, for a total of 77 levels instead of 60 levels. Do you have any suggestions on how this can be done?