Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   General Graal Discussion (https://www.graalians.com/forums/forumdisplay.php?f=2)
-   -   Tileset image (https://www.graalians.com/forums/showthread.php?t=8435)

Zinc 07-11-2012 07:00 PM

Tileset image
 
1 Attachment(s)
sorry i tried to post this image on the same thread but the attachements are only there when you first createing a thread. anyway this is what is happening with my servers tileset Attachment 4765

callimuc 07-11-2012 07:22 PM

Make sure the tileset is 8bit. You can do that with paint.net. Just go to save as -> choose location -> at the preview window select 8bit. I'd save the 8bit image as a 2nd one since it lowers the images quality. Might not look that great on online servers, depending on the previous quality

Zinc 07-11-2012 07:25 PM

we will try that. Thank you very much for your help. i was hopeing a good fella like you would show up XD

Zinc 07-11-2012 10:04 PM

Ok so we changed the tileset to a 8bit but this time the tileset did not show the images we had in it. It still looks like pics1 nothing changed. any ideas why ?

callimuc 07-12-2012 09:45 AM

Didn't check your script but try this:

PHP Code:

//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
addTileDef imagenamelevelprefix1;



For online usage, use this (like in a weapon):
PHP Code:

//#CLIENTSIDE
function onCreated() {
  
removetiledefs();
  
addTileDef("imagename""levelprefix"1);




All times are GMT. The time now is 06:50 AM.

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