Cutstuff Forum

Mega Man 8-bit Deathmatch => Bugs/Suggestions => MM8BDM Discussion => Pending => Topic started by: JaxOf7 on March 01, 2018, 11:02:08 PM

Title: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 01, 2018, 11:02:08 PM
People like knowing what team a projectile came from.

CBM has had this for a while, but I've come up with a new implementation that is hopefully simpler.

Also you can turn it off/on, much like the CTF Radar in case you really don't like them or a mod needs them off.

There is currently an online issue with this with team colors not showing up on certain aspects of the following
(click to show/hide)

Regardless of that issue, I wanted to make a post about this to show everything that's done and before I had made more drastic changes to fix those.

Also please take note of ProjectileFirstTic.txt . Avoiding first tic functions makes a modder's life easier.

https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4.pk3 (https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4.pk3)

EDIT:
Online issue fixed.
Also Thunder Beam changed.
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4b.pk3 (https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4b.pk3)

EDIT2:
Assists added.
Super Adaptor back copies color.
Black Hole Bomb adapted to system. Sakugarne edit. Homing Sniper Crosshair fix.
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4c.pk3 (https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4c.pk3)

EDIT3:
Item2 resolved.
Ice Wall voxel in software color fixed.
Laser Buster color changed.
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4d.pk3 (https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolors4d.pk3)

EDIT4:
v5d update
translations redone, everything is colored
item-1 and concrete block look weird again
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv5d-1.pk3

EDIT5:
opengl voxel fix
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv5d-2.pk3
Title: Re: [Feature] Projectile Team Colors
Post by: Stardust on March 03, 2018, 11:17:05 AM
that's neato, I wanted to see shinies golden/green lime astro crushes and elemental flame swords.
Actually, while this is mostly meant for gameplay (pretty useful for attacks lasting a while on the field, like copy vision, hyper bombs,  flame blast spam and so on), I bet many of us are especially looking for the different color patterns because it looks good.
Too bad it actually modified the actors, meaning it can't be used online in the same way skins or other sprites edit like HUDball

but it could probably get some use in the vanilla core eventually, I wouldn't see any downside to that :d
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 03, 2018, 10:09:37 PM
Updated.
May or may not adapt Black Hole Bomb to my system.
And think Super Adapter wings should just match the player's color regardless of setting, since those are like a part of them.
Also just remembered assists are a thing. I should probably do those too.
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 08, 2018, 06:50:37 AM
Update2.
Only Item 2 is really left. That is gonna be tricky.
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 15, 2018, 03:38:53 AM
Update3.
I am probably done now.
Title: Re: [Feature] Projectile Team Colors
Post by: Gumballtoid on March 15, 2018, 08:18:04 PM
As much as I want to support this, the execution leaves quite a bit to be desired.

Ranges of colors were specified when applying these translations, but that tends to hurt it in that some translations will overlap and come out wrong--Arrow Buster is a good example of this. I think a little too much of the load was placed on ACS, when parts of it should have been done manually. Surely, it sped the process up by quite a bit, but also left some holes in the resulting product.

Framework aside, the actual translations are... pretty bad. If I had to ballpark estimate, I'd say somewhere between a third and half of the weapons aren't properly translated, but I can't always tell whether it was by design or just due to the color in question falling outside of the translation range. Magnet Missile, Pharaoh Shot, Silver Tomahawk, Junk Shield, Remote Mine, Magic Card, Concrete Shot--the list goes on.

I absolutely love the idea, and have tried it myself in the past (albeit using a very ACS-light, DECORATE-heavy method), but I think this kind of thing is better off as a standalone mod.

