header general

The WIP Thread

  • DizzyDillo
  • DizzyDillo's Avatar
  • Shotgunner
  • Shotgunner
More
4 years 7 months ago - 4 years 7 months ago #81 by DizzyDillo
Replied by DizzyDillo on topic The WIP Thread
Dizzy here. Been working on a monster in Decorate with a charge up "beam" attack that allows the player some time to try to move out of the way. I use the CMF_AIMDIRECTION flag for 35 1-tic frames to allow the "beam" to come from the monster and keep facing one direction rather than 35 tics of "gotta keep moving" spray. The problem with CMF_AIMDIRECTION is while it works laterally, the monster cannot aim upwards at higher elevations (cacodemons, flying players, imps on ledges, you get the idea). Any suggestions on how to achieve the "beam" I'm looking to make? A_CustomRailgun seemed like a logical choice, but it also has aiming problems. :/
Last edit: 4 years 7 months ago by DizzyDillo. Reason: Grammar and spelling

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
4 years 7 months ago #82 by Blue Shadow
Replied by Blue Shadow on topic The WIP Thread

DizzyDillo wrote: The problem with CMF_AIMDIRECTION is while it works laterally, the monster cannot aim upwards at higher elevations (cacodemons, flying players, imps on ledges, you get the idea). Any suggestions on how to achieve the "beam" I'm looking to make?

Try passing the monster's own angle to the angle parameter in addition to using the CMF_ABSOLUTEANGLE flag. The idea here is that the monster shoots based on its own angle, and it'll still be able to aim up and down. Example:

Code:
A_SpawnProjectile("BaronBall", 32, 0, angle, CMF_ABSOLUTEANGLE)

Please Log in or Create an account to join the conversation.

  • DizzyDillo
  • DizzyDillo's Avatar
  • Shotgunner
  • Shotgunner
More
4 years 7 months ago #83 by DizzyDillo
Replied by DizzyDillo on topic The WIP Thread
Blue! You're a genius! That worked. Thank you.

Please Log in or Create an account to join the conversation.

  • JohnCook1994
  • JohnCook1994's Avatar
  • Visitor
  • Visitor
4 years 2 weeks ago #84 by JohnCook1994
Replied by JohnCook1994 on topic The WIP Thread
@ The Damager That's actually a great collaboration for this big boy.

Please Log in or Create an account to join the conversation.

  • Caligula Jones
  • Caligula Jones's Avatar
  • Shotgunner
  • Shotgunner
More
4 years 6 days ago #85 by Caligula Jones
Replied by Caligula Jones on topic The WIP Thread
This is a mod I've been working on for the past few months. Looking for help if anyone's interested.

disclaimer : I am nasally and obnoxiously narrating this video.

https://youtu.be/YaoL10b4Jd0

Please Log in or Create an account to join the conversation.

  • JohnCook1994
  • JohnCook1994's Avatar
  • Visitor
  • Visitor
3 years 11 months ago #86 by JohnCook1994
Replied by JohnCook1994 on topic The WIP Thread
Hello, I am working on a mod that is private to me at the moment. It's called Johnnie the Space Rogue, and could you rate my mapping? Is there any tips for me to be better. MAP01 is linear, I hope everything would go alright.

https://www.youtube.com/watch?v=DWcG-kzhR6M&t=419s

Please Log in or Create an account to join the conversation.

  • Salahmander
  • Salahmander's Avatar
  • Lost Soul
  • Lost Soul
More
3 years 11 months ago - 3 years 11 months ago #87 by Salahmander
Replied by Salahmander on topic The WIP Thread
Just a little something I'm working on for an addon for Golden Souls. Sega meets Nintendo!
Last edit: 3 years 11 months ago by Salahmander.

Please Log in or Create an account to join the conversation.

  • JohnCook1994
  • JohnCook1994's Avatar
  • Visitor
  • Visitor
3 years 11 months ago #88 by JohnCook1994
Replied by JohnCook1994 on topic The WIP Thread
@Salahmander

I cannot wait to see this addon.

Please Log in or Create an account to join the conversation.

  • Salahmander
  • Salahmander's Avatar
  • Lost Soul
  • Lost Soul
More
3 years 11 months ago #89 by Salahmander
Replied by Salahmander on topic The WIP Thread
@JohnCook1994, I'm literally working on it as we speak. I did have a playable version out last year, but I went back to polish it, and to finish off a map I had started along with a new one.

Please Log in or Create an account to join the conversation.

  • JohnCook1994
  • JohnCook1994's Avatar
  • Visitor
  • Visitor
3 years 11 months ago #90 by JohnCook1994
Replied by JohnCook1994 on topic The WIP Thread
@Salahmander That is fine, take your time on polishing it. Also, I love your idea for the Sega-Themed map for The Golden Souls.

Please Log in or Create an account to join the conversation.