The WIP Thread

If it's not ZDoom, it goes here.
User avatar
YukesVonFaust
Posts: 1343
Joined: Mon Feb 09, 2015 9:00 am
Location: in an undisclosed location that is the philippines

Re: The WIP Thread

Post by YukesVonFaust »

Kinsie wrote:█he ██o█s a█e r███in█...

Image
HAH, YOU CAN'T TRICK ME, IT'S

ZSCRIPTED
R E E L I S M


I mean really, a new update to Reelism? This I gotta see.
User avatar
jazzmaster9
Posts: 862
Joined: Wed Apr 18, 2012 11:37 pm
Contact:

Re: The WIP Thread

Post by jazzmaster9 »

What have I done?

from my WIP mod Abysm 2: Infernal Contract
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: The WIP Thread

Post by doomfiend »

Image

Just started on this area In Green hill, building a little cave section inspired by that Pink Green hill rock texture you see from time to time.

How this map will work is, you'll need to Run around and Find 4 Runes to unlock the End of act section including a special boss fight. a one map demo is starting to take form finally.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: The WIP Thread

Post by Captain J »

Looks promising, doomfiend! I guess the inside of that cave is not entirely dark because of the gameplay balance and whatnot?
jazzmaster9 wrote:What have I done?
I guess you've just created the new hell for THE YEAR OF THE RAT!
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: The WIP Thread

Post by doomfiend »

I usually always focus on gameplay first, Visuals follow suite. I also try and create geometry where the player is less likely to get snagged by actors and what not. big pet peeve of mine
User avatar
Gothic
Posts: 801
Joined: Thu Jun 16, 2011 6:49 pm

Re: The WIP Thread

Post by Gothic »

Kinsie wrote:█he ██o█s a█e r███in█...
Image
nice
User avatar
Mikk-
Posts: 2274
Joined: Tue Jun 30, 2009 1:31 pm
Location: Somewhere off Kanagawa

Re: The WIP Thread

Post by Mikk- »



been working on this thing again, a little. Having tweaked some crucial values the gameplay is much more enjoyable.
User avatar
Namelessdeity
Posts: 51
Joined: Tue Apr 10, 2012 7:10 am
Location: Canada

Re: The WIP Thread

Post by Namelessdeity »

Walk around of the atmosphere processor, its a large multi level map for my aliens mod.
User avatar
Kinsie
Posts: 7399
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: The WIP Thread

Post by Kinsie »

Image
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: The WIP Thread

Post by Captain J »

Sounds less dangerous than facing the "One Armed Bandit"... Count me in! :D
User avatar
Cherno
Posts: 1311
Joined: Tue Dec 06, 2016 11:25 am

Re: The WIP Thread

Post by Cherno »


Got inspired by Dark Messiah of Might & Magic's melee system, so I created a small mod that lets the player block attacks and also kick enemies into spike walls where they stick :)
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: The WIP Thread

Post by Captain J »

Oooooh now that's very immersive than the BG fatality from Mortal Kombat series. But my question of the day will be this: how are those spikes work? Are those Actors with NOCLIP flag on it and constantly spawns small explosion?

It's like wizardry, let me tell you.
User avatar
Cherno
Posts: 1311
Joined: Tue Dec 06, 2016 11:25 am

Re: The WIP Thread

Post by Cherno »

The spike walls are just actors that check if something collides with them with the right angle and velocity, and then the colliding actor has some flags like NOGRAVITY set, and it's velocity changed dover a few frames, to make it stick :twisted:
ImpieTwo
Posts: 912
Joined: Sun Aug 16, 2015 11:52 pm

Re: The WIP Thread

Post by ImpieTwo »

Cherno wrote: Got inspired by Dark Messiah of Might & Magic's melee system, so I created a small mod that lets the player block attacks and also kick enemies into spike walls where they stick :)
That is wicked cool, dude. Love seeing your mod wizardry in action.

Playing with more dynamic music stuff.

User avatar
InsanityBringer
Posts: 3386
Joined: Thu Jul 05, 2007 4:53 pm
Location: opening the forbidden box

Re: The WIP Thread

Post by InsanityBringer »

Image
So on a whim, I decided to start working on eced again. Here's a quick port of E1M1 I made with it to test some things. Felt like a fun way to practice some program structure stuff and it's proven fun to get all my ancient terrible code made slightly less terrible and slightly more structured. I've gotten saving to wads, loading from wads, a new renderer overhaul, improved thing rendering, floor and ceiling rendering, trigger visualization, and a large number of other features working. In the future I should hopefully have some fun features like sprite previews on things and 3D mode. I still have some concerns, though.
  • How do I best visualize tiles? I don't like the old school EGA graphics most editors have historically used, but they do at least distinguish well versus the variants of grey and blue stone. In addition, it's impossible to tell from above when a tile is inset. To handle the fact that ecwolf supports individual textures on each side, I was considering a view that divided the tile up into 4 "slices", though I'm not sure how effective it will be. 3D mode will help a lot there
  • How do I visualize floor codes? The current version just shows two hex digits, but it's pretty noisy and not super informative at a glance.
  • How will 3d mode work? I'm currently planning a free camera like DB2 and derived editors, but instead of selecting things to operate on them, I intend to use brushes still. So to texture an area, you'd select the texture brush, and sweep over the walls you want to change the textures of. But I don't know if this would be the most intuitive or fast way of doing it.
edit: and for fun, here's a pic with some actual floor textures present
Post Reply

Return to “Off-Topic”