Game authors and players, please read this thread!

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.


Messages - n3tgraph

Pages: 1 ... 49 50 [51] 52
1001
yeah, I agree with AGA,

it sucks ;D ;D

1002
Adventure Related Talk & Chat / Re:Indy graphics.
« on: 16 Apr 2003, 08:29 »
hehehe ;)

why don't you post some first

1003
what if we all started writing in our own language.....

it would suck!
and you know what? If it weren't for those bloody english, we'd probably be talking dutch now  >:(

;D ;D ;D ;D ;D
j/k

1004
Critics' Lounge / Re:Naomi picture
« on: 16 Apr 2003, 08:23 »
wow rince, that's a great improvement,

though I have some comments on your pic....
Assuming this is an attractive woman, either her shoulders are too wide or her hips are tho thin, or a combination of them...

:)
but the legs are a lot better ;)

1005
Critics' Lounge / Re:What do you think
« on: 16 Apr 2003, 08:18 »
I totally agree with annie (OneThinkingGal)

try using 1 perspective point:
look at these tutorials:

http://ilb.notrix.net
http://www.sylpher.com/kafka

other then that, I'd say the lamp on the left looks like it's pasted to the wall and the outlines are far to thick. Which reminds me, try to avoid the black outline when you can. Black is too dark imo.

only one thing left (the whine-ass I am), try saving the files as gifs instead of jpg, the quality of gifs in lo color is far better :)

rock on 8)

1006
Critics' Lounge / Re:bg critique please
« on: 16 Apr 2003, 08:14 »
I like the 1st one best, but I have a few comments though

1. did you use 1 perspective point?
2. try removing the double pixels which makes your lines look a bit sloppy
3. maybe later on try some shading
4. If you want a comical dwarf style, then I said nothing, but if the proporions of the house should be somewhat correct i'd say the doors are somewhat small

But it's a good starter for a first post,
welcome btw, and keep up the good work ;)

1007
Neole, I've got 4 words + an expression for you:

Don't draw naked men  :-\

1008
Critics' Lounge / Re:Latest digital art by me
« on: 15 Apr 2003, 19:58 »
it's sure something to be happy with :o

it's awesomes :)

1009
wow, great work neole :o

you've earned ten points in status ;)

1010
General Discussion / Re:Rock show! Be there or poop.
« on: 15 Apr 2003, 15:15 »
lol :)

which is the 18th month?

Flesktember? hehe

sorry - dutch humor I guess


but yeah, why only half an hour?

1011
tssss :)

1012
hehehehehe ^_^ ;D ;D

btw, barcik... what's farlander up to these days?

1013
LOOOL ;D ;D

Does your mother know what you are thinking about?
I am not allowed to talk about stuff like this, but,
I am guessing that it has something to do with sex?
 Yes ,  No , Close
 
19.    Does it bring joy to people? Yes.  
18.    Can it be washed? No.  
17.    Do you clean it regularly? Irrelevant.  
16.    Does it go inside other things? Yes.  
15.    Do you use it in your home? Sometimes.  
14.    Is it flat? No.  
13.    Is it manufactured? No.  
12.    Is it multicolored? No.  
11.    Could it be found in a classroom? Depends.  
     Do most people use this daily? Unknown.  
10.    Is it considered valuable? Sometimes.  
9.    Can you hold it? Yes.  
8.    Is it flexible? Irrelevant.  
7.    Does it help accomplish tasks? Yes.  
6.    Is it man made? Yes.  
5.    Is it smaller than a loaf of bread? Yes.  
4.    Is it usually visible? Yes.  
3.    Can you buy it at a store? No.  
2.    Is it hard? No.  
1.    It is classified as Other.  
 

1014
yay, it guessed right!

I picked a mouse and he figured it out

1015
General Discussion / Re:His Oscar in one hand...
« on: 15 Apr 2003, 08:17 »
? eh? Did I miss something?

Who is Michael Moore? ???

1016
now WAIT!

LEC definitly shouldn't go bankrupt!
They might not finish the last jedi knight  :'(

And what about a second Grim Fandango? Who knows....

1017
Adventure Related Talk & Chat / Re:Simon The sorcerer
« on: 15 Apr 2003, 08:08 »
I have the original cd version of simon2 with talkie :)

really really lovely game!!!!
I never played simon 1 though  :-[
I can't find it anywhere

But I love simon

1018
okay, I tested it and it works like a clock:

<html>
<body>

<?php

  include('dbconnect.php');  // this ufcuz contains your dbase connections

  $query = mysql_query("select * from geslaagd")    //'geslaagd' could be whatever table you want to select
      or die(mysql_error());

  echo '<select name="blabla">';    //blabla will be the name of your listbox

 
  while($row = mysql_fetch_array($query))
  {
        ?>
        <option value="<?php echo $row["naam"]; ?>"><?php echo $row["naam"];     //naam is a field in my table
  }

?>
</select>

</body>
</html>

so there you go

1019
Critics' Lounge / Re:Naomi picture
« on: 14 Apr 2003, 15:06 »


try looking to dragon's pic... The shirt doesn't take the exact form of the breasts.

And the sideview - hm.. again those breasts, they look like a lump or a zits.

take a look:


See what I mean
The front is improved a lot, but I still like dragonrose's way

1020
hmmm, I tried to give you some code earlier :) but anyways:

<?php

   $query = mysql_query("select * from blablabla")
      or die(mysql_error());

   echo '<select name="blabla">';

 
   while($row = mysql_fetch_array($query))
   {
         ?>
         <option value="<?php echo $row["test1"]; ?>"><?php echo $row["test1"];
   }

?>
</select>



Pages: 1 ... 49 50 [51] 52