Reelism Gold! Expansion Pack 3 (X3.1 Patch p.101)
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.
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.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
well, i've found some gripes about the fort firestorm. it's not about omg why this map is unfair thing but visual or hearing things. listen to me if you want, gothic and fireseraphim;
- when i jump onto water flats, there's no splashing just like the other floors. i guess contra can be outdated like doom map mods.
- about the red falcon's symbol, i think it's belongs to colonel bahamut's army from contra: the hard corps; maybe he wields the power of an alien cell, otherwise, red falcon yet he has some remains from it, but i'm not sure he has joined or worshiping it but using it for his own power. and i think the original red falcon's symbol was...well, a golden falcon opens it's wings.
- i think the enemies does survives from falling from the bridge, at the inside of a big beige building.
- i hear some contra force musics, i hope you don't mind, but do you know that contra force was not actually an official sequel or prequel but named as contra?
so, that's it. otherwise this map was fun yet retrospective. nice one, guys!
EDIT: and hoo to the ray for 100th posts, also added an another author's name, fireseraphim.
- when i jump onto water flats, there's no splashing just like the other floors. i guess contra can be outdated like doom map mods.
- about the red falcon's symbol, i think it's belongs to colonel bahamut's army from contra: the hard corps; maybe he wields the power of an alien cell, otherwise, red falcon yet he has some remains from it, but i'm not sure he has joined or worshiping it but using it for his own power. and i think the original red falcon's symbol was...well, a golden falcon opens it's wings.
- i think the enemies does survives from falling from the bridge, at the inside of a big beige building.
- i hear some contra force musics, i hope you don't mind, but do you know that contra force was not actually an official sequel or prequel but named as contra?
so, that's it. otherwise this map was fun yet retrospective. nice one, guys!
EDIT: and hoo to the ray for 100th posts, also added an another author's name, fireseraphim.
Last edited by Captain J on Sat Sep 12, 2015 11:10 am, edited 1 time in total.
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
I only made the Alien area of the game, FireSeraphim made the outside area and the bases. Also I don't have any problem with Contra Force music, it sounds good and still has that Contra feeling, even if it isn't from a Contra game.
Last edited by Gothic on Sat Sep 12, 2015 12:44 pm, edited 1 time in total.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
whoops, just edited again. so yeah, i have no big deal about the contra force music too. i'm just sad that it's cannot be in the contra series bandwagon, maybe it had no aliens at all yet the original japanese version had a completely different name, i guess.
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
Forgot to mention! The waterfall near the boss room in JRPGVille doesn't animate; it's just static. Is that fixable?
EDIT: Superweapon spoiler:
EDIT: Superweapon spoiler:
Spoiler:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
does anyone have a copy of the manual? the Ed's download link is dead and i forget how to rig the reels in console
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
Sorry to willy wave, but this happened:

It was especially climactic since the damn Shapeshifter was the final boss and a nigh-direct Imp Tank shell from him nearly ended the whole deal, but it somehow didn't kill me and my strategy of "running around like a wuss collecting health and armor while occasionally turning to fire" won the day. It was a time!

It was especially climactic since the damn Shapeshifter was the final boss and a nigh-direct Imp Tank shell from him nearly ended the whole deal, but it somehow didn't kill me and my strategy of "running around like a wuss collecting health and armor while occasionally turning to fire" won the day. It was a time!
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
Okay, so I'm working on a custom monster Reel. As easy to understand as the handy-dandy examples on Ed's download page are, I can't work out how to implement more than one monster type. I'm resisting the urge to use RandomSpawners in case they screw something up. Is this possible?
- Ed the Bat
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
In the script where they actually get spawned, you could just use an if/else statement dictated by a random() call. This is more or less how the actual spawner script in Reelism works for multi-monster reels.
- TheBadHustlex
- Posts: 1914
- Joined: Thu Oct 03, 2013 12:50 am
- Location: 'stria
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
Why does The Jerk and Ms Jerk almost always spawn a millimeter in front of me?
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
That explains why I couldn't find them. Never would have thought of that. Thanks.Ed the Bat wrote:In the script where they actually get spawned, you could just use an if/else statement dictated by a random() call. This is more or less how the actual spawner script in Reelism works for multi-monster reels.
EDIT: Well, here it is, "Unknown Renderstyle". Nightmare-class monsters abound!
https://www.mediafire.com/?1h7bawm779rmjt1
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
you might stay away from the map or hide if you are afraid of their famiky.TheBadHustlex wrote:Why does The Jerk and Ms Jerk almost always spawn a millimeter in front of me?
- Ed the Bat
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
scalliano, a small bug: Your script is calling for "splotshp" to be your icon, when I believe you want to call "splotnm".
Aside from that, I like your style. This reel is particularly brutal on Grid-Based Combat.
Is it alright if I add a link to this on the custom content page? My hope is to catalog all addons that I'm made aware of, not just my own.
Aside from that, I like your style. This reel is particularly brutal on Grid-Based Combat.
Is it alright if I add a link to this on the custom content page? My hope is to catalog all addons that I'm made aware of, not just my own.
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
I've just updated the download with the fixed script call. Other than that, feel free to add it!
-
- Posts: 179
- Joined: Thu Aug 01, 2013 1:10 pm
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
trying out boss rush
i find an explosive shotgun just as hitler spawns
i run at him and use my pogo stick and start bombing from the sky
the single rocket he shoots managed to airshot me and i promptly quit the game
i find an explosive shotgun just as hitler spawns
i run at him and use my pogo stick and start bombing from the sky
the single rocket he shoots managed to airshot me and i promptly quit the game
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Reelism Gold! Expansion Pack 3 (RELEASED!)
bombarding while using the pogo stick is pretty neat idea, but it's useless sometimes. and hey, at least it makes me manage to dodge the MS. the JERK.
oh, and about the deadly simple, could you at least put some musics from doom 2 as well? because you know, it's based on the part of it after all.
oh, and about the deadly simple, could you at least put some musics from doom 2 as well? because you know, it's based on the part of it after all.