• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community The Community Media Center
« Previous 1 2 3 4 5 … 216 Next »
Show Us Your Desktop

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (205): « Previous 1 2 3 4 5 6 … 205 Next »
Show Us Your Desktop
Offline Vaporlinx
06-06-2007, 05:48 AM,
#31
Member
Posts: 205
Threads: 19
Joined: Jan 2007

Ill say this, my pic is from an American made game. Well that little hint dosnt really narrow it down much, soo ill give another. Its not an Rpg.

[Image: vaporlinx.png]
\
  Reply  
Offline Qunitinius~Verginix
06-06-2007, 05:50 AM,
#32
Member
Posts: 2,777
Threads: 61
Joined: Aug 2006

Um, could it be 'Shadow of the Colussus'

Thats a pretty far-of guess and I don't think its right either......

Verginix Out

[Image: qvsigaz9.gif]
  Reply  
Offline AaronKoss
06-06-2007, 05:50 AM,
#33
Member
Posts: 78
Threads: 8
Joined: Jul 2006

um... I'm only using it because it was free and I needed some thing to get online with and fast without having to dig out my Windows Key
I know almost nothing about Linux and I'm not really trying to learn eather, sarry, I'm just waiting to get a new copy of windows that I can use

"I am not one who was born in the possession of knowledge; I am one who is fond of antiquity, and earnest in seeking it there."
"The superior man, when resting in safety, does not forget that danger may come. When in a state of security he does not forget the possibility of ruin. When all is orderly, he does not forget that disorder may come. Thus his person is not endangered, and his States and all their clans are preserved."
Confucius
[Image: whiteknight30.jpg]

My Bio's
  Reply  
Offline Vaporlinx
06-06-2007, 06:11 AM,
#34
Member
Posts: 205
Threads: 19
Joined: Jan 2007

*snickers*
Sorry Qv your further off than Harlequin was.
That be what shadow of the colossus looks like ----\/
http://www.serialgamer.com/screenshots_jeu...ossus_29109.jpg

[Image: vaporlinx.png]
\
  Reply  
Offline Zyreal
06-06-2007, 06:27 PM,
#35
Member
Posts: 63
Threads: 9
Joined: Sep 2006

aw come on, just tell us =P

[Image: zysig1mn5.jpg]
[Image: lnsvictorybarsh9.jpg][Image: lnsfreedombaree8.jpg]
[Image: lnsindepbaroj0.jpg]
  Reply  
Offline Exile
06-06-2007, 07:03 PM, (This post was last modified: 06-27-2007, 10:54 AM by Exile.)
#36
Member
Posts: 4,594
Threads: 135
Joined: Dec 2006

' Wrote:@Exile: I am a big Stargate Atlantis fan. Got materials of around 120 GB only of Stargate. All movies, all possible themes and pics. I also have a few hundreds pics to choose from:PAbout my sources... I can't tell you that. sorry.

sources, like its a big SGA mob:P


[Image: harlequincopy.png]
  Reply  
Offline DBoy1612
06-06-2007, 08:54 PM, (This post was last modified: 06-06-2007, 08:58 PM by DBoy1612.)
#37
Member
Posts: 2,067
Threads: 96
Joined: Oct 2006

Alright, here is my very messy desktop:P(No I don't have Vista, I just like the Theme:D)

[Image: desktop.jpg]

Retired Admin
What Dustin now spends his free time doing... Don't hurt me... Though EVEMail me if you play. ^_^
[Image: DBoy-Blue-Copy3.png]
  Reply  
Offline Commodore
06-06-2007, 09:39 PM,
#38
Member
Posts: 515
Threads: 45
Joined: Jan 2007

' Wrote:lol
Pizza one is the phone number of the delivery. that's where i get my lunch sometimes.
The errors are errors we had to correct on the system we make. Ugly one left with no ticketing system to half of Argentina, and uglier one... better not to ask. Corrected months ago, I forgot to delete the files.
Seeing that nice pirate screen made me make a new XP boot screen:

[Image: XPXtremeliPiratedlogo.png]
The Extremely Pirated version of XP

Going to edit the kernel tonight to add it as a boot screen. I don't thrust those XPstyle programs, and i don't like the XP boot screen.
Don't use that one if you plan to make it. You need it to be a 4-bit BMP file, not a png. And if you fail to do so, PC wont boot anymore.


how would you do that?
Reply  
Offline Korrd
06-06-2007, 10:28 PM, (This post was last modified: 06-06-2007, 10:31 PM by Korrd.)
#39
Member
Posts: 3,714
Threads: 241
Joined: Aug 2005

Its a bit of work. You need to do some kernel editing in order to accommodate the image.

1st you create your image. be sure to make it at 640x480.
Once done, you downgrade it to 16 colors.

After that, write down the hex color codes of the color palette.

then, make that palette fully black, and save the bitmap (640x480 16 colors, not 16 bit)

Then, you need to open the kernel with reshack, and replace the 1st bitmap with your 16 colors image.

After that, we need to change the color palette the kernel uses to display the image. we open the kernel with an hex editor, and search for this string:
Code:
00 00 00 00 15 1A 20 00 46 46 46 00 D2 3E 2D 00 01 65 53 00 05 35 B2 00 7E 7E 7E 00 00 92 89 00 FC 7F 5E 00 20 6B F7 00 FF A6 8D 00 04 DC 8E 00 1B BC F3 00 BC BC BC 00 FC FC FC 00 FF FF FF
note that there are colors there written in hex, with a null char separating them, and inverted. You will need to take the palette and invert manually all the colors, then replace that data with yours.
Once done, save and create a new boot option on your boot.ini file. One with the new kernel path. /kernel=mynewknl.exe for example.
(we wont overwrite the original ntoskrnl.exe file, but copy it and work on that one. Remember to make the filename in 8.3 format).

If done correctly, the OS selection screen will pop up. Choose the new kernel and boot. Computer should boot if all is ok, or crash and die misserably if you messed up something. IF thats the case, you boot with your original kernel and try again. IF you dont do that dual boot trick, and something goes ugly, you're fried and with no computer. be ready to reinstall XP from scratch.

I made a try here at office with the XP pirated edition screenie, and it worked. I will make my own once i reach home.

Source: http://www.geocities.com/thejjoelc/XPbootcolors.html

Beware! Don't try this at home unless you know what you are doing. You could screw you computer badly if you make a mistake...

[Image: 3cfefe54.jpg]

Server Status | Server Rules | Players Online | Player Rankings | Freelancer Account Manager
(If you find any mistake in my English, please let me know via a PM)
(Really, I speak terrible English, so please, tell me if I make mistakes. I'd like to improve it a bit Smile)
  Reply  
Offline Commodore
06-06-2007, 10:35 PM,
#40
Member
Posts: 515
Threads: 45
Joined: Jan 2007

hehe a bit too much work...
Reply  
Pages (205): « Previous 1 2 3 4 5 6 … 205 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode