Re: WAR TROPHIES (1.11) Give up your soul for extra points
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.
-
- Posts: 17
- Joined: Tue Aug 25, 2020 12:43 pm
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10) but without the spaghetti and meatba
Would it be worthwhile to have the ranks be driven by a WTRNKDEF (name pulled out of my ass) lump? I want to add more ranks but don't want to mess with the code.
-
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: WAR TROPHIES (1.10) but without the spaghetti and meatba
Probably, but I'd rather have them natively so everyone gets them. You only need to add stuff to the respective array and the MENUDEF. It's hardly anything complicated that requires extensive knowledge.
You can also post the ranks here and I can add them myself if they're not super niche/weird.
You can also post the ranks here and I can add them myself if they're not super niche/weird.
-
- Posts: 17
- Joined: Tue Aug 25, 2020 12:43 pm
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10) but without the spaghetti and meatba
That's understandable. I just like having data lumps separate, but it's your project after all. Thanks for answering.
-
- Posts: 2096
- Joined: Sat Aug 20, 2011 8:54 am
- Preferred Pronouns: No Preference
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10.1) does this fix bfg???
Hello! It's Content©
Highlights:
- Added three new rank sets: Waifu (weapons), Imperium Infantry (player), and Contagion (genocide), all courtesy of XSlayer300.
Fixes:
- Added null check. Fixes a bug where a hostile HD follower that shoots you would cause a VM abort.
Other:
- Refactored InflictorBinds to be an array instead of a dictionary. This should hopefully make kill tracking a bit more consistent.
- Removed more UaS stuff from the blacklist. No, really, this should be handled by that mod now. Stuff in WT should be blacklisted natively only as a lastest resort.
-
- Posts: 1345
- Joined: Mon Feb 09, 2015 9:00 am
- Location: in an undisclosed location that is the philippines
Re: WAR TROPHIES (1.10.1) does this fix bfg???
Can i add my own rank sets?Tapwave wrote:Added three new rank sets: Waifu (weapons), Imperium Infantry (player), and Contagion (genocide), all courtesy of XSlayer300.
-
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
-
- Posts: 27
- Joined: Sat Aug 01, 2020 9:45 pm
- Location: Guatemala
Re: WAR TROPHIES (1.10.1) does this fix bfg???
Been loving this mod so far. Could it be possible for you to add a .txt explaining/listing all the possible weapon ranks, genocide ranks and player ranks?
-
- Posts: 183
- Joined: Tue Oct 09, 2018 6:37 pm
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Ionia
Re: WAR TROPHIES (1.10.1) does this fix bfg???
(sorry for my bad english)
What about these Kill Sound Type with Custom 1 to 5?? It dosent have a sound but that means should i put custom kill sound by myself or should i leave them because the custom still no sound
What about these Kill Sound Type with Custom 1 to 5?? It dosent have a sound but that means should i put custom kill sound by myself or should i leave them because the custom still no sound
-
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: WAR TROPHIES (1.10.1) does this fix bfg???
That'd be redundant. All of the ranks can be found here. Explanations are just going to overcomplicate the process of adding more ranks. The options for the rank sets should be self-explanatory (e.g. UAC, Fantasy, Festive, etc.)Endless wrote:Been loving this mod so far. Could it be possible for you to add a .txt explaining/listing all the possible weapon ranks, genocide ranks and player ranks?
Correct, you add the sound yourself. The current implementation is kind of jank imo but it was what I came up with at the time and changing it might break stuff.YasuoProjectX wrote:(sorry for my bad english)
What about these Kill Sound Type with Custom 1 to 5?? It dosent have a sound but that means should i put custom kill sound by myself or should i leave them because the custom still no sound
Here's an example of replaced custom sound 6.
SNDINFO
Code: Select all
WT/KillSound6 dsskedth
Code: Select all
[default]
KILLSOUND_CUSTOM_1 = "Revenant Scream";
In hindsight, replacing the stock sounds would have probably been a better solution. Oh well.
-
- Posts: 2096
- Joined: Sat Aug 20, 2011 8:54 am
- Preferred Pronouns: No Preference
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10.2) eleventy billion points
It appears a fucky wucky has happened
Highlights:
- Added Agency player ranks, courtesy of XSlayer300.
- Added an option to draw all of the UI stuff under the HUD.
Fixes:
- Don't register kills in demo playbacks.
- Use absolute values for experience. [This fixes a bug where integer overflows may mess up experience.]
Other:
- Specify max character limit in comments.
-
- Posts: 521
- Joined: Wed Jul 09, 2014 7:25 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10.2) eleventy billion points
Just downloaded the new version, and am instantly getting this crash. Not sure if its a compatibility problem or not. Running the most recent stable release of GZDoom, and even tried a dev build.
EDIT: Downloading the unstable build of WarTrophies™ fixed this.
EDIT: Downloading the unstable build of WarTrophies™ fixed this.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 2096
- Joined: Sat Aug 20, 2011 8:54 am
- Preferred Pronouns: No Preference
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.10.2) eleventy billion points
The version was updated, same version label, same link. Was just a little fudge on Ace's part that was quickly remedied, no worries!mamaluigisbagel wrote:Just downloaded the new version, and am instantly getting this crash. Not sure if its a compatibility problem or not. Running the most recent stable release of GZDoom, and even tried a dev build.
EDIT: Downloading the unstable build of WarTrophies™ fixed this.
-
- Posts: 26
- Joined: Fri May 21, 2021 7:22 pm
- Location: In a long line on Mars
Re: WAR TROPHIES (1.10.2) eleventy billion points
just a suggestion but
the suggestion would be to see the mod belonging to m8f "lazy points" to get some ideas, or add compatibility of these.
considering that you go up in rank and raise the statistics, keeping track or knowing how much you are adding would be an attractive feature, especially when you only dedicate yourself to playing without opening so many sections to keep track.
This is the link in case you are interested.
viewtopic.php?f=105&t=66565
the suggestion would be to see the mod belonging to m8f "lazy points" to get some ideas, or add compatibility of these.
considering that you go up in rank and raise the statistics, keeping track or knowing how much you are adding would be an attractive feature, especially when you only dedicate yourself to playing without opening so many sections to keep track.
This is the link in case you are interested.
viewtopic.php?f=105&t=66565
-
- Posts: 2096
- Joined: Sat Aug 20, 2011 8:54 am
- Preferred Pronouns: No Preference
- Graphics Processor: nVidia with Vulkan support
Re: WAR TROPHIES (1.11) Give up your soul for extra points
Thought we forgot about this? Of course not.
Master Branch also adds a toggle for -COUNTKILL monsters being registered (if, for some reason, your mod has decorative monsters...)Highlights:
Added whitelist support.
Can now track non-weapon inventory items used as weapons. As long as the pointers are correct.
Added the ability to delete selected weapons from the scorecard. Key combo is Ctrl + Shift + Del.
Fixes:
Fixed softlock (by Ryker). give artifacts and by extension, give all softlocked the player and prevented weapon switching if auto weapon switch was enabled.
Fixed lists not being properly parsed depending on formatting.
Balance:
Updated XP reqs.
Updated Genocide reqs.
UI:
Added a folder icon if the weapon is part of a folder.
Ranks:
New genocide rank set by XSlayer300.
Folders:
Updated Ashes folder, courtesy of IKA.
Updated folder definitions for Bullet-Eye (by Mor'ladim).
Miscellaneous:
Always draw the scorecard in RenderOverlay.
Added WT_Cleanup netevent. Removes all monster kills under # kills. See readme.
-
- Posts: 4
- Joined: Tue Dec 20, 2022 5:50 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
Re: Re: WAR TROPHIES (1.11) Give up your soul for extra points
I'm having a problem. I cleared my stats to start fresh with a vanilla playthrough and the HUD works fine, tracks weapons, kills, XP...but the F11 menu displays no weapons. Did I fuck something up? Just using standard Doom 2 WAD, GZDoom 4.9, War Trophies 1.11.