Jump to content

Razumen

Members
  • Posts

    15
  • Joined

  • Last visited

About Razumen

  • Rank
    Mapper
    Warming Up

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. If you're using GZDoom, modifying decorate files is probably overkill and might conflict with other mods. Easiest way is probably to use an ACS script that runs when the player enters the map with the takeinventory/clearinventory and giveinventory commands.
  2. 3D Floor mode is definitely worth learning, you'll save so much time setting up 3D floors with it, and managing and editing them is easier, especially if you have mutliple ones in the same sector.
  3. Hmm, I have the exact experience, visual mode in UDB is SUPER useful, you just have to realize it's NOT for building in, just editing. But once you have your sectors placed, you can do a lot of things: raising & lowering sectors, including 3D floor, copy and placing things, visually changing the slopes of floors, adjusting lighting, changing textures. There's probably a few more things, but I spend a lot of time in it because it's indispensible for visualizing how everything looks, while letting you change a lot as well. I think what's confusing for new users is that once you're in visual mode, pretty much everything besides selecting walls and flats and raising or lowering sector heights requires a keybind (though pressing the button to get into visual mode also gets you out of it). That and a lot of the tools do need a bit of explaining to fully understand them-but really, that's true for any super powerful software. No one expects to open up Maya or 3DSMax and be able to know how to use everything in it-you have to watch tutorials to learn, or at the very least read the reference manual.
  4. Can't wait, these look really good!
  5. I made a moving polyobject with portals on its sides to act like a train, and it works perfectly in my test map, but when I moved it over to the main map, whenever I cross over the line into the train from the outside, the sectors inside the portals seem to just...disappear. There's no vertical collision inside where the train should be, but there's still collision for the walls as if I was actually inside the linked sector. I can however noclip and walk to the sector that the portals link to and go in there, where things render and act normally until I step outside the train. Then it reverts to the above behaviour. Here's some images for clarity: Outside the portal: As soon as I step over the line: Noclipped into the portals' sector: Pretty baffled here, I'm guessing it's something to do with the size of my main map, which is about 30MB now. I've attached the test map that works, and can send the other map separately if someone wants to take a look at it, due to it's size and the size of it's separate resources it needs to run properly. traintest.7z
  6. Thanks, but I found a much better way to do it, I'll post below for anyone else looking here: You can do it with the action special 224: Scroll Ceiling and by using a dummy sector to control the scroll. The ZDoom wiki isn't very clear of this: https://zdoom.org/w/index.php?title=Scroll_Ceiling https://zdoom.org/w/index.php?title=Scroll_Floor Draw a dummy sector outside the map area so that one of it's linedefs is parallel to the direction where the ceiling texture should scroll. For this line give it the special and arguments: Action: 224 Scroll Ceiling. Sector Tag: to the targeted ceiling. Options: 1 Displacement *and* 4 Scroll by dx/dy. Scroll: texture only Horizontal: don't scroll Vertical: don't scroll Now the targeted ceiling will scroll when the dummy sector floor or ceiling moves up or down. It'll scroll in one direction when the floor goes down, the opposite when the floor goes up. The speed of the raise/lower will control the speed of the scrolling. The scrolling distance in map units is calculated from: (1/32) x (the length of the 224 action line) x (the lower/raise movement of the dummy sector ceil/floor) To scroll 128 units set the action line length to 32 and lower the dummy sector floor by 128.
  7. Basically the title, all I've found is ways to scroll the floor or ceiling textures indefinitely. I just need to scroll them for a certain distance and then stop.
  8. I'm having issues with major lag with the games movement games, like I can press and release a button before Corvus moves. Has anyone else had this issue? I haven't played Her2 in a long time, but I don't remember it being like this. The rest of the controls are fine, it's just movement that I have problems with.
  9. Looking forward to this! Deathkings really deserves something new. It always felt weird for an expansion that it didn't have any original content other than the maps.
×
×
  • Create New...