|
Luzifer
|
 |
« on: November 17, 2008, 03:55:50 PM » |
Reply
|
Posting all my work here would take up way too much space, therefore I decided to make some kind of introduction, so those who do not know the "artist" Luzifer will get to know me a bit better. First off, I made a couple of Moviepacks for the game this forum is all about, Armagetron Advanced. A good example is the "Fortress Moviepack 2.0", a pack which is designed for Fortress gameplay. It is especially helpful for those who are new to the game mode, but it's also quite useful for regular fort players. Here's a screenie:   If you wish to download the pack or if you want to look for my other moviepacks, I suggest visiting the official Armagetron Advanced forum, they are all in the graphical section. Download Thread for the Fortress PackSo, let's come to Signatures. I don't know how many Sigs I did in my life, but a rather big collection can be seen at my blog's artwork page: http://www.luzifer.lwblogs.com/?page_id=8For the lazy ones, here are just a few examples:     There are also some of my wallpapers available for you to download, as an example, here is my latest one:   And last but not least, you can visit my DeviantArt or my website Styx-Design to see more of my Artwork. Thanks for reading 
|
|
|
|
|
Logged
|
|
|
|
§löv
mWinner
My Mood:
Offline
Last Login:July 16, 2010, 07:18:12 PM
 Slovenia Pet: 
Posts: 182
12.00 credits
View Inventory
Send Money to §löv
|
 |
« Reply #1 on: November 18, 2008, 01:26:24 PM » |
Reply
|
Hey Luzifer, nice to see you here  Love your art, as I already said at DDL 
|
|
|
|
|
Logged
|
|
|
|
|
Angel
|
 |
« Reply #2 on: November 18, 2008, 11:43:05 PM » |
Reply
|
I love your work Luzifer  I have created a members showcase gallery so you can post your artwork there. Then people can comment on individual images and you can link to your own gallery like below: [URL=http://armagetron.co.uk/forum/index.php?action=gallery;sa=myimages;u=24][img]http://img253.imageshack.us/img253/7821/g2pngkp5.png[/img][/URL]  Obviously you can use your own userbar or just use a text link btw there is a link to your personal gallery on the members posting profile and personal profiles, the link is shown as this lil image  I would like to offer you the moderators position of the graphics forum if you are willing to accept ? 
|
|
|
|
|
Logged
|
|
|
|
|
Luzifer
|
 |
« Reply #3 on: November 19, 2008, 01:07:29 PM » |
Reply
|
Thanks for the feedback  I'll have a look at the gallery feature, but the upload stream I have at home is pretty bad and I usually upload my art only once or twice to different locations (my DA and website/blog). But I think I could upoload at least some images as a "Best of". As for the moderator position, thanks for you offer Angel and yes, I would like to do it. 
|
|
|
|
|
Logged
|
|
|
|
§löv
mWinner
My Mood:
Offline
Last Login:July 16, 2010, 07:18:12 PM
 Slovenia Pet: 
Posts: 182
12.00 credits
View Inventory
Send Money to §löv
|
 |
« Reply #4 on: November 21, 2008, 01:16:04 PM » |
Reply
|
Gratz for the moderating position  lol, your wallpaper looks AWESOME as background on my mobile phone 
|
|
|
|
|
Logged
|
|
|
|
noname
Offline
Last Login:March 29, 2009, 04:14:39 PM
 Hungary Pet: 
Posts: 40
120.00 credits
View Inventory
Send Money to noname
|
 |
« Reply #5 on: February 03, 2009, 09:58:01 AM » |
Reply
|
*Sigh..* I got bored this afternoon, and my mind made me do this.. Well.. i made a kinda very stupid image generator  but i will improve it sometime in the future  Enjoy the... ugh.. "pictures". Oh, and yes, here is the code  #!/usr/bin/perl
use GD; use Switch;
$MERET = 800;
####RANDOMGEN#### sub veletlen { my ($a) = @_; my $VALAMI = int(rand($a)); return $VALAMI; } ####RANDOMGENVEGE####
####IDOBELYEG#### sub idobelyeg{ ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)=localtime(time); $ev=$year+1900; $honap=$mon+1; $nap=$mday; $ora=$hour; $perc=$min; $masodperc=$sec; $idobelyeg = "$ev-$honap-$nap-$ora-$perc-$masodperc"; return $idobelyeg; } ####IDOBELYEGVEGE####
## Kep letrehozasa:
$im = new GD::Image($MERET,$MERET);
####VELETLENSZIN#### sub szin { my $szinecske = $im -> colorAllocate(veletlen(255),veletlen(255),veletlen(255)); return $szinecske; } ####VELETLENSZINVEGE####
####RANDOMNEGYZET#### sub negyzet {
$im -> rectangle(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),szin());
} ####RANDOMNEGYZETVEGE####
####RANDOMKOR#### sub korocske{
$im -> arc(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen(360),veletlen(360),szin());
} ####RANDOMKORVEGE####
####RANDOMSZINEZ#### sub szinezes { $im -> fill(veletlen($MERET),veletlen($MERET),szin()); } ####RANDOMSZINEZESVEGE####
####RANDOMVONAL#### sub vonal{ $im -> line(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),szin()); } ####RANDOMVONALVEGE####
####RANDOMPIXEL#### sub pixelecske{ $im -> setPixel(veletlen($MERET),veletlen($MERET),szin()); }
#Parameter. $meret = $ARGV[0];
#Fociklus for($i = 0; $i<$meret; $i++){
$varvar = veletlen(5) + 1;
switch($varvar){ case 1 {negyzet()} case 2 {korocske()} case 3 {szinezes()} case 4 {vonal()} case 5 {pixelecske()} } }
####FILEBAIRAS####
$filename = idobelyeg();
open(PICTURE, ">$filename.png") or die "Itt valami hiba van $!\n"; binmode PICTURE;
print PICTURE $im->png; close PICTURE; ##DEBUG MIATT EGYENLORE KIKOMMENTELVE! http://img4.imageshack.us/my.php?image=200923101651ly2.pnghttp://img4.imageshack.us/my.php?image=200923103011ee5.png
|
|
|
|
|
Logged
|
nn1505 Be friendly with the dhcp server 
|
|
|
|
Angel
|
 |
