Search found 143 matches

by Salamander
28 Sep 2014, 19:45
Forum: Site and forum discussion
Topic: DrSlony
Replies: 10
Views: 47069

Re: DrSlony

lol Trademark, nice to see you're still alive :)
by Salamander
26 Sep 2014, 18:39
Forum: Site and forum discussion
Topic: DrSlony
Replies: 10
Views: 47069

Re: DrSlony

That cleared things up.
by Salamander
26 Sep 2014, 18:30
Forum: Site and forum discussion
Topic: DrSlony
Replies: 10
Views: 47069

Re: DrSlony

And who are you?
by Salamander
10 Feb 2013, 19:44
Forum: GTA1/GTA2 chat
Topic: GTA2 with wine
Replies: 4
Views: 23638

Re: GTA2 with wine

I know you got it working, this is just a note for others because this thread easily comes up on Google.

You can get GTA2 working in Linux very easily by following this very simple guide:
http://londonlight.org/gta2/howto-gta2-linux.php
by Salamander
15 Dec 2012, 21:49
Forum: Modding forum
Topic: vike's GTA2 update patch enhancement upgrade fix v11.44
Replies: 400
Views: 1168898

Re: Vike's enhanced GTA2

There's no command line setting player name. You have to change names in the registry before launching each instance of GTA2.
Is it the key I wrote? I checked in the GH code and it seems to be that one, and my script does update it with a different nick before running each GTA2 instance, but it ...
by Salamander
14 Dec 2012, 22:23
Forum: Modding forum
Topic: vike's GTA2 update patch enhancement upgrade fix v11.44
Replies: 400
Views: 1168898

Re: Vike's enhanced GTA2

Vike can I set the player's GTA2 name (the one you'd set in the Network GTA2 window) in any other way?
Perhaps via command line, the same way you'd specify the replay file:
gta2.exe -r foo.rep -n Hubert

or via the registry:
cat <<EOF > /tmp/gta2reg.reg
[HKEY_CURRENT_USER\Software\DMA Design Ltd ...
by Salamander
05 Oct 2012, 16:41
Forum: Maps
Topic: Gladiator Arena
Replies: 20
Views: 49940

Re: Gladiator Arena

Please attach some screenshots of your map, and don't write in orange.
by Salamander
24 Jul 2012, 19:24
Forum: Offtopic
Topic: Adobe Flash
Replies: 2
Views: 7826

Re: Adobe Flash

Standard reason - security. So that vike can't hack his way in through your flash plugin and screw up your registers when you get 97 frags.
by Salamander
22 Jul 2012, 18:24
Forum: Offtopic
Topic: Adobe Flash
Replies: 2
Views: 7826

Adobe Flash

I found this info the other day, thought some of you would like to know:
In February 2012, Adobe announced to discontinue its NPAPI Flash plugin for Linux from version 11.2. Newer versions will not be available from Adobe, but integrated with Google Chrome, using its PPAPI instead. Security updates ...
by Salamander
10 Jul 2012, 21:20
Forum: Modding forum
Topic: 24/25 frag glitch
Replies: 14
Views: 29557

Re: 24/25 frag glitch

You're the man!
by Salamander
10 Jul 2012, 13:27
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Grand Theft Auto 2 Singleplayer #1 in HD!
Replies: 10
Views: 26947

Re: Grand Theft Auto 2 Singleplayer #1 in HD!

What's wrong with this community is that what it revolves around - GTA2 - attracts immature people inconsiderate of others, ungrateful for the help they receive, unwilling to read the tutorials they get linked to, unwilling to follow the steps given to them by those who know what they're talking ...
by Salamander
01 Jul 2012, 18:37
Forum: GTA1/GTA2 chat
Topic: gta2 is too fast (i think...)
Replies: 8
Views: 24384

Re: gta2 is too fast (i think...)

30FPS is just right. If it's too fast for you, have a cup of coffee.
by Salamander
26 Jun 2012, 19:30
Forum: Modding forum
Topic: vike's GTA2 update patch enhancement upgrade fix v11.44
Replies: 400
Views: 1168898

Re: Vike's enhanced GTA2

Vike I unpacked the 11.42 patch exe to update the GTA2-GTAMP-Edition builds, a few points:
1- Please remove the space in "gta2 manager.exe" (we agreed to this a long time ago ;] )
2- $_OUTDIR/test/readme.txt, "Don't remove this folder. GTA2 v11.41 requires it." Should be 11.42.
3- Some files had ...
by Salamander
15 Jun 2012, 21:32
Forum: Maps
Topic: GTA2 DTD Version 1.0
Replies: 74
Views: 253825

Re: GTA2 DTD Version 1.0

Code tags. Use them.
by Salamander
12 Jun 2012, 20:55
Forum: Maps
Topic: Macau, Monaco & Suzuka Race
Replies: 10
Views: 27419

Re: Macau, Monaco & Suzuka Race

404 on screenshot 4 in your first post. s/jpg/png/ ?
by Salamander
03 Jun 2012, 19:48
Forum: Offtopic
Topic: We writing a story.....
Replies: 68
Views: 116817

Re: We writing a story.....

<3 JESUS LOVES YOU MORE THAN YOU WILL KNOW <3
by Salamander
03 Jun 2012, 19:39
Forum: Offtopic
Topic: We writing a story.....
Replies: 68
Views: 116817

Re: We writing a story.....

Image
by Salamander
03 Jun 2012, 19:36
Forum: Offtopic
Topic: We writing a story.....
Replies: 68
Views: 116817

Re: We writing a story.....

SHUT THE FUCK UP
by Salamander
03 Jun 2012, 19:05
Forum: Offtopic
Topic: We writing a story.....
Replies: 68
Views: 116817

Re: We writing a story.....

I have a better idea. Sektor can lock this topic, and you can all go fuck yourselves. How about that.
by Salamander
02 Jun 2012, 23:12
Forum: Maps
Topic: Maps of maps
Replies: 19
Views: 36548

Re: Maps of maps

I'm guessing you use libjpeg (preferably libjpeg-turbo ), then you can control subsampling:

cinfo->comp_info[0].v_samp_factor = 1;
cinfo->comp_info[0].h_samp_factor = 1;

CAUTION: For this setting to be useful, be sure to pass an argument of
-sample 1x1 to cjpeg to disable chrominance ...