However, there are a good deal of lingering or wide-area weapons that desperately need a change like this. Black Hole Bomb does this currently, but I think the dev team should also consider applying it to the following weapons and items as well:
• Hyper Bomb
• Time Slow
• Flash Stopper
• Rain Flush
• Gravity Hold
• Flame Blast
• Danger Wrap
• Tornado Hold
• Astro Crush
• Flash Bomb
• Copy Vision
• Lightning Bolt
• Ice Wall
• Remote Mine
• Plug Ball
• Hornet Chaser
• Tango Roll
• Treble Sentry
• Reggae Trick (including the tanks)
• Eddie Bomber
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 16, 2018, 03:06:52 AM
I think a little too much of the load was placed on ACS, when parts of it should have been done manually.
Code: [Select]
CreateProjectileTranslation("ShadowBlade", 210, 220, -1, -1);
CreateProjectileTranslation("SparkShock", 210, 240, -1, -1);
CreateProjectileTranslation("TopRadius", 0, 255, -1, -1);
CreateProjectileTranslation("DiveMissile", -1, -1, 180, 200);
CreateProjectileTranslation("DrillBomb", -1, -1, 220, 240);
CreateProjectileTranslation("DustCrusher", -1, -1, 80, 120);
This is manual and I don't know what you're talking about.

