GoldenEye TC Complete

For Total Conversions and projects that don't otherwise fall under the other categories.
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.
User avatar
DELTAtheDboi005
Posts: 219
Joined: Tue Apr 05, 2022 3:43 am
Preferred Pronouns: He/Him

Re: GoldenEye TC Complete

Post by DELTAtheDboi005 »

kalensar wrote: Thu Jun 22, 2023 5:59 pm It is true that damage values are increased on both enemy and player on all difficulties
In a way, yes it is, there's a mapinfo property called "damagefactor" for the skill definitions that defines how much damage is dealt.

example from the highest difficulty on a WIP gameplay mod I'm making:

Code: Select all

DamageFactor = 99999
And I'm not exactly sure about how it increases the damage on the players end however, maybe try something like this:

Code: Select all

monsterhealth = 0.1
When the two of them are combined, you can have a skill where enemies die in one shot, but you also die in one shot if that makes sense.
User avatar
kalensar
Posts: 491
Joined: Sun Mar 21, 2021 9:40 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): linux mint 21
Graphics Processor: ATI/AMD (Modern GZDoom)

Re: GoldenEye TC Complete

Post by kalensar »

DELTAtheDboi005 wrote: Fri Jun 23, 2023 6:13 am
kalensar wrote: Thu Jun 22, 2023 5:59 pm It is true that damage values are increased on both enemy and player on all difficulties
In a way, yes it is, there's a mapinfo property called "damagefactor" for the skill definitions that defines how much damage is dealt.

example from the highest difficulty on a WIP gameplay mod I'm making:

Code: Select all

DamageFactor = 99999
And I'm not exactly sure about how it increases the damage on the players end however, maybe try something like this:

Code: Select all

monsterhealth = 0.1
When the two of them are combined, you can have a skill where enemies die in one shot, but you also die in one shot if that makes sense.


Yes, I'm aware. I wrote the difficulties out myself.


Easy difficulty code AKA Agent difficulty:
https://imgur.com/a/GVyS9aQ

Masochist AKA Bond, James Bond difficulty:
https://i.imgur.com/1FKMKQF.jpeg
User avatar
DELTAtheDboi005
Posts: 219
Joined: Tue Apr 05, 2022 3:43 am
Preferred Pronouns: He/Him

Re: GoldenEye TC Complete

Post by DELTAtheDboi005 »

Alrighty. Looking forward to the next update.

Take care.
Post Reply

Return to “TCs, Full Games, and Other Projects”