« Reply #6 on: February 03, 2009, 10:14:58 AM » |
Reply
|
ok, stupid question  but how would i use the code to get this to work, i mean would i add it to a php webpage or am i being totally dumb as usual ?  btw wow, this is impressive 
|
|
|
|
|
Logged
|
|
|
|
noname
Offline
Last Login:March 29, 2009, 04:14:39 PM
 Hungary Pet: 
Posts: 40
120.00 credits
View Inventory
Send Money to noname
|
 |
« Reply #7 on: February 03, 2009, 10:18:33 AM » |
Reply
|
Um, well, this is a perl script, so under windows you need the perl interpreter to be installed http://www.perl.com/download.cspIf you would like to run it, it will need an argument from console but i fastly modify it so that it asks for it  (I hope) EDIT: Oh.. and save it like: *.pl #!/usr/bin/perl
use GD; use Switch;
$MERET = 800;
####RANDOMGEN#### sub veletlen { my ($a) = @_; my $VALAMI = int(rand($a)); return $VALAMI; } ####RANDOMGENVEGE####
####IDOBELYEG#### sub idobelyeg{ ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)=localtime(time); $ev=$year+1900; $honap=$mon+1; $nap=$mday; $ora=$hour; $perc=$min; $masodperc=$sec; $idobelyeg = "$ev-$honap-$nap-$ora-$perc-$masodperc"; return $idobelyeg; } ####IDOBELYEGVEGE####
## Kep letrehozasa:
$im = new GD::Image($MERET,$MERET);
####VELETLENSZIN#### sub szin { my $szinecske = $im -> colorAllocate(veletlen(255),veletlen(255),veletlen(255)); return $szinecske; } ####VELETLENSZINVEGE####
####RANDOMNEGYZET#### sub negyzet {
$im -> rectangle(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),szin());
} ####RANDOMNEGYZETVEGE####
####RANDOMKOR#### sub korocske{
$im -> arc(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen(360),veletlen(360),szin());
} ####RANDOMKORVEGE####
####RANDOMSZINEZ#### sub szinezes { $im -> fill(veletlen($MERET),veletlen($MERET),szin()); } ####RANDOMSZINEZESVEGE####
####RANDOMVONAL#### sub vonal{ $im -> line(veletlen($MERET),veletlen($MERET),veletlen($MERET),veletlen($MERET),szin()); } ####RANDOMVONALVEGE####
####RANDOMPIXEL#### sub pixelecske{ $im -> setPixel(veletlen($MERET),veletlen($MERET),szin()); }
#Parameter. print("Please enter a number from 1 to 300: "); $meret = <STDIN> ;
#Fociklus for($i = 0; $i<$meret; $i++){
$varvar = veletlen(5) + 1;
switch($varvar){ case 1 {negyzet()} case 2 {korocske()} case 3 {szinezes()} case 4 {vonal()} case 5 {pixelecske()} } }
####FILEBAIRAS####
$filename = idobelyeg();
open(PICTURE, ">$filename.png") or die "Itt valami hiba van $!\n"; binmode PICTURE;
print PICTURE $im->png; close PICTURE; ##DEBUG MIATT EGYENLORE KIKOMMENTELVE!
|
|
|
|
|
Logged
|
nn1505 Be friendly with the dhcp server 
|
|
|
|
Angel
|
 |
« Reply #8 on: February 03, 2009, 03:08:31 PM » |
Reply
|
Thankyou for the explanation, it still sounds complicated but i can try  Is there anyway you could get something like this to work online ?
|
|
|
|
|
Logged
|
|
|
|
noname
Offline
Last Login:March 29, 2009, 04:14:39 PM
 Hungary Pet: 
Posts: 40
120.00 credits
View Inventory
Send Money to noname
|
 |
« Reply #9 on: February 03, 2009, 03:23:22 PM » |
Reply
|
Well. Yes, it wount be such a big problem  Perl scripts are great as cgi-bins  If it will be ready i will let you know it 
|
|
|
|
|
Logged
|
nn1505 Be friendly with the dhcp server 
|
|
|
noname
Offline
Last Login:March 29, 2009, 04:14:39 PM
 Hungary Pet: 
Posts: 40
120.00 credits
View Inventory
Send Money to noname
|
 |
« Reply #10 on: February 03, 2009, 06:37:54 PM » |
Reply
|
Finished. The link is: http://madav.zapto.org/Well.. this is my laptop  It wount be on-line all night long. I tried to install it on the university server, but it has an error 500. We just couldnt find out why it is an error  Btw, if it will be solved the link will be: http://varfok.vein.hu/~madavHave fun I will develope it further after the apache can behave. 
|
|
|
|
|
Logged
|
nn1505 Be friendly with the dhcp server 
|
|
|
|