Graal Forums  

Go Back   Graal Forums > Development Forums > Gani Construction
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-16-2006, 03:58 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
For adding attr's I would just make a gani with images (don't edit anything),
then save the file (remember .gani at end), close graal shop, go to gani folder,
look for the gani you saved.

When you've found it, copy it too desktop (not necessary),
open it with notepad, find the lines with like SPRITE ## and look for the
image file you used, replace them with ATTR#, f.ex. ATTR4.

When you've done that, go further down, where you see something like,
DEFAULTPARAM1 hat0.png or something, write in
HTML Code:
DEFAULTATTR# the image file you used.
for example: DEFAULTATTR4 hat0.png
Now you can use the gani online, but has no image..
That you can fix with a simple script, for example
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
player.attr[4] = "hat43.png";
  
setani("gani name here"NULL);
}
// example 
I thought it was something like this you wanted to do?
__________________
Reply With Quote
Reply


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 Off
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:30 AM.


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