Misty Posted April 22, 2017 How to make invisible floor and ceiling in boom format? If this possible to do that. 0 Quote Share this post Link to post
leodoom85 Posted April 22, 2017 In Boom format, I tried but I can't. You can do invisible floors and ceilings in GZDoom with the 3D sectors or in ZDoom format with the bridge thing... 0 Quote Share this post Link to post
Misty Posted April 22, 2017 1 minute ago, leodoom85 said: In Boom format, I tried but I can't. You can do invisible floors and ceilings in GZDoom with the 3D sectors or in ZDoom format with the bridge thing... I want keep this in boom format for this time. I want create illusion with invinsible ceiling,like corpe hangs inside the middle ring :') 0 Quote Share this post Link to post
leodoom85 Posted April 22, 2017 Have you tried putting the F_SKY flat for the trick? It could be the cleverest solution :') 0 Quote Share this post Link to post
Albertoni Posted April 22, 2017 18 minutes ago, MysteriousHaruko said: How to make invisible floor and ceiling in boom format? If this possible to do that. You can, to some degree, do that. https://doomwiki.org/wiki/Making_a_self-referencing_sector Hope this helps, and good luck. 1 Quote Share this post Link to post
baja blast rd. Posted April 23, 2017 (edited) 13 minutes ago, MysteriousHaruko said: I want keep this in boom format for this time. I want create illusion with invinsible ceiling,like corpe hangs inside the middle ring :') Use effect 242 (Create Fake Floor and Ceiling). Check out this amazing wad. Basics are: 1) Remote sector outside the playspace with heights that are what will be rendered. 2) Linedef with an effect 242 in that sector, given a tag. 3) The in-map sector that'll be affected has that tag too, and is given the 'actual' heights of the invisible floor/ceiling. The rendered heights and the actual heights can be adjusted independently. They can also move independently. There are lots of cool things it can be used for. Edited April 23, 2017 by rdwpa 2 Quote Share this post Link to post
Misty Posted April 23, 2017 Another quick question-does boom read textures converted in png format?Or I need convert them in Doom graphic format before adding them in map? 0 Quote Share this post Link to post
baja blast rd. Posted April 23, 2017 (edited) They have to be converted if you want them to work in software mode. glBoom+ can read PNGs, which have to be placed between "HI_START" and "HI_END" markers. That's usually only relevant in GL-specific mapsets, but some wads that aren't GL-specific will occasionally have alternate high-resolution skies that load only in GL ports, Sunlust and Ribbiks's Pepper, for example. Edited April 23, 2017 by rdwpa 1 Quote Share this post Link to post
Spectre01 Posted April 24, 2017 Is there a way to determine voodoo conveyor delay without trial and error. What I mean is, say I want a Cyberdemon platform to lower after 30 seconds, is there an easy way to determine the speed + length of the voodoo closet until the dude reaches that linedef? 1 Quote Share this post Link to post
Not Jabba Posted April 24, 2017 (edited) 1 hour ago, Spectre01 said: Is there a way to determine voodoo conveyor delay without trial and error. What I mean is, say I want a Cyberdemon platform to lower after 30 seconds, is there an easy way to determine the speed + length of the voodoo closet until the dude reaches that linedef? Working with the floor scroll itself, probably not -- my understanding is that floors scroll at different speeds depending on the length of the floor, which is going to screw up any precise timing you could calculate. However, if you were able to determine how fast a wall lowers, you could set it up so that there's a very tall wall that takes 30 seconds to drop and then the voodoo doll crosses the line. I wonder if there's data somewhere on how fast each Boom door/wall/platform movement speed travels in a second? Edited April 24, 2017 by Not Jabba 0 Quote Share this post Link to post
baja blast rd. Posted April 24, 2017 (edited) https://soulsphere.org/projects/boomref/#sec12 Quote Static Scrollers The most basic kind of scrolling linedef causes some part of the tagged sector or tagged wall to scroll, in proportion to the length of the linedef the trigger is on, and according to the direction that trigger linedef lies. For each 32 units of length of the trigger, the tagged object scrolls 1 unit per frame. Since the length of a linedef doesn't change during gameplay, these types are static, the scrolling effect remains constant during gameplay. However, these effects can be combined with, and/or canceled by, other scrollers. I think a frame is a tic, but I'm not sure. It takes a bit of time for an object to accelerate to full speed, but there are 35 tics in a second, so 35 units * 30 seconds = 1050 units, for a 32-long trigger linedef. I tested it out and it seems roughly accurate. Edited April 24, 2017 by rdwpa 2 Quote Share this post Link to post
Zemini Posted April 25, 2017 (edited) Anyone have a megawad they they broke up into a quake style (entry hub) format? If you have ever played Q1, you start in a level that lets you select the difficulty and the episode. I also want to have a item that you get at the end of each episode that lets you unlock a door to the final boss level. A MAPINFO example would be a fine start. Thanks Edited April 25, 2017 by Zemini 0 Quote Share this post Link to post
Albertoni Posted April 25, 2017 4 minutes ago, Zemini said: Anyone have a megawad they they broke up into a quake style (entry hub) format? Dump 2 has something like that. For the skill levels, you'll need to use this: https://zdoom.org/wiki/ChangeSkill 0 Quote Share this post Link to post
Gez Posted April 25, 2017 This has a skill select map IIRC: https://www.doomworld.com/idgames/levels/doom2/Ports/v-z/yomi There are a lot of mods with a hub to select a map to play, but not an episode, it's just a single map and then you're back. On the top of my head: all three DUMP, both Golden Souls, Stronghold: on the Edge of Chaos, Skulldash, Reelism... 0 Quote Share this post Link to post
Zemini Posted April 25, 2017 Seems like that map is links to single maps and not episodes. But I would just use the last level to link back onto level 1 again right? But while we are at it, is there a way to convert my wad into a pk file? I would love to have that kind of organization on Slade 3. 0 Quote Share this post Link to post
Albertoni Posted April 25, 2017 5 minutes ago, Zemini said: But I would just use the last level to link back onto level 1 again right? Exactly! As for conversion, I think Slade can do it automatically, but don't quote me on this. Still, converting by hand isn't that hard, just a few export commands and you're done. Just open that Dump pk3 as a zip file if you need an example, and the format is here: https://zdoom.org/wiki/Using_ZIPs_as_WAD_replacement 0 Quote Share this post Link to post
Zemini Posted April 25, 2017 That link says that Slade is capable of doing it, but there is no literature on how it is done. I am messing around with it atm. 0 Quote Share this post Link to post
Esham the Unholy Posted April 26, 2017 The skulltag format has an anti-gravity zone object in things, I placed one in a test map and they only appear as error signs, does this indicate that I can make zero g sectors? If so how do I do this? 0 Quote Share this post Link to post
Albertoni Posted April 26, 2017 16 minutes ago, Esham the Unholy said: they only appear as error signs This means they don't exist in whatever you're running your map. If you're running it in Skulltag, ¯\_(ツ)_/¯ ZDoom's UDMF allows you to set even negative gravity to a sector, couldn't you use that instead? 0 Quote Share this post Link to post
Esham the Unholy Posted April 26, 2017 3 minutes ago, Albertoni said: This means they don't exist in whatever you're running your map. If you're running it in Skulltag, ¯\_(ツ)_/¯ ZDoom's UDMF allows you to set even negative gravity to a sector, couldn't you use that instead? So open in UDMF I assume? I like Skulltag because of the monsters that it includes and whatnot, although when I run my map externally (outside doombuilder 2), they don't exist, also when I add monsters through Slade it seems to only work a fraction of the time. 0 Quote Share this post Link to post
torekk Posted April 26, 2017 Where could I get feedback for my first level, if I don't feel like it's worth yet to get a thread on here? 0 Quote Share this post Link to post
Zemini Posted April 26, 2017 Is there a way to make the first level a different map or does it always have to be MAP01? Also, since I failed at making a Quake like episode system, I am going ot resort to just doing a Classic D1 episode list. Do I just place the maps after the episode? The example on zdoom wiki isn't very clear about it. 0 Quote Share this post Link to post
Gez Posted April 26, 2017 If you use MAPINFO you can make the first level anything. 0 Quote Share this post Link to post
Zemini Posted April 26, 2017 But there is nothing that lets you define what map number it is. If I wanted to make the first map be level 33, but it needs to pop up first (mechanics of my campaign) then I would do this? MAP MAP33 "NAME" { LEVELNUM = 1 } It still loads the first map in classic doom. Basically I want my maps on the map screen and within GZDoom builder to be accurate since the first level ends instantly and is just used for story telling purposes. thanks. 0 Quote Share this post Link to post
Gez Posted April 26, 2017 The "first map" when you start a game is the first map of the episode you selected. So what you want to do is to define an episode. It's perfectly possible to have an episode start at MAP33. 0 Quote Share this post Link to post
scifista42 Posted April 26, 2017 For reference, this is what Gez is talking about: https://zdoom.org/wiki/MAPINFO/Episode_definition 0 Quote Share this post Link to post
HyperLuke Posted April 26, 2017 How to make those fences that block your way but you can shoot and see through? Using GZDoomBuilder 0 Quote Share this post Link to post
Gez Posted April 26, 2017 It's not the editor that matters; you can't shoot and nothing blocks you in the editor. Tell which port you're using, because that's what determines what features are available to you. 0 Quote Share this post Link to post
Bauul Posted April 26, 2017 31 minutes ago, HyperLuke said: How to make those fences that block your way but you can shoot and see through? Using GZDoomBuilder The basic way is to make the linedef Impassable (it's a flag) but to give it the middle texture as one of the fence or gate type textures. The actual method on GZDoomBuilder can vary depending on the mapping format you're using, but that's the basic premise. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.