Steam

Steam

Not enough ratings
Area 51
By leetmein
Fragments of crashed spaceships - together, we’ll rebuild and launch into the cosmos.
   
Award
Favorite
Favorited
Unfavorite
Steam
Guide post


Steam
https://steamhost.cn/steamcommunity_com/sharedfiles/editguide/?appid=753

Steam Workshop
https://steamhost.cn/steamcommunity_com/sharedfiles/editguide/?appid=766

Spacewar
https://steamhost.cn/steamcommunity_com/sharedfiles/editguide/?appid=480

Artwork upload


Steam Artwork
https://steamhost.cn/steamcommunity_com/sharedfiles/edititem/767/3/

Showcases
Image size 630px (506px + 100px) width

Firefox console exploit
allow pasting

artwork
$J('#image_width').val(1000).attr('id',''),$J('#image_height').val(1).attr('id','');

transparent artwork
$J('#image_width').val(1000),$J('#image_height').val(1);

screenshot
$J('#image_width').val(1000).attr('id',''),$J('#image_height').val(1).attr('id',''),$J('[name=file_type]').val(5);

transparent screenshot
$J('#image_width').val(1000),$J('#image_height').val(1),$J('[name=file_type]').val(5);

transparent workshop
$J('[name=consumer_app_id]').val(480),$J('[name=file_type]').val(0),$J('[name=visibility]').val(0);

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=748624905

Transparent PNG

https://hexed.it/ > image.png

Change last hex
21

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2175748848

Chat and forum


6:66PM
https://steamhost.cn/steamcommunity_com/app/664970


hackerone_test_app3


appid 1057910

game.bat
@echo off
:loop
timeout /t 3600 >nul
goto loop

Compile https://www.f2ko.de/English/b2e.php https://www.battoexeconverter.com/ as Invisible Application

Autostart steamappid

Win+R
shell:common startup

autostartgame.bat
@echo off
start steam://run/1057910

Setting Game Launch Options

Set Launch Options
  • Open your Steam Library
  • Right click the game's title and select Properties.
  • On the General tab you'll find Launch Options section.
  • Enter the launch options you wish to apply (be sure to separate each code with a space).
  • Close the game's Properties window and launch the game.


Common Launch Options
These launch options apply to GoldSrc and Source engine games only. They do not apply to most third party games.

Many Console Commands can function as a launch option by adding a "+" in front of the console command, but some cannot be used in this fashion. The most common launch options are listed below.

-autoconfig - Restores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.
-dev - Enables developer mode. Also disables the automatic loading of menu background maps and stops the quit dialog from appearing on exit.
-condebug - Logs all console output into the console.log text file.
-console - Starts the game with the developer console enabled.
-toconsole - Starts the engine directly in the console, unless a map is specified with +map.
-dxlevel [level] - Forces a specific DirectX version when launching the game. This is useful if your graphics hardware is older, and gets significantly better performance in an earlier version of DirectX. Below are the most common modes used:

-dxlevel 80
-dxlevel 81
-dxlevel 90
-dxlevel 95
-dxlevel 98
Warning:
Our games no longer support DirectX 7 as a launch option. Using this can cause crashes. If you are using -dxlevel 70 make sure to remove it from your launch options.
-fullscreen - Forces the engine to start in fullscreen mode.
-windowed or -sw - Forces the engine to start in windowed mode.
-16bpp or -32bpp - Forces the selected color mode (bit depth). GoldSource only
-w [width] - Forces the engine to start with resolution set to [width].
-h [height] - Forces the engine to start with resolution set to [height]. This launch option does not need to be set in the presence of -w. The width value will determine the height automatically.
-refresh [rate] - Force a specific refresh rate.
-heapsize [kilobytes] - Specifies the heapsize (in kilobytes) which the game will use.
-nocrashdialog - Suppresses some memory could not be read unhandled errors.
-novid or -novideo - When loading a game with this parameter, the intro Valve video will not play.
-lv - Enables some low violence options in Left 4 Dead.
-sillygibs - Enables low violence for Team Fortress 2.

Launch Options to Adjust Detail Levels and Graphic Rendering

+r_rootlod # - Adjusts Model Detail where # is 0 for high, 1 is medium, and 2 for low
+mat_picmip # - Adjusts Texture Detail where # is 0 for high, 1 is medium, and 2 for low
+mat_reducefillrate # - Adjusts Shader Detail where # is 0 for high and 1 for low
+r_waterforceexpensive # - Adjusts Water Detail where # is 0 for low and 1 for high
+r_waterforcereflectentities # - Adjusts Water Reflectiveness where # is 0 for low and 1 for high
+r_shadowrendertotexture # - Adjusts Shadow Detail where # is 0 for low and 1 for high
+mat_colorcorrection # - Adjusts Color Correction where # is 0 for low and 1 for high
Filtering Modes:
+mat_trilinear 0 - Use Bilinear Mode (least system-intensive)
+mat_trilinear 1 - Use Trilinear Mode (more system-intensive)
+mat_forceaniso # - Use Trilinear Mode (where # is 2, 4, 8, or 16 - higher levels of filtering require more system resources)
+mat_hdr_level # - Adjusts High Dynamic Range lighting effects where # is 0 for "off" (requires least resources) and 2 for "full"

no show
-nographics -headless -batchmode -force-d3d9
Windows
Screen management


C:\Windows\System32\DisplaySwitch.exe /external
C:\Windows\System32\DisplaySwitch.exe /internal
C:\Windows\System32\DisplaySwitch.exe /clone
C:\Windows\System32\DisplaySwitch.exe /extend

MS-gaming overlay


Remove Xbox Gaming Overlay
Console (Admin)
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage

Hidden folder



Main folder
|--- Locker/ (Secret folder)
|--- locker.bat

locker.bat
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
: CONFIRM
echo Are you sure u want to Lock the folder (Y / N)
set / p "cho =>"
if% cho% == And goto LOCK
if% cho% == and goto LOCK
if% cho% == n goto END
if% cho% == N goto END
I miss Invalid choice.
goto CONFIRM
: LOCK
ren Locker "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib + h + s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto end
: UNLOCK
echo Enter password to Unlock folder
set / p "pass =>"
if NOT% pass% == Your-Password-Here goto FAIL
attrib -h -s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto end
: FAIL
echo Invalid password
goto end
: MDLOCKER
md Locker
echo Locker created successfully
goto end
: End


Acer Nitro Keyboard



  • Fn + Q
    Rapid Key (Key Hold Repeat) allows for continuous keypress repetition when the key is held down, commonly used for quickly repeating actions in games;
  • Fn + W
    Switching WSAD/Arrow Keys combination switches the functionality between the WASD keys and the arrow keys, allowing for more flexible control options in games;
1 Comments
alejka2h(◕‿◕) 27 Jan @ 8:51am 
:pi_heart: