Name says it all, the various destroyable walls throughout Megaman. MM9's Wily2 Laser Trident Blocks R&F2's Barrier Wind walls in different sizes MM6's Power Adapter Blocks The Tomahawk one that blocked off the room Protoman gave the energy balancer.
Those are just the textures for all of them.
For R&F2 I made 4 different size ones for different applications. (namely room height) They are an 8 x 32, 8 x 64, 8 x 96 and an 8 x 128.
Here is the code to get them to only be destroyed by weapons able to in games. Below factors in weapons not in vanilla, add/remove/move as you see fit to match the one you wish to make. As such you may want to remove all weapons not in vanilla to save space or add weapons from PU or Classes. Warning: Custom weapons will do damage to these due to undefined by the actor.
actor <actorname>Respawner { +NOCLIP scale 2.5 States { Spawn: TNT1 A 175 TFOG A 3 TFOG BC 2 TNT1 A 1 A_SpawnItemEx("<actorname>") stop } }
This should work with all vanilla weapons. Also will see about making versions that are just compatible with their game's weapon too.
This code is set up for use with the 16x32 walls. Edit the height and radius to 32x32 for use with rocks. Change height and radius to match other walls as well.
Also textured step versions. Add +NOGRAVITY to both the wall and the respawner so they don't fall to the ground. For use like bridges and stairs.
Actual size may vary, he is in the skybox but at a far enough distance he seems like he is close. So thats a good idea of how big he is.
How to use:
Spoiler:
Open your map in slade, open his wad in slade, copy all the stuff from his wad into your map and vioala, he is in your decorate section. He will automaticly start moving East on your map until he bumps into a impassible wall, so use those to keep him in place. He functions like a gutslift so use the same command and put the same script into your map but add a spawn3 and a spawn4.
Make a linedef that uses action 226 set to script 2 that activates when a monster walks over and is repeatable. Argument 0 will make him go west, 1 will go east, 2 will go north and 3 will go south.
Feel free to edit him in any way.
Last edited by fortegigasgospel on Sat Jan 19, 2013 1:08 am, edited 14 times in total.
Joined: Sun Mar 18, 2012 5:49 am Posts: 458 Location: The Hils... It's wide, cool and safe. It also serves free coffee cheesecake, want one? Just kidding.
This will be awesome. I have 1 question: Will the destroyable walls be in the form of a 3d block or a 2d texture?
I could explain it, but here's a screenie instead.
Spoiler:
Also forwarning, many many MANY things will still do damage to them using the provided code (many attacks don't use there own damage factors and need to be defined in the decorate) Here is a list of the vanilla to get those not damaging the blocks
Spoiler:
Code:
actor Gutrock2 : Gutrock replaces Gutrock { damagetype "Guts" }
actor GutrockDebris2 : GutrockDebris replaces GutrockDebris { Damagetype "Guts" }
actor Hyperbomb2 : Hyperbomb replaces Hyperbomb { damagetype "Bomb" }
actor Metalblade2 : Metalblade replaces Metalblade { damagetype "Metal" }
actor SakugarneCrush2 : SakugarneCrush replaces SakugarneCrush { damagetype "Sakugarne" }
For some reason, Dive Missile, Magnet Missile and Pharaoh Shot's charge shot still do damage to the walls. Also the ones with // in front will be ignored since I can't get those attacks to work right. Sakugarne also seems to still damage them, as does the orbiting Junk Shield.
I left Mirror Buster able to do damage due to all the different damages.
If someone can figure out how to get the remaining weapons to not damage these it would be a big help
Lastly, add
Code:
Damagefactor "Star2", 0.0
to the list with the other Damagefactors, that will make the shoot do no damage to them.
Edit: The walls can't be stacked, if you want to use them to block something (like how in Oil the canisters are blocking Flame Blast) make the ceiling less then 64 units above the wall.
Edit Edit: Added a line to the OP stating that the code is made for the MM2/I/3/4/III/6/10/V/DOS walls, change the radius and height for the others.
I remember I made destroyable walls for "Rural Post". Except I used 0 height sectors and invisible shootable actors. It's good to see more people is making maps with destroyable blocks.
Joined: Sun Mar 18, 2012 5:49 am Posts: 458 Location: The Hils... It's wide, cool and safe. It also serves free coffee cheesecake, want one? Just kidding.
Speaking of maps with destroyable blocks, will there be a map pack dedicated to this project?
I remember I made destroyable walls for "Rural Post". Except I used 0 height sectors and invisible shootable actors. It's good to see more people is making maps with destroyable blocks.
I haven't actually used them in a map yet (though they are decor in one I'm making). I'm putting these together for people to use if they want to though. Adds a bit more stuff people can put into there map.
Hilman170499 wrote:
Speaking of maps with destroyable blocks, will there be a map pack dedicated to this project?
As of currently, I'm not dedicating a map to it, I made them by editing the Oil Canisters in PU's Oil's stage and with Gummy's help on a bit of code for an "psudo easter egg" in a map I'm making which has some World III textures in it. I'm sharing the code and got all the textures together for others who would like to use them in there own maps. Once I have all the weapons working correctly I intend to put them all into wads and/or zips for people to just add via Doom Builder and Slade/Slumped so they have all the stuff already added and the codes already defined so nothing gets overlapped.
Also credit goes to Gummywormz for helping me figure some stuff out about it, like the replacing the damagefactors for weapons.
That's actually really neat. I've been wondering if these could be included.
Maybe we could use these for Volt Man's map or something.
Question, though: Where's the Sat one from? Is that Saturn?
I organized them by game, "Sat" is "Wily Satellite" from MM10. Notice its the exact same as the one from Blade's stage just different color and upside down.
The WStar is the Wily Star from V.
Also the gray MM4 one isn't actually from the game, I just recolored it. Also the World IV one will need some color so it looks better. (Yes its all one block, it alternated between them. Also was only seen in the Wily Station)
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum