Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-24-2012, 05:27 AM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
All of my tiles are black cant see graphics

I can only see npcs on my server what may the problem be
Reply With Quote
  #2  
Old 12-24-2012, 05:55 AM
brokk brokk is offline
Registered User
Join Date: May 2012
Posts: 84
brokk is on a distinguished road
Put this in a weapon and add it to player.

PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef "pics1.png",,;

Reply With Quote
  #3  
Old 12-24-2012, 06:08 AM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
Yeah but i was using the era offline as my base tileset for now until i make my own and its just all black
Reply With Quote
  #4  
Old 12-24-2012, 06:21 AM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
and my rc is being weird lol any ideas whats wrong with it
Attached Thumbnails
Click image for larger version

Name:	pic.jpg
Views:	142
Size:	34.7 KB
ID:	55244  
Reply With Quote
  #5  
Old 12-24-2012, 06:27 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LODblood View Post
and my rc is being weird lol any ideas whats wrong with it
RC isn't supported under Windows 8. The graalonline.com website (download page) now claims that Windows 8 is a supported OS for Graal so I would ask Stefan why that's not the case.

__________________
Reply With Quote
  #6  
Old 12-24-2012, 06:42 AM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
Ugh i really need the external rc
Reply With Quote
  #7  
Old 12-24-2012, 10:49 AM
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 LODblood View Post
and my rc is being weird lol any ideas whats wrong with it
You're using Windows 8 right?

The rc does not work in windows 8.

For offline, use this

PHP Code:
removetiledefs;
addtiledefs ERAS TILESET HERE,,; 
Quote:
Originally Posted by LODblood View Post
Ugh i really need the external rc
The internal one isn't that bad. It uses external windows too.. The only reason I prefer external to internal is so I can browse the web and still script. When I minimize graal all external scripted windows minimize with it too
Reply With Quote
  #8  
Old 12-24-2012, 05:05 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by brokk View Post
Put this in a weapon and add it to player.

PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef "pics1.png",,;

you are mixing up gs1 with gs2

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("pics1.png"""0);

would be the correct way of using it
__________________
MEEP!
Reply With Quote
  #9  
Old 12-24-2012, 05:08 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 callimuc View Post
you are mixing up gs1 with gs2

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("pics1.png"""0);

would be the correct way of using it
Yeah I saw that too but he said offline so I just posted 2 lines.. You dont even need "if (created) {" just literally pasting those 2 lines in the editor would work.

Sorry I think I misunderstood.. he was using the offline graphcis on his online server??
Reply With Quote
  #10  
Old 12-24-2012, 05:31 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by scriptless View Post
Yeah I saw that too but he said offline so I just posted 2 lines.. You dont even need "if (created) {" just literally pasting those 2 lines in the editor would work.

Sorry I think I misunderstood.. he was using the offline graphcis on his online server??
was refering to brokk as he used it wrong :P yea yours would really work, no doubt
but as of his statement hes just using the offline tileset, no clue
__________________
MEEP!
Reply With Quote
  #11  
Old 12-24-2012, 06:26 PM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
No i mean i bought a server and im just using eras offline tileset while i make my tileset and all the world is black except npc images and if their a building their i cant walk through it its like the tiles are still their i just cant see them
Reply With Quote
  #12  
Old 12-24-2012, 06:54 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LODblood View Post
No i mean i bought a server and im just using eras offline tileset while i make my tileset and all the world is black except npc images and if their a building their i cant walk through it its like the tiles are still their i just cant see them
How did you get Era's tileset? Are you using the development kit (available from "install packages") and following the instructions in it?
__________________
Reply With Quote
  #13  
Old 12-24-2012, 06:56 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("imagenamehere.extension"""1);

try to use this for your tileset script, else make sure the image is really uploaded and that the client can download the tileset (use '/find imagename' in RC, without the ', and check if it says downloadable, not downloadable or if it even exists)
__________________
MEEP!
Reply With Quote
  #14  
Old 12-24-2012, 07:07 PM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
Yeah era development kit
Reply With Quote
  #15  
Old 12-24-2012, 09:18 PM
LODblood LODblood is offline
Registered User
Join Date: Dec 2012
Posts: 26
LODblood is on a distinguished road
Nvm it was something stupid like clientside wasnt all capital and my bracket at the end was off a lil *****
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 On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:30 PM.


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