Closed Username-N00b-is-not-available closed 3 years ago
I wanted mutants to have leap melee attack with screen scratch, like in my "Eisenfaust Edition" series. It could just use a variant of rolling code. Art was made, but Virg said it's too complicate to code in and would make mutant too dangerous.
The player class contains inactive code that would allow the player to crouch and hold '+use' on dead bodies and pushable objects in order to drag/push/pull them around.
The code actually works (search for "bool dodragging = false;" and set it to true), just doesn't take the objects mass or pushfactor into account when adjusting player movement, so everything moves around at full speed.
The C3 secret map originally had a constant day/night cycle that would allow the player to have a daylight break from zombie spawning, with all of the zombies burning up in the sunlight.
The status bar code to override the actual map time and display the "in-game" time is still in place; global ACS integer 60 (named 'time' in the BOALIB library) controls the time value set here - 0 or 1.0 is midnight, 0.25 is early morning, 0.5 is mid-day, etc.
The C3 secret map originally had a constant day/night cycle that would allow the player to have a daylight break from zombie spawning, with all of the zombies burning up in the sunlight.
The status bar code to override the actual map time and display the "in-game" time is still in place; global ACS integer 60 (named 'time' in the BOALIB library) controls the time value set here - 0 or 1.0 is midnight, 0.25 is early morning, 0.5 is mid-day, etc.
There's a developer comment about that in the mission now.
I guess it's also worth mentioning that I wanted to add a minigame that worked like the "Transmission Received" achievement in the original Portal game, but that was years ago.
Very useful input, I need more of it :-)
@DoomJedi
Art was made
Is the art currently in the repository? Could you please post it here, if not?
@AFADoomer
Why was the dragging commented out?
@Talon1024
There's a developer comment about that in the mission now
I would like to write myself detailed explanations for the features, and the devcomment margin is too narrow to contain them ;-)
Would the minigame have used the dragging mechanic AFADoomer mentioned, or there would have been a different implementation?
but that was years ago
Well, that is exactly what I am hunting for, I've only been following the repository for around a year and know almost nothing about previous ideas.
We actually planned to release scrapped art pack separately after BoA release. But I now think Virg can add those into BoA, unused, just as we did with Rommel art (which is even coded but unused in maps?)
...Which reminds me of next note - Dean offered to add Rommel in, art was made, but Torm said Rommel is dead, historically, by the time of BoA events. Art was added and coded for future modders, but left unused.
At one point we wanted to have a monk carrying the Bible...probably for some magic attack. Art was made, but never used.
At one point we wanted to add Castle Guardian, monster to protect castles, most enemy frames were made, but never used.
...already had scrapped art folder on DropBox, but now started adding more art to it. Those include Bible carrying monk, more variants of russian soldiers (like winter soldier) and other stuff.
@AFADoomer
Why was the dragging commented out?
It's leftover code from an experiment that I never really intended to be in BoA.
When I added the hold-to-use/repair script code to the mod, I pulled in my existing dragging code because I had already implemented custom crosshair graphic overlays as part of this dragging experiment, and needed similar code for the repair scripts.
I just left the dragging code in there with the thought of - "Maybe we'll use this..."
During Chapter 2 development, I had this mutual idea with DoomJuan to build up a map locate on Venice, with a mission in a similar fashion-like of Indiana Jones and James Bond: fight through Canal Grande with boats and reach Piazza San Marco then head up to the church, something related to the plot should have been hidden there... There are commits present around which are about this idea, there are also some scrapped stuff and images present on out private dropbox folder.
I remember the problem with dragging bodies should have been to include HUD graphics, also to add another playism feature where people may get confused again (in fact if I am not wrong Dan said it was going to be "too much Thief" and I can't blame him there, even if I crazily love the game). Maybe with these leftovers modders will do something, if they'll notice it...
Concerning again scrapped content, there is the boss Erik which I am not sure if it has been used on C3M0 maps, DoomJuan idea to add the Phantom of the Opera playing in front of a organ (anims are there), until he should have disappeared in a smoke cloud and a fight should have started. More scrapped content can also be found on ZDoom Forums, where I had a thread about it but where at certain point decided to not update it due too much work ongoing.
Added link to "Venice"
Venice
Parts of that map are present in C1 release AFAIK, don't remember the number. This is interesting, what other locations were planned during development? @Tormentor667, do you remember anything?
One lame dude was planning to add another variant of Paris, and originally the concentration camp was going to be merged with a city near it from Dragonfly, and then another map with some sort of hidden base in the mountains from another mapper but none of them really happened if just for some commits. --Ozy81
That should be really useful, thank you very much!
Well, at least there are sprite tanks and some 3Dmodels :-D --N00b
Edit. Erik is used on C3M0_A, though he does not play the organ.
As I thought then, thanks to let me know. --Ozy81
@AFADoomer Checked out the dragging feature, it is very cool! Great potential for stealth-related and puzzle missions.
Do you mind if I move the dodragging
variable from the method to the BoAPlayer
class itself, so it can be set to 'on' easily (otherwise a modder would have to subclass BoAPlayer and copy-paste the entire 250-line DoInteractions
just to change one variable)?
Edit: there are some slight problems with 3Dmodel actors likely related to their collision boxes, and you can also grab spies :-D Was it intentional that you have to press the crouch key all the time and not just have crouch toggled?
I don't mind at all.
And yes, there are some issues since I never did anything to finish the feature 😁 .
" DoomJuan idea to add the Phantom of the Opera playing in front of a organ" I was sure it's coded in, this is a sad shock for me if it isn't. So much work was done on it.
@DoomJedi https://github.com/Realm667/WolfenDoom/issues/396#issuecomment-787094641
Erik is used on C3M0_A, though he does not play the organ.
There is Duke3D-style "auto-stomp" code coded into the base class that is commented out. This would make the player automatically look down and kick/stomp any +Base.CANSQUISH-flagged enemies, like rats and spiders, when the player runs into them.
There is Duke3D-style "auto-stomp" code coded into the base class that is commented out. This would make the player automatically look down and kick/stomp any +Base.CANSQUISH-flagged enemies, like rats and spiders, when the player runs into them.
I smell an addon here for the launcher...
Regarding this, I'd (in general) suggest we turn unused content into mutators/addons for Blade of Agony.
@Tormentor667 Sorry, I do not have time for new mutators anymore... I think the presence of this issue as a storage of information would already be of great use to modders. We can put a direct link to here on the website. Closer to 30 April I will also post here archives with scrapped graphical content compiled from the Dropbox folder (sprites and sprite sheets), the ones that I had emailed you a month ago.
No need to finish it until April 30th, we still can compile addons after the release
From what has been mentioned here, what is worth an addon or a planned feature for 3.1?
@Tormentor667 Here is a summary of what has been done:
I'd personally add auto-stomp to 3.1 and release Venice as a bonus map (though I am not sure who would do the additional map design), but this is just my opinion, all of these suggestions are valid and worthy and could be used for addons.
One more unused item:
The LaserShark actor isn't used anywhere that I know of.
One more unused item:
The LaserShark actor isn't used anywhere that I know of.
Correct
I had an idea to use them somewhere, maybe a new area on Feuerdrone with swimming frickin' laser sharks? Or some sort of pool to add on New Berlin city? And if I am not wrong, Rommel boss is not used in game yet.
No additional content for the primary release. This could be an addon as well - additional monsters for example
There's a Scuba tank pickup that was minimally functional in the 3.0 release. I recently fleshed it out to be more useful - it's now toggleable, has a hud overlay, and increases your speed while swimming (at cost of decreasing speed while you are out of the water).
I will add the new scuba gear to a few maps where appropriate.
Is ZyklonResistance
used in any of the maps? @AFADoomer, could you please add it to an 'unofficial' secret place in C3M0_A (not mark it is as secret), possibly behind a puzzle as you originally intended?
Various "scrapped" material has been added now as addons or part of the main game:
Some of it is still there as resource (ingame or dropbox) or code but not usable:
I think it's good to have the info here, but for now I'd simply close this, as I don't see additional potential for addons right now. We can stll add the additional monsters to the game resources for other modders. For the "autostomp feature", I'd open a new issue.
AFAIR we also had scrapped Rommel Boss.
Are the sprites done? Is it already coded?
Afaik yes. You know why he went unused.
I do, but I don’t know anymore if he was only sprited or also coded
I remember it being coded. But should be an easy check for people.
It has been coded and I thought it was been used... but doesn't seem so. We can keep it anyway, some effort has been put for his sounds afaik, am I right too?
We have had many feature ideas that did not make it into the final release for various reasons (style, design decisions, and simply lack of time because of more important tasks). I would like to compile a list of them here to post them in small news articles on the website closer to the release. They would be of great help to the community modders out there: just think of Tom Hall's Doom Bible.
Please post such ideas here (they can be anything: complicated scripted features, clever map tricks, bizarre gameplay mechanics, ...) The explanations do not have to be too detailed, the only requirement is that I should understand them :-) to write something about them and possibly add an outline of how they could possibly be implemented if we were at it.