I was chatting to folk in Zanza, and I told them I think it'd be a nice idea to see an in-game custom viewer where you can view things like shields and swords (and also wear them). I know TaylorRichaards is already a resource, but I'd really like to see an in-game one. TaylorRichaards isn't working for me at the moment, so I'm unable to customize my character properly because I don't know any custom codes!
A member suggested that I script a custom viewer, so I did just that. This'll show you exactly what I want to be able to use in-game to customize my character. Not only does it show you uploaded shields and swords, but it also shows you hats, heads and bodies.
The thing is, this only took me 30-40 minutes at tops to code, and it works pretty well. Obviously, I don't have access to the iPhone panel system, so I've had to use ****ty black backgrounds and whatever, but I seriously think Classic staff should consider adding something like this. I'm aware that with the amount of customs you guys have uploaded, you'll probably need to add a paging system instead of loading all these images into a single scroll, but that's just a minor adjustment.
Be aware that since shields come in various different shapes and sizes, I've only added support to render 1 type of shield properly in the viewer, although it is entirely possible to render them all properly. I just wasn't up for searching through all those shield codes and finding all of the image sizes. I'm also not sure what's up with the missing images; Graal must be having a hard time rendering them all? Haven't got a clue.
function onActionClientSide() { switch (params[0]) { case "loadItemList": { (@GUIPREFIX @ "ContentScroll0").clearControls(); (@GUIPREFIX @ "ContentLabel1").text = "File Count:" SPC params[1].size();
with ((@GUIPREFIX @ "ContentWearStatus")) { bringtofront();
if (params[2] in {"Swords", "Shields"}) { text = "You can wear these. Click an item to wear it!"; profile.fontcolor = "green"; } else { text = "You can't wear these. You must already have these items!"; profile.fontcolor = "red"; } }
Considering you've already wrote the code for this, I don't see why it can't be added.
Rufus
08-03-2013 12:15 PM
Looks horrible and chokes with 800 hats. Try 7916 shields and 1700 swords.
Thallen
08-03-2013 12:19 PM
Pretty sure Downsider made some web app that does the equivalent of this, it seemed pretty solid from the 30 seconds that I played with it for.
Blueh
08-03-2013 12:24 PM
Quote:
Posted by Reece
(Post 395837)
I didn't know Zanza were still around :0
Considering you've already wrote the code for this, I don't see why it can't be added.
What's a 'Zanza'?
Anyways, this seems like a pretty neat idea with all the work already done.
Emera
08-03-2013 12:30 PM
Quote:
Posted by Rufus
(Post 395838)
Looks horrible and chokes with 800 hats. Try 7916 shields and 1700 swords.
I already stated that I don't have access to the iPhone panel systems so I did what I could. I'm not expecting you to clone the layout of what I've got here; use your imagination and make it look pretty.
Have you even read my OP? Add a paging system to separate the load so it won't have to load a giant chunk at any 1 time. If the only reasoning you have is that it 'chokes' loading a large number of images and you don't like the look of it, then that's pretty lame. Use your imagination and come up with a prettier design and do something about the loading method. If you actually want to go ahead and do something with it, re-code it, edit it, whatever, it'll be the first piece of useful content you guys have released for a while.
kenthefruit
08-03-2013 12:37 PM
Y r u so good at coding ;_;??
Knowing how GraalOnline works, doubt it'll be implemented, but I'd love to see it on Smallville with some adjustments to it. It could even act as a dressing menu, so you don't have to remember codes etc. Players who buy/win accessories can access this and equip them.
Maxy
08-03-2013 12:41 PM
I think it's amazing work, good job emera
Thallen
08-03-2013 12:43 PM
Quote:
Posted by Emera
(Post 395842)
it'll be the first piece of useful content you guys have released for a while
Dunno about that one, last Nexus was very cool.
Emera
08-03-2013 12:46 PM
Quote:
Posted by Thallen
(Post 395850)
Dunno about that one, last Nexus was very cool.
Admittedly, it was pretty swish, but it's not permanent content and it wasn't useful.
-Albus
08-03-2013 01:34 PM
Quote:
Posted by Emera
(Post 395855)
Admittedly, it was pretty swish, but it's not permanent content and it wasn't useful.
Adding this wouldn't really be adding content to the game either. Players can already browse shield/sword uploads on websites. Adding something like this either would completely kill the code shops that players do as well.
Emera
08-03-2013 01:39 PM
Quote:
Posted by -Albus
(Post 395870)
Adding this wouldn't really be adding content to the game either. Players can already browse shield/sword uploads on websites. Adding something like this either would completely kill the code shops that players do as well.
This is helpful, permanent, easy to use content. Code shops were killed when Rufus added TaylorRichaards also, so that's not an issue.
-Albus
08-03-2013 01:45 PM
Quote:
Posted by Emera
(Post 395872)
This is helpful, permanent, easy to use content. Code shops were killed when Rufus added TaylorRichaards also, so that's not an issue.
Code shops are far from dead. Try walking through Graal City during peak times and you will see multiple players advertising code shops/mazes with code shops at the end. You are clearly out of touch with the classic playerbase, like most people that post on these forums are. Just because you and your friends think something would be a great idea doesn't mean that it's a great idea. When adding anything new to to a server as big as Classic, you need to think about what everyone will think about it.
Emera
08-03-2013 01:49 PM
Quote:
Posted by -Albus
(Post 395875)
Code shops are far from dead. Try walking through Graal City during peak times and you will see multiple players advertising code shops/mazes with code shops at the end. You are clearly out of touch with the classic playerbase, like most people that post on these forums are. Just because you and your friends think something would be a great idea doesn't mean that it's a great idea. When adding anything new to to a server as big as Classic, you need to think about what everyone will think about it.
I'm aware that code shops are still around, and I'm an active Classic player thank you. I'm also aware what factors need to be taken into consideration before releasing content on servers; I've had enough experience with it.
The only reason code shops are as active as they are is because sites like GraalDepot and TaylorRichaards are either not as active as they once were or no longer work.
Cubical
08-03-2013 01:50 PM
Haven't tried testing it because of being on my phone but the code looks like it will cause one of the following; the server to hang for a minute, cause the client to hang, or both. Should probably only load 50-100 heads at a time.
Emera
08-03-2013 01:55 PM
Quote:
Posted by Cubical
(Post 395878)
Haven't tried testing it because of being on my phone but the code looks like it will cause one of the following; the server to hang for a minute, cause the client to hang, or both. Should probably only load 50-100 heads at a time.
Already said that paging should probably be added because I'm pretty sure that mobile clients won't respond well to the way it's currently loading images. Admittedly, more time should be spent coding something much less intensive, but I'd still like to see something like this.
-Albus
08-03-2013 01:57 PM
Quote:
Posted by Emera
(Post 395872)
Code shops were killed when Rufus added TaylorRichaards also, so that's not an issue.
Quote:
Posted by Emera
(Post 395877)
I'm aware that code shops are still around
Wait, what?
Quote:
Posted by Emera
(Post 395877)
The only reason code shops are as active as they are is because sites like GraalDepot and TaylorRichaards are either not as active as they once were or no longer work.
No, code shops are still very active. I don't run the websites so I can't post traffic information, but I know that both websites work and I direct people there often when they are looking for shield codes.
Emera
08-03-2013 01:58 PM
Quote:
Posted by -Albus
(Post 395880)
Wait, what?
No, code shops are still very active. I don't run the websites so I can't post traffic information, but I know that both websites work and I direct people there often when they are looking for shield codes.
GraalDepot still works, but TaylorRichaards hasn't worked for me for a few months now on my iPod, iPhone, iPad and Laptop.
Ash Ketchum
08-03-2013 02:26 PM
You should totally put this on iDelteria or iZone and tell us how it goes. I see why you want to put it onto iClassic, it's because it's the alpha server. Has the most content and most creativity.
Rufus doesn't want the program because of the looks and it chokes, it's completely understandable; he's a perfectionist and that's why iClassic is @ da top. iClassic doesn't want under quality content, that's iEra's business. Rufus has a different thinking pattern than you Emera, he wants the best not the worst.
Now Albus cares about the community, it's what the leader of the Graal police is for. protect and to serve bitches.
In conclusion Rufus, and Albus are both a very high ranked members in the iClassic community, and as you can see they have declined your custom viewer program because it effects the community and the quality of the game. There isn't any point going through this thread if both have declined.
G Fatal
08-03-2013 02:45 PM
where the new content at.
twilit
08-04-2013 03:16 AM
aw wtf?! you tested it on Era?! SHUUUUNNNNNNNNN
ufoburan
08-04-2013 08:51 AM
I think it would be nice when you try on an itemif you could view your whole character,and rotate them around. or click a button so you can see what it would look like from all angles like you can with shields on TayolRichards.
Zetectic
08-05-2013 02:11 AM
Quote:
Posted by Rufus
(Post 395838)
Looks horrible and chokes with 800 hats. Try 7916 shields and 1700 swords.
Dude! U are just not gonna copy his whole idea! his point is could ya possibly make the custom preview whether before you upload or not to see file is in correct position.
C'mon already!