Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   General Graal Discussion (https://www.graalians.com/forums/forumdisplay.php?f=2)
-   -   Need help uploadloading a tileset (https://www.graalians.com/forums/showthread.php?t=8433)

Zinc 07-11-2012 06:48 PM

Need help uploadloading a tileset
 
ok guys so i have this server and the gfx team has created a tileset (not done) so here is the script



//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef zelzia.tilesetupdate.png,,0;
}

now the script works there is no errors. when i close the script the map turns black and the hole tileset on the right side is white like i cant see anything on the tileset. can anyone please help it would mean alot

DragonRider 07-11-2012 06:57 PM

Uploadloading? What?

Zinc 07-11-2012 07:01 PM

look on the second thread. i am sorry for posting 2 threads i tried to edit it but there was not a attachment button

callimuc 07-11-2012 07:21 PM

Make sure it's 8bit

Johnaudi 07-11-2012 09:27 PM

Don't use points in a name, some PC's will consider it as an extension, use _ instead (and rename it)and try to use ,,1 not 0
Gl

Emera 07-11-2012 09:40 PM

If you're talking about uploading it to the server and then using it, create a weapon script and put this inside it:
PHP Code:

//#CLIENTSIDE
function onCreated() {
  
removetiledefs();
  
addtiledef("tilesetname.png"""0);


Make sure it's added to everybody when they login.


All times are GMT. The time now is 11:41 AM.

Powered by vBulletin/Copyright ©2000 - 2024, vBulletin Solutions Inc.