Allow us to use our characters as a forum avatar? - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Ideas & Suggestions (https://forum.ss13.co/forumdisplay.php?fid=8) +--- Thread: Allow us to use our characters as a forum avatar? (/showthread.php?tid=3060) |
Allow us to use our characters as a forum avatar? - Megapaco - 08-30-2014 Not to sure how hard this would be to implement but I thought it was a good idea after noticing how many people do not have a avatar and tends to beg in the avatar threads for one. So I thought this would be a neat little thing to add on here Re: Allow us to use our characters as a forum avatar? - Splatpope - 08-30-2014 Megapaco Wrote:Not to sure how hard this would be to implement but I thought it was a good idea after noticing how many people do not have a avatar and tends to beg in the avatar threads for one. So I thought this would be a neat little thing to add on here the amount of work required to automate this makes this suggestion both very cool and very bad Re: Allow us to use our characters as a forum avatar? - Frank_Stein - 08-30-2014 I think they mean have something like the character creator built into the site for avatars. Re: Allow us to use our characters as a forum avatar? - Megapaco - 08-30-2014 Frank_Stein Wrote:I think they mean have something like the character creator built into the site for avatars.Yup something along the lines of this is what I was thinking could work Re: Allow us to use our characters as a forum avatar? - Splatpope - 08-31-2014 different but still kinda mega tedious Re: Allow us to use our characters as a forum avatar? - Splatpope - 08-31-2014 also I think I was not clear about it but it's a fun idea so if there's a way to make this easily by all means do it Re: Allow us to use our characters as a forum avatar? - Conor12 - 08-31-2014 Neat idea, but I don't think it can realistically be done. Re: Allow us to use our characters as a forum avatar? - StormyDragon - 08-31-2014 Looking aside from the difficulties involved in gathering up the various sprites and color overlays and composing them as an image. The question is: how will you dress? 1. Standard staff assistant robes. 2. Random job regalia. 3. Your favorite job dress. 4. Last time you escaped on the shuttle, dead or alive. That last one would be hell to implement but ultimately more interesting. Re: Allow us to use our characters as a forum avatar? - Sundance - 08-31-2014 Possible as suggested? More than likely not. Possible if, instead you were to take a screenshot of your character (in 32x32 format) uploading it here in .png format, then I could literally just blow it up to 126x126, from the bust up. That would take me, all of 2 minutes. This is possible if, there's no longer this weird agenda of people not being able to have their own avatars, to which I have yet to hear any solid reasoning to why this is. Re: Allow us to use our characters as a forum avatar? - Lavastage - 08-31-2014 How about copying over the character setup code, removing the unnecessary bits. Then you just need to add jumpsuit images for each job set, and bam you got a custom character creator. Then just send said character image to a avatar thread and get it changed to that. This might not work if the coders are too lazy Re: Allow us to use our characters as a forum avatar? - Splatpope - 08-31-2014 get all hair/beard/skin color/eye sprites + jumpsuits + eyewear maybe make a dumb php character selection gizmo, requiring a forum login, that simply ends up saying "i need that sprite and that sprite" etc make a dumb whatever cgi language script that will mix the images together, skin first, then jumpsuit, then facial features, then just zoom it as needed; feed it the sprite names selected in the php script and retrieve the final image, saved somewhere convenient in regards to the account who logged in the character selection thingy keep up a sql database linking forum usernames to the images mod phpbb so that the avatar selection screen says "retrieve character" which simply changes the avatar to the image linked to the username i guess that's how I'd do it Re: Allow us to use our characters as a forum avatar? - Megapaco - 08-31-2014 Splatpope Wrote:get all hair/beard/skin color/eye sprites + jumpsuits + eyewear maybe Would something like this truly be too hard to add here? Re: Allow us to use our characters as a forum avatar? - Splatpope - 09-01-2014 Megapaco Wrote:Splatpope Wrote:1) get all hair/beard/skin color/eye sprites + jumpsuits + eyewear maybe 1) duh, or not so duh if all images are saved in some byond format and you need to extract them one by one 2) "hard" part is getting it to log in with a forum account, maybe if it's modded inside phpbb it will be easier (add a section in the user control panel ?) 3) this part will be truly hard if there are no image libraries in perl/whetever, but I'm sure it exists, I'm sure it can't be that hard to do 4) actually no, just save the generated images in webroot/characterselect/characters/character_*username*.png 5) I guess modding phpbb requires to know php and isn't super hard ? I don't know, never tried also this is really tricky if the staff doesn't have total control over the web server |