I'd say somewhere between a third and half of the weapons aren't properly translated, but I can't always tell whether it was by design or just due to the color in question falling outside of the translation range.
I went through 3 updates, do you really think these are not by design?
I could translate them however I wanted.
current, not all grays
Code: [Select]
CreateProjectileTranslation("JunkShieldWarper", 50, 90, -1, -1);all grays
Code: [Select]
CreateProjectileTranslation("JunkShieldWarper", 50, 90, 91, 200);
The reason I chose not to translate neutral colors I said in the Discord
Quote
well the main reason is projectile identification
we have a lot of projectiles.
and the retro style has a rather low detail level.
and the original sprites were not made with the intention of looking distinct when sharing a color.
(https://cdn.discordapp.com/attachments/160882052177199104/418212477436690433/neutral_color_demo.PNG)
by keeping colors that don't have to be translated, this can be alleviated somewhat

and the other reason
i feel some obligation to keep some of the original colors when megaman's entire gimmick is changing color to throw out different colored attacks

If people don't like specific translations, whatever. PROJTRAN.acs is right there.
I find it more important that team coloring happen at all.
I'm not changing them myself because I think this is how they should look.
Title: Re: [Feature] Projectile Team Colors
Post by: Gumballtoid on March 16, 2018, 06:05:37 AM
This is manual and I don't know what you're talking about.
I don't think I worded that properly. I was trying to say that it might have been a little more practical to simply create translated projectiles and an auto-use inventory item in DECORATE for weapons like Hyper Bomb, which fire one projectile on-click with no strings attached. In hindsight, that seems pretty senseless when there's a script that can accommodate literally everything. My bad.

I went through 3 updates, do you really think these are not by design?
That possibility existed, and I didn't want to jump to conclusions right away. Still, I felt it was pretty likely when I saw some of those translations in-game. I don't completely agree with it, but I at least understand your reasoning behind it.

I find it more important that team coloring happen at all.
I agree, but not necessarily for every weapon in the game. Translating the big offenders is important, but I don't think it's necessary to translate everything else, all the way down to Top Spin's motion, when it can jeopardize their identity if translated fully. Sure, your take on Pharaoh Shot will probably help preserve its identity, but you have to admit it's not exactly pleasing to the eye. I think coloring projectiles that extensively is best done within its own mod.
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 17, 2018, 10:58:35 AM
Sure, your take on Pharaoh Shot will probably help preserve its identity, but you have to admit it's not exactly pleasing to the eye.
It might have grown on me, but I actually just like Pharaoh Shot.
It's looks like a ball of colored light surrounded by or radiating into non-colored light.
I think some DBZ stuff does this.
And I mean, the standard Megaman explosion has white turning into peach.

I don't think it's necessary to translate everything else
But it's better.
Sure, a lot of the time you will see who fired a projectile.
But you don't exactly want to commit that to memory.
And sometimes projectiles pass a corner and you don't see the firer.
And sometimes you see projectiles pass to your front from behind and you really need to know whether that's an enemy or ally behind you.
And sometimes you see a spammed up battlefield and you just want to estimate which team makes up more of the spam.

People like knowing what's going on.


(Note to self: look into network usage)
Title: Re: [Feature] Projectile Team Colors
Post by: Hilman170499 on April 16, 2018, 04:39:13 PM
I have a question for the official development team of the game:
In case you choose to accept this suggestion, instead of integrating this into the core .pk3, can you make this a separate file that is bundled with the next release of the game? Thanks in advance.
Title: Re: [Feature] Projectile Team Colors
Post by: bass44 on April 16, 2018, 11:55:57 PM
This idea is fucking genius to be honest, but I agree it should be kept as a separate PK3 in case people want to have the original weapon colors.
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on April 17, 2018, 03:25:39 AM
in case people want to have the original weapon colors.
Also you can turn it off/on, much like the CTF Radar in case you really don't like them or a mod needs them off.

I have a question for the official development team of the game:
In case you choose to accept this suggestion, instead of integrating this into the core .pk3, can you make this a separate file that is bundled with the next release of the game? Thanks in advance.
I mean
I'd like to know why you want this.
Title: Re: [Feature] Projectile Team Colors
Post by: CutmanMike on October 27, 2018, 07:39:52 PM
Just noting this will probably be something to be considered for V6, but not V5D
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on January 15, 2020, 12:14:31 AM
an update
so some people didn't like the semi-colored projectiles, and i didn't like maintaning a list of projectile colors to translate
so instead, i just made general purpose translations that translate every single color
also improvement to how i handled certain cases

bad news is, concrete block and item 1 voxels look weird again.
item 2 would look weird, but i changed that voxel.
anyway i don't feel like fixing it right now.

https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv5d-1.pk3 (https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv5d-1.pk3)
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on February 28, 2020, 10:55:54 AM
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv5d-2.pk3

fixed opengl voxels

repaste from discord on how I made those
(click to show/hide)

repaste of stuff that would make my life easier if this feature isn't added
(click to show/hide)
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on December 02, 2020, 01:00:57 PM
v6a update

https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv6a-1.pk3

-

So what I'm up to
I am making core edits to make this process simpler/easier
https://cdn.discordapp.com/attachments/215579601332600833/782819711980142612/v6a-EditsForProjTrans-b1.pk3
1. no first frame skipped actions
2. no native translations
2a. black hole bomb
2b. beat support
2c. sakugarne debris
2d. explosions
3. wire transfer translation
the team color projectile file to add after that file
https://cdn.discordapp.com/attachments/215579601332600833/783678087312572447/corewepteamcolorsv6a-Edit1.pk3
-
the big change i am experimenting with now is
SXF_TRANSFERTRANSLATION on all attack fx
stay tuned

edit:
messed up death fx & shields on those test files
fixed
https://cdn.discordapp.com/attachments/215579601332600833/784427650193424454/v6a-EditsForProjTrans-b1a.pk3
https://cdn.discordapp.com/attachments/215579601332600833/784427677003415572/corewepteamcolorsv6a-Edit1a.pk3
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on December 09, 2020, 06:53:11 PM
https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv6a-2.pk3

component files (above file is literally these 2 stacked)
https://cdn.discordapp.com/attachments/215579601332600833/785138145103839252/v6a-EditsForProjTrans-b3.pk3
v6a edits as detailed in note.txt
(click to show/hide)
https://cdn.discordapp.com/attachments/215579601332600833/785527839004557392/corewepteamcolorsv6a-Edit3.pk3
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on December 20, 2020, 01:13:58 AM
fixed a bug with black hole
(click to show/hide)

https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv6a-3.pk3

component files (above file is literally these 2 stacked)
https://cdn.discordapp.com/attachments/215579601332600833/785138145103839252/v6a-EditsForProjTrans-b3.pk3
v6a edits as detailed in note.txt
(click to show/hide)
https://cdn.discordapp.com/attachments/215579601332600833/785527839004557392/corewepteamcolorsv6a-Edit3-2.pk3
Title: Re: [Feature] Projectile Team Colors
Post by: JaxOf7 on March 25, 2021, 05:12:54 AM
fixing some stuff

https://allfearthesentinel.net/zandronum/download.php?file=corewepteamcolorsv6a-3h.pk3

changes
(click to show/hide)

component files
(click to show/hide)

3->3h file
(click to show/hide)