XRpg - Simple Hexen RPG mod [v2.3.1 Released] New GUI inventory system with full mouse support

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Post Reply
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.3 Released]

Post by peewee_RotA »

neoworm wrote:I would suggest trying this viewtopic.php?f=232&t=49494
I used it to animate some weapon attacks and it works, you just need graphics with no offsets to begin with IE all having 0,0 coords in Slade.
Awesome, Thanks! I'll check it out.

There's a model viewer that I've forked that I'm working on doing something similar to stage hands over models and export, but I'm not focusing on that quite yet.
User avatar
Crudux Cruo
Posts: 1171
Joined: Mon Apr 10, 2006 8:43 pm
Location: California

Re: XRpg - Simple Hexen RPG mod [v1.3 Released]

Post by Crudux Cruo »

so if you think of a 4 square arrangement, + always means up or right and - means down or left...

If i know my sprite at 0,32 is where it's supposed to be, i make 3 more frames and just progress down. -3,29, -6, 26, -9, 23...
Then at the end you do a tnt1 offset (0,32) before you change the next frame. then you do it again... the point is to try to have a transition from one sprite to the next that looks smooth without having to use slade to individually place sprites.

Glad you're motivated, i love this little project and it's cool to see new modders and things. If i can ever get a chance to sit down for a minute i'd happily show you what i'm talking about.
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.3 Released]

Post by peewee_RotA »

It's april 1st, so don't believe anything you hear.

Especially this:
User avatar
Vanille987
Posts: 40
Joined: Sun Mar 06, 2022 9:56 am
Location: Earth

Re: XRpg - Simple Hexen RPG mod [v1.3 Released]

Post by Vanille987 »

peewee_RotA wrote:It's april 1st, so don't believe anything you hear.

Especially this:
Looking forward to the new playable zombie class, i hope they will make you able to dark soul rolls.
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4 Released]

Post by peewee_RotA »

Released v1.4 with new monster and some bug fixes

https://github.com/cabbruzzese/xrpg/releases/tag/v1.4
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by peewee_RotA »

Real quick follow of 1.4.1 after fixing a crash introduced in the most recent version.

https://github.com/cabbruzzese/xrpg/releases/tag/v1.4.1
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by peewee_RotA »

There's a lot of features that just kind of rely on stuff existing in the Hexen game. And I realized that a custom level set would be a good way to introduce more fun stuff. Here's the start of that effort.
xrpglevel1_0.jpg
User avatar
Vanille987
Posts: 40
Joined: Sun Mar 06, 2022 9:56 am
Location: Earth

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by Vanille987 »

Interesting, looking forward to them. How many levels are you aiming for?

Btw, since this new update seems pretty big, I assume a new game is recommended?
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by peewee_RotA »

Saves should still work between 1.3 and 1.4+. Every new level you load will get the new features, and any crash fixes should take effect.

Most of the changes are actor replacements like before, so every new map load will work with the latest changes. Existing maps will not. Many of the new things are in HUB 3. So if you are mostly through those maps, it is worth a restart.

At the moment I'm planning on 2 hubs with about 4 levels each. But I've learned not to promise anything when making maps because plans change really fast, and the number of maps can be altered pretty quick.

For example the current design has the 1st hub VERY interconnected and as time goes on that may not work out well.
User avatar
Vanille987
Posts: 40
Joined: Sun Mar 06, 2022 9:56 am
Location: Earth

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by Vanille987 »

Good to know, currently doing a mage run halfway through hub 2 so I'll just keep going!

Well, regardless sof the amount I'm looking forward to playing them!
User avatar
Crudux Cruo
Posts: 1171
Joined: Mon Apr 10, 2006 8:43 pm
Location: California

Re: XRpg - Simple Hexen RPG mod [v1.3 Released]

Post by Crudux Cruo »

peewee_RotA wrote:It's april 1st, so don't believe anything you hear.

Especially this:
haha oh snap!
User avatar
Crudux Cruo
Posts: 1171
Joined: Mon Apr 10, 2006 8:43 pm
Location: California

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by Crudux Cruo »

So... NRA and swing hammer and behold, offsets.

The way i did this? i go into SLADE and visually see the trajectory i want the sprites to meet up. In this case, the hammer is a huge sprite, so i had to move in much higher increments than with doom weapons. once you see where the sprites approximately meet up in the editor, i like to make at least 2 duplicates and offset a before and after frame... in this case, it mostly looked like (40,-12), (20,12,) and (4,36).

NOTE: there is a "bug" in that 0,32 is a reset, and it WILL break the frame look, so its best to simply offset it some more and when you want to reset sprite orientation just do TNT1 A 0 OFFSET (0,32);

for non modders who want to toy with this, get slade, open the zscript folder, find the file, replace with file in folder.

now, obviously, there are some frames that need to be added into the mod to extend them. there already exists extended widescreen sprites to stop the sprite showing clipped areas. but you got to admit, even with it, offsets really make things look snazzy for cheap.
Attachments
XRPGFWEAPHAMMER.zip
(2.47 KiB) Downloaded 30 times
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by peewee_RotA »

Awesome! Thanks!


The maps are coming along nicely. I'll probably need help with textures. I'm a programmer so I kind of see ones and zeros, and miss a lot of the aesthetics. But gameplay-wise it's working out, and the hub structure is working great for hub 1.
xrpglevel2.jpg
1 more map to go, plus a new enemy to put together, plus a boss room to figure out and then hub1 will be ready. I'm guessing about halfway through this week I'll have something to share.
User avatar
Vanille987
Posts: 40
Joined: Sun Mar 06, 2022 9:56 am
Location: Earth

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by Vanille987 »

I can potentially help with textures depending on what you need help with, like making textures seamless.
peewee_RotA
Posts: 407
Joined: Fri Feb 07, 2014 6:45 am

Re: XRpg - Simple Hexen RPG mod [v1.4.1 Released]

Post by peewee_RotA »

Mostly I need help breaking up textures and doing room transitions.

Interestingly, this last map has required making a few new textures and a few new decorations, as well as pulling in some textures from realm667's repository. It's got more new stuff than the other maps, but still feels like it all fits together in my head.
Post Reply

Return to “Gameplay Mods”