Graal Forums  

Go Back   Graal Forums > Development Forums > Graphic Design
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-20-2010, 10:11 AM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Graal Char Viewer

This is an amazing tool for viewing heads, bodies, shields and swords in an easily navigated window. I personally don't know what I would do without it when I try to make good looking NPC's for my levels. Full credit goes to the author, BinaryCrash, and not to me. I am just posting this because I think it would be a shame to not inform people about it.

Click image for larger version

Name:	gcv1.png
Views:	677
Size:	16.2 KB
ID:	51963
Click image for larger version

Name:	gcv2.png
Views:	781
Size:	134.3 KB
ID:	51964

It's not perfect, but pretty damn close to it. It would be cool to have the scroll scrollable with mousewheel for example, but I guess you can't have it all.
Attached Files
File Type: zip GCV.zip (821.5 KB, 678 views)
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #2  
Old 11-20-2010, 10:14 AM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
binary is pretty oldschool enigma sup
__________________
Reply With Quote
  #3  
Old 11-20-2010, 10:27 AM
zephirot zephirot is offline
Banned?
Join Date: Sep 2004
Location: Paris
Posts: 1,311
zephirot is a name known to allzephirot is a name known to allzephirot is a name known to all
Send a message via AIM to zephirot Send a message via MSN to zephirot
It does looks pretty nice indeed.
__________________

Quote:
Originally Posted by unixmad
Can you just shut up ?
MAGA
MFGA
MEGA
Reply With Quote
  #4  
Old 11-20-2010, 11:50 AM
Luda Luda is offline
Registered User
Join Date: Aug 2005
Location: Canada
Posts: 2,071
Luda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud of
Send a message via AIM to Luda
This is cool and useful, thanks.
Reply With Quote
  #5  
Old 11-20-2010, 03:17 PM
Dnegel Dnegel is offline
Rjax Shizibz
Join Date: Jul 2009
Posts: 1,334
Dnegel will become famous soon enough
I remember this, it's a very useful program.
Reply With Quote
  #6  
Old 11-20-2010, 08:38 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
haha cool
i made one similar on Bravo, but not as advanced. gg
__________________
Reply With Quote
  #7  
Old 11-21-2010, 04:50 AM
DemonSpawnn DemonSpawnn is offline
GFX
Join Date: Sep 2010
Location: .
Posts: 218
DemonSpawnn will become famous soon enough
nice!
Reply With Quote
  #8  
Old 11-21-2010, 09:12 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Yea this is awsome, what ever happened to BC?
On the side note (Sorry to take this off track), Snake I been looking for you message me.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
  #9  
Old 11-22-2010, 05:07 AM
Supaman771 Supaman771 is offline
Posting The Truth
Supaman771's Avatar
Join Date: Feb 2008
Posts: 1,694
Supaman771 is a glorious beacon of lightSupaman771 is a glorious beacon of lightSupaman771 is a glorious beacon of light
Quote:
Originally Posted by xXziroXx View Post
I personally don't know what I would do without it
Windows Photo Gallery?
Change folder view to full tiles?
Etc?
__________________
Reply With Quote
  #10  
Old 11-22-2010, 06:13 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Supaman771 View Post
Windows Photo Gallery?
Change folder view to full tiles?
Etc?
Write your own!

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
createGUI();
}

function 
createGUI() {
  if (
isObject("Heads")) Heads.destroy();
  
// Load Heads
  
temp.files.loadfolder("levels/heads/*"false);
  
temp.spaces int(400 32) - 1;
  
// Create GUI
  
new GuiWindowCtrl("Heads") {
    
width 400 24;
    
height 300 12;
    
isexternal true;
    
text "Head Viewer";
    new 
GuiScrollCtrl("Heads_Scroll") {
      
2;
      
width Heads.width 4;
      
height Heads.height 4;
      
this.clearcontrols();
      
// Add Heads
      
for (temp.filetemp.files) {
        new 
GuiShowImgCtrl("Head_" extractfilebase(temp.file)) {
          
32 * (temp.temp.spaces);
          
32 int(temp.temp.spaces);
          
image temp.file;
          
partw parth 32;
          
partx 0;
          
party 32 2;
          
thiso.catchevent(this.name"onMouseDown""onHeadSelected");
        }
        
temp.i++;
      }
    }
  }
}

function 
onHeadSelected(obj) {
  echo(
obj.image);

I could really make this thing shine had I put more than 15 minutes into it.
Attached Thumbnails
Click image for larger version

Name:	cap.JPG
Views:	571
Size:	67.4 KB
ID:	51967  
__________________
Quote:
Reply With Quote
  #11  
Old 11-22-2010, 07:18 AM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Quote:
Originally Posted by Supaman771 View Post
Windows Photo Gallery?
Change folder view to full tiles?
Etc?
Yeah because that totally only shows a 32x32 square of the facing down sprite. Silly me.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #12  
Old 08-08-2012, 02:24 AM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
In early 2004 when i was developing something for Maloria i was constantly searching for images in the folders and i didn't like to see every image in full, specially the bodies images.
So i created an app to just show what i wanted, for personal use.
I sent it to some friends working with me and they asked me if it could be distributed to others, and i said yes.

I could make it in java or php, but i did choose Delphi for this one.

The program was made in 2004.
In 2010 i just did put skin on it and made some adjustments as the original app had many bugs.
Later i was going to implement some new features, like mng support, search, categorizing and hosting it in a central server for sharing.
But this idea needed the staff approval.

EDIT: Sorry to post on an old thread.
Reply With Quote
  #13  
Old 08-08-2012, 02:28 AM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
This deserves a bump Binary, no worries. +rep
__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote
  #14  
Old 08-08-2012, 01:56 PM
Hezzy002 Hezzy002 is offline
Registered User
Join Date: Jul 2011
Posts: 247
Hezzy002 is a jewel in the roughHezzy002 is a jewel in the rough
THIS IS cool BECAUSE THE GUI HADS A NICE SKIN
Reply With Quote
  #15  
Old 08-08-2012, 03:05 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by BinaryCrash View Post
In early 2004 when i was developing something for Maloria i was constantly searching for images in the folders and i didn't like to see every image in full, specially the bodies images.
So i created an app to just show what i wanted, for personal use.
I sent it to some friends working with me and they asked me if it could be distributed to others, and i said yes.

I could make it in java or php, but i did choose Delphi for this one.

The program was made in 2004.
In 2010 i just did put skin on it and made some adjustments as the original app had many bugs.
Later i was going to implement some new features, like mng support, search, categorizing and hosting it in a central server for sharing.
But this idea needed the staff approval.

EDIT: Sorry to post on an old thread.
Glad to see I am not the only one that knows Delphi. However is this just GIF support of do you also use TPngImage in your uses? I am not sure on adding MNG support. Would be neat.

Does this only work on Heads, Swords, Shields, etc? and does it support for different head directions by chance? I haven't had a chance to check it out.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.