Page 1 of 1
Model Showroom
PostPosted: Fri Oct 26, 2018 4:44 am
by ontheDOL
so I made a model viewer a few weeks back. Seeing as the dol model showroom has been down for quite some time now, I thought I would post a link here. I've also added inventory item pictures. There is also a patch note archive with all the notes in one page so you can search a keyword across all patch notes (be careful though as its over 40k lines long

)
http://losojos-001-site1.btempurl.com/M ... /MobModels
Re: Model Showroom
PostPosted: Fri Oct 26, 2018 2:47 pm
by Graveen
Nice ! was not remembering Showroom was no longer working huhu

/hug
Re: Model Showroom
PostPosted: Fri Oct 26, 2018 2:48 pm
by Graveen
Perhaps interesting to replace Showroom ? Dunno why it is no longer working, was a redirection to Merec website ? Or lost during SF migration ?
Re: Model Showroom
PostPosted: Fri Oct 26, 2018 11:50 pm
by ontheDOL
wayback machine website has its last image of it back in Feb 2018. Not sure what happened to it
Re: Model Showroom
PostPosted: Sun Oct 28, 2018 2:49 am
by PlanarChaosRvrtwo
showroom ended same time as etaew website went down.
Re: Model Showroom
PostPosted: Mon Oct 29, 2018 10:27 am
by Graveen
Ah effectively, this make sense.
Re: Model Showroom
PostPosted: Tue Oct 30, 2018 12:07 am
by PlanarChaosRvrtwo
But thank you ontheDOL for your work on the new showroom your work is great.
Re: Model Showroom
PostPosted: Thu Nov 01, 2018 3:20 pm
by ontheDOL
now if i can figure out how they made those nice pics i would add some of the new models
#edit ok i think i figured it out heh
Re: Model Showroom
PostPosted: Wed Nov 07, 2018 10:21 am
by Graveen
I used imagemagick and autoit API iirc, should still have this, if you want.
Re: Model Showroom
PostPosted: Wed Nov 07, 2018 10:27 pm
by ontheDOL
was that just to batch crop the images after you extracted the picture from the .nif? (nifskope is the only thing i can really find to view / capture .jpg from the .nif files)
Re: Model Showroom
PostPosted: Fri Nov 09, 2018 8:14 am
by Graveen
Nope i didn't open 3D models, but i put them on uniform background, create a picture mask, change the model, extract the mask from the model picture (so it gave only model w/o background), then applyed that image to a custom background and applying the watermark (+ putting info into a database for search).
All this by taking screenshoot with autoit API as remote control (sending / commands to DAoC window).
Major issue is the scale of the model (tiny insects are big where big drakes are huge), and models having similar color than my background (nearly full white).
Re: Model Showroom
PostPosted: Thu Nov 22, 2018 12:17 pm
by PlanarChaosRvrtwo
Hmm would it maybe an idea to define 5 backgrounds and add for users a panel/button to switch backgrounds?
(i mean like save with blank background and just load one as default and just let players switch background with css/html code? sorry just learning website stuff so not sure how to say (i know html is not the thing to pick)
And maybe possible (btw im just shooting some ideas can be totally crap but maybe helpful) to extract / use the codes of some image programs that have the ability to adjust picture to size. I mean there are things like winrar algorythm you can find on web maybe such a thing exist for that too?