Custom Jersey
Moderators: flockmastoR, Gipfelstuermer, Alkworld, systemmods
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Custom Jersey
Hello,
another small but relevant topic (especially in the sprint) for newcomers, and perhaps some comeback teams, is the custom jersey.
Does anybody remember how exactly it worked in Flash? We can share the empty jersey for download in React and we can also let users upload their custom jersey in React.
But, we only want people to edit parts of the picture (only the grey areas), so how do we ensure this? Does anybody know a technical solution? (preferred) Somebody with experience in graphic design here? ^^ Or would we need a JC = Jersey Committee = Some trustworthy users who look at all uploaded custom jerseys and approve them before they go online?
another small but relevant topic (especially in the sprint) for newcomers, and perhaps some comeback teams, is the custom jersey.
Does anybody remember how exactly it worked in Flash? We can share the empty jersey for download in React and we can also let users upload their custom jersey in React.
But, we only want people to edit parts of the picture (only the grey areas), so how do we ensure this? Does anybody know a technical solution? (preferred) Somebody with experience in graphic design here? ^^ Or would we need a JC = Jersey Committee = Some trustworthy users who look at all uploaded custom jerseys and approve them before they go online?
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
No graphic designers here?
Seeing this funny pixelated rider, we could also have a completely new rider picture for the sprint, if somebody is motivated...
But it's really more about the technology to have parts of the rider editable, but other parts not editable. Looking for a technology for that...
Seeing this funny pixelated rider, we could also have a completely new rider picture for the sprint, if somebody is motivated...
But it's really more about the technology to have parts of the rider editable, but other parts not editable. Looking for a technology for that...
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
-
- Posts: 141
- Joined: Mon Aug 01, 2022 10:37 am
- Contact:
Re: Custom Jersey
Never heard of a way to protect parts of an image from changes.
Maybe, but I'm not sure if this is realisable, teams can download this version of the rider. They can edit the complete rider. When uploading the server merges the upload and a mask over the uploaded one that overwrites everything but the grey parts. Something like this
https://www.npmjs.com/package/merge-images
Maybe this could solve the Problem.
Maybe, but I'm not sure if this is realisable, teams can download this version of the rider. They can edit the complete rider. When uploading the server merges the upload and a mask over the uploaded one that overwrites everything but the grey parts. Something like this
https://www.npmjs.com/package/merge-images
Maybe this could solve the Problem.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
Thanks for this hint, Schnuggeritos. It led us in the right direction. We ended up solving it the following way:Schnuggeritos wrote: ↑Sat Oct 29, 2022 2:29 amNever heard of a way to protect parts of an image from changes.
Maybe, but I'm not sure if this is realisable, teams can download this version of the rider. They can edit the complete rider. When uploading the server merges the upload and a mask over the uploaded one that overwrites everything but the grey parts. Something like this
https://www.npmjs.com/package/merge-images
Maybe this could solve the Problem.
Frontend: react-konva for previewing the jersey
Backend: gd module in php for image processing and saving
Now the Schnuggeritos can finally have their own jersey!
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
No no, prefer black shoes / grey bottle combination over black/black combination! And you can make your own design anyway
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Re: Custom Jersey
I already have an unbeatable design . But I've heard that the man, the myth, the legend, famous jersey designer (among many other things) Takashi Murakami is back in town for a short time (is it christmas yet?)...Gipfelstuermer wrote: ↑Mon Nov 21, 2022 11:28 amNo no, prefer black shoes / grey bottle combination over black/black combination! And you can make your own design anyway
I didn't mean to say it. But I meant what I said.
-
- Posts: 141
- Joined: Mon Aug 01, 2022 10:37 am
- Contact:
Re: Custom Jersey
Glad I could help. I'll be working on my jersey in the next few days. I already have a few ideas.Gipfelstuermer wrote: ↑Mon Nov 21, 2022 10:35 amThanks for this hint, Schnuggeritos. It led us in the right direction. We ended up solving it the following way:
Frontend: react-konva for previewing the jersey
Backend: gd module in php for image processing and saving
Now the Schnuggeritos can finally have their own jersey!
- Casablanca ProTeam
- Posts: 24
- Joined: Thu Apr 11, 2019 1:09 am
- Contact:
Re: Custom Jersey
How do you edit your jerseys guys ?
I tried the in game edit, but it does not save jersey.
I tried the in game edit, but it does not save jersey.
- flockmastoR
- Posts: 3377
- Joined: Thu Feb 18, 2010 11:42 pm
- Contact:
Re: Custom Jersey
Probably it needs a cache deletion, not sure if it is working proper, but it is a common display problemCasablanca ProTeam wrote: ↑Mon Nov 21, 2022 1:22 pmHow do you edit your jerseys guys ?
I tried the in game edit, but it does not save jersey.
Boaz Trakhtenbrot:
Schrödinger's Dogs: Alive & Dead
- Winner Giro 2022
- 10 GC wins
- 16.609 Eternal Points
Schrödinger's Dogs: Alive & Dead
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
Might be that there was a small error when releasing v 1.3.0. We'll fix it soon.flockmastoR wrote: ↑Mon Nov 21, 2022 2:15 pmProbably it needs a cache deletion, not sure if it is working proper, but it is a common display problemCasablanca ProTeam wrote: ↑Mon Nov 21, 2022 1:22 pmHow do you edit your jerseys guys ?
I tried the in game edit, but it does not save jersey.
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
-
- Posts: 141
- Joined: Mon Aug 01, 2022 10:37 am
- Contact:
Re: Custom Jersey
As i'm not sure if I understood it correctly I have to ask: Does it not save the new Jersey or is it just a display-thing for us on the profile page?Gipfelstuermer wrote: ↑Mon Nov 21, 2022 2:47 pmMight be that there was a small error when releasing v 1.3.0. We'll fix it soon.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
Casablanca ProTeam wrote: ↑Mon Nov 21, 2022 1:22 pmHow do you edit your jerseys guys ?
I tried the in game edit, but it does not save jersey.
Now it should work.Schnuggeritos wrote: ↑Mon Nov 21, 2022 6:36 pmAs i'm not sure if I understood it correctly I have to ask: Does it not save the new Jersey or is it just a display-thing for us on the profile page?
(2 files had not been updated correctly on the server.)
Let me know if it still doesn't work for you.
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
- Casablanca ProTeam
- Posts: 24
- Joined: Thu Apr 11, 2019 1:09 am
- Contact:
Re: Custom Jersey
oh sorry for the late answer it works fine now thanksGipfelstuermer wrote: ↑Mon Nov 21, 2022 11:33 pmCasablanca ProTeam wrote: ↑Mon Nov 21, 2022 1:22 pmHow do you edit your jerseys guys ?
I tried the in game edit, but it does not save jersey.Now it should work.Schnuggeritos wrote: ↑Mon Nov 21, 2022 6:36 pmAs i'm not sure if I understood it correctly I have to ask: Does it not save the new Jersey or is it just a display-thing for us on the profile page?
(2 files had not been updated correctly on the server.)
Let me know if it still doesn't work for you.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
on my self-imposed long to-do-list for the weekend ! (same for leader jersey's in general)
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
-
- Posts: 1695
- Joined: Wed Jul 13, 2011 10:43 am
- Location: Weltenbummler
- Contact:
Re: Custom Jersey
Available in v1.15.0
Let us know if any are missing/wrong. You can also re-design them if you want.
GIP MASTERPLAN
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Gameplay: Flexible Min-Tact. Improve Sprint System. Windkante.
Marketing: Re-attract old players. Advertisement. Social Media.
New Players: Fair Start Budget, New Tutorial.
Fairplay: Improve FPC features, Fair Prize Money Disribution.
Who is online
Users browsing this forum: No registered users and 5 guests