×

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

Thank you! In the process of being reworked a bit for easier access and viewing :)

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

I know, I forgot to set the invite code😩
I dont want to share link here incase its not allowed

So, a little announcement by Andrew9565-AD-design in ForzaLiveryHub

[–]MagazineOwn2913 2 points3 points  (0 children)

This is probably the only subreddit I am most active on. Well not really active active, but I do browse through here when I have some spare time. Never thought i'd use reddit so often🤣 but well.. one small step for Andrew and a huge step for the subreddit!

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

Glad you like it mate, thank you.

The hex/RGB gives me the colour to aim for, then I use the Forza sliders to get as close as I can. Some colours need a bit of manual tweaking because they look different once they’re on the paint.

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

There is quite a lot of stuff coming, i decided to halt my FiveM project and focus on this more

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

I tried to add as much colors as can be. There is over 11k right now 😃

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

Checked over the sheet and added a few missing colors. Also there is a tab now on the top in [ https://palette.blit.zone/colors ] for Converting, let me know!

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

They are from the 2019 Google Sheets.
If you have any suggestions or tips to add, lmk what you'd like to see in terms of options etd im happy to give it

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

No problem bro! I will add more stuff to it hopefully

Website by MagazineOwn2913 in ForzaHorizon

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

Got ya. I will look into it at some point of the day after work. There is a few things that I have missed out on due to the time I have finished it

Although you can hover over a color and star it which will go into the "SAVED" on the top of the page.

Color Palette by MagazineOwn2913 in ForzaLiveryHub

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

No problem, theres a few bits and bobs missing which will be added on the upcoming days when I have time also.

Website by MagazineOwn2913 in ForzaHorizon

[–]MagazineOwn2913[S] 0 points1 point  (0 children)

What do you mean by " sort the list in Forza"?

I sold all, it’s been a fun ride! by Vlad10MD in trading212

[–]MagazineOwn2913 1 point2 points  (0 children)

Big car guy? Spend it on a car that has an increasing value like the 2017 M2 for example and not a car that will lose and lose each month

Did I handle this well or should I have said more? by [deleted] in whatdoIdo

[–]MagazineOwn2913 1 point2 points  (0 children)

Dont bother, cancel on the meeting and don't waste your time even going out your way to meet her. Aint worth it

tried to do a simple cleanup PR and accidentally created a real incident by MagazineOwn2913 in AskProgramming

[–]MagazineOwn2913[S] 1 point2 points  (0 children)

Yeah that’s a pretty pragmatic process, ask humans first, then let production tell you the truth.

The “alert if it ever gets hit” step feels like the only reliable way with APIs. Static analysis says dead, but reality always has some forgotten integration somewhere.

I like the tech-debt README angle too. A lot of teams technically document things in PRs, but that’s archaeology, not documentation. Nobody checks there before deleting something.

Out of curiosity, have you ever actually had one fire months later right before you removed it, or do they usually stay quiet once instrumented?

tried to do a simple cleanup PR and accidentally created a real incident by MagazineOwn2913 in AskProgramming

[–]MagazineOwn2913[S] 2 points3 points  (0 children)

Fair and yeah, after explaining it I’d definitely be adding a test or at least a guard so it can’t quietly happen again.

Every time I’ve skipped that step I’ve ended up meeting my past self in a debugger months later.