Armagetron.co.uk
July 30, 2010, 02:08:47 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Check out the CHEERS SERVER RULES Smiley
 
   Forum   Help Arcade Groups Calendar Shop Casino Gallery Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Introduction  (Read 411 times)
0 Members and 1 Guest are viewing this topic.
Luzifer
Moderator
********


Offline Offline

Last Login:May 17, 2010, 08:13:18 PM
Germany Germany

Pet:

Posts: 61
370.50 credits

View Inventory
Send Money to Luzifer

WWW Awards
My Gallery

« on: November 17, 2008, 03:55:50 PM »
ReplyReply

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 Pack

So, 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=8

For 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 Wink
Logged

§löv
mWinner




My Mood:
Sexy

Offline Offline

Last Login:July 16, 2010, 07:18:12 PM
Slovenia Slovenia

Pet:

Posts: 182
12.00 credits

View Inventory
Send Money to §löv

Awards
My Gallery

« Reply #1 on: November 18, 2008, 01:26:24 PM »
ReplyReply

Hey Luzifer, nice to see you here Smiley

Love your art, as I already said at DDL  Wink
Logged

Angel
You've been Egg'd by fingerbib
♪Ångeℓiς Ådmin♫
********


My Mood:
Sad

Offline Offline

Last Login:May 23, 2010, 11:41:28 AM
United Kingdom United Kingdom

Pet:

Posts: 3199
2782.00 credits

View Inventory
Send Money to Angel

WWW Awards
My Gallery

« Reply #2 on: November 18, 2008, 11:43:05 PM »
ReplyReply

I love your work Luzifer Smiley

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:
Code:
[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 Smiley

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 ? Smiley

Logged




Luzifer
Moderator
********


Offline Offline

Last Login:May 17, 2010, 08:13:18 PM
Germany Germany

Pet:

Posts: 61
370.50 credits

View Inventory
Send Money to Luzifer

WWW Awards
My Gallery

« Reply #3 on: November 19, 2008, 01:07:29 PM »
ReplyReply

Thanks for the feedback Smiley

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. Smiley
Logged

§löv
mWinner




My Mood:
Sexy

Offline Offline

Last Login:July 16, 2010, 07:18:12 PM
Slovenia Slovenia

Pet:

Posts: 182
12.00 credits

View Inventory
Send Money to §löv

Awards
My Gallery

« Reply #4 on: November 21, 2008, 01:16:04 PM »
ReplyReply

Gratz for the moderating position Smiley

lol, your wallpaper looks AWESOME as background on my mobile phone Wink
Logged

noname




Offline Offline

Last Login:March 29, 2009, 04:14:39 PM
Hungary Hungary

Pet:

Posts: 40
120.00 credits

View Inventory
Send Money to noname

Awards
My Gallery

« Reply #5 on: February 03, 2009, 09:58:01 AM »
ReplyReply

*Sigh..*
I got bored this afternoon, and my mind made me do this..

Well.. i made a kinda very stupid image generator Smiley but i will improve it sometime in the future Cheesy
Enjoy the... ugh.. "pictures".

Oh, and yes, here is the code Smiley

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!

 Roll Eyes

http://img4.imageshack.us/my.php?image=200923101651ly2.png
http://img4.imageshack.us/my.php?image=200923103011ee5.png
Logged

nn1505


Be friendly with the dhcp server Smiley
Angel
You've been Egg'd by fingerbib
♪Ångeℓiς Ådmin♫
********


My Mood:
Sad

Offline Offline

Last Login:May 23, 2010, 11:41:28 AM
United Kingdom United Kingdom

Pet:

Posts: 3199
2782.00 credits

View Inventory
Send Money to Angel

WWW Awards
My Gallery

« Reply #6 on: February 03, 2009, 10:14:58 AM »
ReplyReply

ok, stupid question Tongue 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 ? Tongue

btw wow, this is impressive Smiley
Logged




noname




Offline Offline

Last Login:March 29, 2009, 04:14:39 PM
Hungary Hungary

Pet:

Posts: 40
120.00 credits

View Inventory
Send Money to noname

Awards
My Gallery

« Reply #7 on: February 03, 2009, 10:18:33 AM »
ReplyReply

Um, well, this is a perl script, so under windows you need the perl interpreter to be installed http://www.perl.com/download.csp

If you would like to run it, it will need an argument from console but i fastly modify it so that it asks for it Smiley (I hope)

EDIT: Oh.. and save it like: *.pl

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.
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 Smiley
Angel
You've been Egg'd by fingerbib
♪Ångeℓiς Ådmin♫
********


My Mood:
Sad

Offline Offline

Last Login:May 23, 2010, 11:41:28 AM
United Kingdom United Kingdom

Pet:

Posts: 3199
2782.00 credits

View Inventory
Send Money to Angel

WWW Awards
My Gallery

« Reply #8 on: February 03, 2009, 03:08:31 PM »
ReplyReply

Thankyou for the explanation, it still sounds complicated but i can try Tongue

Is there anyway you could get something like this to work online ?
Logged




noname




Offline Offline

Last Login:March 29, 2009, 04:14:39 PM
Hungary Hungary

Pet:

Posts: 40
120.00 credits

View Inventory
Send Money to noname

Awards
My Gallery

« Reply #9 on: February 03, 2009, 03:23:22 PM »
ReplyReply

Well. Yes, it wount be such a big problem Smiley

Perl scripts are great as cgi-bins Smiley

If it will be ready i will let you know it Smiley
Logged

nn1505


Be friendly with the dhcp server Smiley
noname




Offline Offline

Last Login:March 29, 2009, 04:14:39 PM
Hungary Hungary

Pet:

Posts: 40
120.00 credits

View Inventory
Send Money to noname

Awards
My Gallery

« Reply #10 on: February 03, 2009, 06:37:54 PM »
ReplyReply

Finished. The link is: http://madav.zapto.org/
Well.. this is my laptop Tongue
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 Sad
Btw, if it will be solved the link will be: http://varfok.vein.hu/~madav

Have fun Smiley
I will develope it further after the apache can behave. Smiley
Logged

nn1505


Be friendly with the dhcp server Smiley
Pages: [1]   Go Up
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!