About Me

My photo
Basel-country, Switzerland
Hello my name is Benjamin Roth. I was born in Switzerland, on 12. September 1974. I am double nationality (Swiss/UK) since my mom is from england. I studied chemistry for 4 years (apprenticeship), and now working as Laboratory technician/instructor. Welcome to post here whatever you want, but im gonna check it out ;-) TO VISIT MY FORUM go to http://benjaminroth.forums.com/ (you can find the link on the Links list)

Ahugasans room

http://www.meebo.com/rooms

Friday, August 17, 2007

My Computer System Information

CPU-Z 1.40.5 HTML report file


















CPU-Z 1.40.5 report file




Processor(s)




















Number of processors1
Number of cores1 per processor
Number of threads2 (max 2) per processor
NameIntel Pentium 4 550
Code NamePrescott
SpecificationIntel(R) Pentium(R) 4 CPU 3.40GHz
PackageSocket 775 LGA
Family/Model/SteppingF.3.4
Extended Family/ModelF.3
Core SteppingD0
Technology90 nm
Core Speed3416.4 MHz
Multiplier x Bus speed17.0 x 201.0 MHz
Rated Bus speed803.9 MHz
Stock frequency3400 MHz
Instruction setsMMX, SSE, SSE2, SSE3
L1 Data cache16 KBytes, 8-way set associative, 64-byte line size
Trace cache12 Kuops, 8-way set associative
L2 cache1024 KBytes, 8-way set associative, 64-byte line size


Chipset & Memory













NorthbridgeIntel i915P/i915G rev. B1
SouthbridgeIntel 82801FB (ICH6) rev. 03
Graphic InterfacePCI-Express
PCI-E Link Widthx16
PCI-E Max Link Widthx16
Memory TypeDDR
Memory Size2048 MBytes
Memory Frequency201.0 MHz (1:1)
CAS# Latency (tCL)2.5 clocks
RAS# to CAS# (tRDC)4 clocks
RAS# Precharge (tRP)4 clocks
Cycle Time (tRAS)8 clocks


System









System Manufacturer
System Name
System S/N
Mainboard VendorGigabyte Technology Co., Ltd.
Mainboard Model8I915P-G
BIOS VendorAward Software International, Inc.
BIOS VersionF2
BIOS Date06/03/2004


Memory SPD





Module 1DDR, PC3200 (200 MHz), 512 MBytes, unknown brand
Module 2DDR, PC3200 (200 MHz), 512 MBytes, unknown brand
Module 3DDR, PC3200 (200 MHz), 512 MBytes, unknown brand
Module 4DDR, PC3200 (200 MHz), 512 MBytes, unknown brand


Software



Windows VersionMicrosoft Windows XP Professional Service Pack 2 (Build 2600)
DirectX Version9.0c

Sunday, July 29, 2007

CHROME: Add all available weapons on a internet Server

There are some weapons not available when a standard server is setup. On example the silenced weapons, or the heavy HEX gun. But maybe it would be fun to try it out ? :p Also there are some inventory items, interesting.... but not really valuable... like a CD player. Now how to do ?

Disclaimer: You make these modifications at your own risk, and i cant be held responsible for any damage that could arise from their usage. By following these insctrucions you automatically accept.
  1. Choose the map you want to start a server with... in our example the "chillout" map
  2. Change to the directory \chrome\Data\LevelsNet\Chillout
  3. there you will find a .SCR file named TD.scr
  4. Make a backup of the original .SCR file just in case...
  5. Open this file with a editor like notepad (if you cant, you can change the file name to TD.txt for editing on example; but dont forget do name it back to .SCR after !)
  6. Now you can replace the text beginning from "InventoryRoom()" with the blue text: InventoryRoom()
    {
    SetInvWeaponNum("WeaponPistolNet", 1)
    SetInvWeaponNum("WeaponPistolSilenced", 1)
    SetInvWeaponNum("WeaponPistolHeavyNet", 1)
    SetInvWeaponNum("WeaponRifleShortNet", 1)
    SetInvWeaponNum("WeaponRifleShortSilenced", 1)
    SetInvWeaponNum("WeaponRifleShotgunNet", 1)
    SetInvWeaponNum("WeaponRifleNet", 1)
    SetInvWeaponNum("WeaponRifleSniperNet", 1)
    SetInvWeaponNum("WeaponRifleSniperHeavyNet", 1)
    SetInvWeaponNum("WeaponRifleMachineGunNet", 1)
    SetInvWeaponNum("WeaponRifleHeavyNet", 1)
    SetInvWeaponNum("WeaponHeavyElectroNet", 1)
    SetInvWeaponNum("WeaponHeavyRocketLauncherNet", 1)
    SetInvWeaponNum("WeaponHeavyHEX", 1)
    SetInvWeaponNum("WeaponGrenadeOffensiveNet", 20)
    SetInvWeaponNum("WeaponGrenadeSmoke", 20)
    SetInvWeaponNum("WeaponGrenadeCluster", 20)
    SetInvWeaponNum("WeaponGrenadeEMP", 20)
    SetInvWeaponNum("WeaponGrenadeFlash", 20)

    AddInvEquip("DrugHealthex", 20)
    AddInvEquip("DrugNeuralHealthex", 20)
    AddInvEquip("BinocularsExtended", 1)
    AddInvEquip("CDPlayer", 1)
    AddInvEquip("MP3Player", 1)
    AddInvEquip("CloakingDevice", 20)

    SetInvAmmoNum("Ammo9mmShort", 20)
    SetInvAmmoNum("Ammo8mmLong", 20)
    SetInvAmmoNum("Ammo12mmShort", 20)
    SetInvAmmoNum("Ammo14mmLong", 20)
    SetInvAmmoNum("AmmoShotgun", 20)
    SetInvAmmoNum("AmmoEnergy", 20)
    SetInvAmmoNum("AmmoRockets", 20)

    DefaultWeapon("WeaponRifleNet")
    DefaultWeapon("Ammo8mmLong")
    DefaultWeapon("Ammo8mmLong")
    DefaultWeapon("WeaponPistolNet")
    DefaultWeapon("Ammo9mmShort")
    DefaultWeapon("DrugHealthex")
    DefaultWeapon("WeaponGrenadeOffensiveNet")
    DefaultWeapon("WeaponGrenadeOffensiveNet")


    }

    ImplantsRoom()
    {
    ImplantAssimilation("ImplantZoom", 1.0)
    ImplantAssimilation("ImplantArmor", 1.0)
    ImplantAssimilation("ImplantSpeed", 1.0)
    ImplantAssimilation("ImplantAccuracy", 1.0)
    ImplantAssimilation("ImplantStrength", 1.0)
    ImplantAssimilation("ImplantTermovision", 1.0)

    }
  7. Now dont forget (if applicable) to rename the file to .SCR
  8. Start a network or internet server with the level of the modified .SCR file.
  9. Enjoy !