Why did you take that so personal? Of course it was my opinions.The_Funktasm wrote:Fixed that for you.LostSkull wrote:It's a nice model indeed. But MY OPINION IS THAT 3D models have no place in Doom. I disliked Risen3D because of this.
The WIP Thread
Re: The WIP Thread
Re: The WIP Thread
Oh okay... where's the model from then?Batandy wrote:Well,i didn't make this model
- TerminusEst13
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
- Contact:
Re: The WIP Thread
Not a bad idea.amv2k9 wrote:Will beam-charging suck in pickups?TerminusEst13 wrote:Metroid Prime-style charge combos are in and implemented.
Not entirely sure how to go about it, but that'd be a great feature for when they're juuuuuust out of your reach.
Re: The WIP Thread
TerminusEst13 wrote:Not a bad idea. Not entirely sure how to go about it, but that'd be a great feature for when they're juuuuuust out of your reach.amv2k9 wrote:Will beam-charging suck in pickups?TerminusEst13 wrote:Metroid Prime-style charge combos are in and implemented.
Code: Select all
ACTOR HealthPickupSmall : CustomInventory
{
MONSTER
-SOLID
-SHOOTABLE
States
{
Spawn:
ENRG A 1 A_Look
Loop
See:
TNT1 A 0 A_JumpIfInTargetInventory("BeamIsCharging",1,"CheckDist")
SeeCont:
ENRG A 1
Goto See
CheckDist:
TNT1 A 0 A_JumpIfCloser(1024,"DrawSlow")
ENRG A 1
Goto See
DrawSlow:
TNT1 A 0 A_JumpIfInTargetInventory("BeamIsCharging",1,1)
Goto See
TNT1 A 0 A_JumpIfCloser(512,"DrawMed")
TNT1 A 0 A_FaceTarget
ENRG A 1 A_Recoil(-2)
Goto See
DrawMed:
TNT1 A 0 A_JumpIfInTargetInventory("BeamIsCharging",1,1)
Goto See
TNT1 A 0 A_JumpIfCloser(256,"DrawFast")
TNT1 A 0 A_FaceTarget
ENERG A 1 A_Recoil(-4)
Goto See
...
}
}
I imagine there's probably more elegant ways to do it in ACS.
Re: The WIP Thread
Why A_Recoil and not the infinitely better A_ChangeVelocity?
Re: The WIP Thread
Like I said, A_Recoil needed to be replaced. I wasn't sure if A_ChangeVelocity would do what's needed.Mikk- wrote:Why A_Recoil and not the infinitely better A_ChangeVelocity?
- Marisa the Magician
- Banned User
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
- Contact:
Re: The WIP Thread
More Guns.u testing and polishing. I hope I can have it in a releasable state soon.
Spoiler: GunsSomehow working on this mod made me feel young again.
Re: The WIP Thread
They got the original UT very right. None of the subsequent UTs were anything like as satisfying or fun IMO.
- TerminusEst13
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
- Contact:
Re: The WIP Thread
I'll experiment with this later today, thank you.amv2k9 wrote:This is something I came up with for Vaecrius's Make It Snappy, but modified a bit. The thing is, A_Recoil needs to be replaced with something that can make movements in 3D...Code: Select all
[snip]
I imagine there's probably more elegant ways to do it in ACS.
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: The WIP Thread
i have to agree a bit here. i got Unreal Tournament 2004, i think, for the PC ages ago, and prior to that, i had played UT: GOTY edition. i vastly preferred the original UT, in terms of gameplay and looks. the guns and overall feel in the newer games feels a bit weird to me and isn't as satisfying as that game was. maybe i should replay the games to form a more solid opinion about them, though.Enjay wrote:They got the original UT very right. None of the subsequent UTs were anything like as satisfying or fun IMO.
Re: The WIP Thread
Making a big area. What will this become!? It features LITE spam.
Spoiler: Screenshot
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
having a invasion on this map would be much better, also tastier if you add some tasty custom textures too.
Re: The WIP Thread
Reminds me of the main HQ of the Star Wars Empire and something from the original Tron. Not that POS Revolution...
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: The WIP Thread
Woah.abbuw wrote:Making a big area. What will this become!? It features LITE spam.
Looks like a docking bay on a space station or supercarrier.
Re: The WIP Thread
^ I expect a huuuuuuuuuge monster to come out of that door... :D