Forum: Graal Main Forum (English)
06-11-2008, 04:01 AM
|
|
Replies: 40
Views: 6,999
Well lets see, Graal is basically made by its...
Well lets see, Graal is basically made by its players (Who made the classic player worlds), so technically we are all developers. Developing under dictionary terms it includes creating/recoloring a...
|
Forum: Graphic Design
06-11-2008, 03:49 AM
|
|
Replies: 143
Views: 20,818
Alright I have a problem... I was attempting to...
Alright I have a problem... I was attempting to make the cocytus from zodiac on milk shape, and i am having trouble seeing the cocytus texture on the blade in which i intended to place it. It does...
|
Forum: Graphic Design
06-10-2008, 12:46 AM
|
|
Replies: 143
Views: 20,818
|
Forum: Graphic Design
06-10-2008, 12:41 AM
|
|
Replies: 143
Views: 20,818
|
Forum: Graphic Design
06-10-2008, 12:32 AM
|
|
Replies: 143
Views: 20,818
Thanks to Glador for the Tutorial! ...
Thanks to Glador for the Tutorial!
Unfortunately I did not buy it and could not save it to apply the handgun graphic from era. The tutorial really helped me a lot!
Era anyone? xD
|
Forum: Playerworld Staff Openings
02-10-2008, 09:24 PM
|
|
Replies: 42
Views: 7,718
|
Forum: Graphic Design
02-10-2008, 09:11 PM
|
|
Replies: 15
Views: 2,750
|
Forum: Graphic Design
02-10-2008, 03:30 AM
|
|
Replies: 15
Views: 2,750
|
Forum: Graphic Design
02-10-2008, 12:10 AM
|
|
Replies: 47
Views: 7,165
|
Forum: Graphic Design
02-10-2008, 12:07 AM
|
|
Replies: 15
Views: 2,750
|
Forum: Graphic Design
02-08-2008, 09:03 PM
|
|
Replies: 15
Views: 2,750
Death Monster Bull Guy
"Death Monster Bull guy", Attempted to do in Graal style in other words not a lot of shading like the original Tileset.
If your wondering how i came up with this Idea I had a dream about it last...
|
Forum: Graphic Design
02-08-2008, 07:00 PM
|
|
Replies: 28
Views: 4,079
|
Forum: Level Design
01-30-2008, 10:14 PM
|
|
Replies: 6
Views: 2,772
|
Forum: Graphic Design
01-27-2008, 12:34 AM
|
|
Replies: 12
Views: 2,048
|
Forum: Graphic Design
01-27-2008, 12:32 AM
|
|
Replies: 11
Views: 1,802
|
Forum: Graphic Design
01-19-2008, 05:54 PM
|
|
Replies: 30
Views: 3,965
|
Forum: Graphic Design
01-15-2008, 11:35 PM
|
|
Replies: 134
Views: 13,388
|
Forum: Graphic Design
01-14-2008, 04:16 AM
|
|
Replies: 30
Views: 3,760
|
Forum: Tech Support
01-13-2008, 10:58 PM
|
|
Replies: 9
Views: 1,374
|
Forum: Graphic Design
01-13-2008, 10:26 PM
|
|
Replies: 7
Views: 2,109
Great job, on the body and the wings. Only 2...
Great job, on the body and the wings. Only 2 problems get rid of the pillow shading, and fix the eye on the head, and if you gave the little wing thing thats attached to the head more definition it...
|
Forum: NPC Scripting
01-13-2008, 10:08 PM
|
|
Replies: 38
Views: 5,274
|
Forum: NPC Scripting
01-13-2008, 09:55 PM
|
|
Replies: 38
Views: 5,274
|
Forum: NPC Scripting
01-13-2008, 09:50 PM
|
|
Replies: 38
Views: 5,274
|
Forum: NPC Scripting
01-13-2008, 09:44 PM
|
|
Replies: 38
Views: 5,274
|
Forum: NPC Scripting
01-13-2008, 09:37 PM
|
|
Replies: 38
Views: 5,274
//#CLIENTSIDE
function onCreated()...
//#CLIENTSIDE
function onCreated() enabledefmovement();
function onPlayerChats()
{
if (player.chat == "/car")
{
onCreated();
this.car = !this.car;
if (this.car) onTimeOut();
...
|