This repository contains custom command for in-game console for American McGee Presents: Scrapland
- Extract
quickconsole.py
fromdata.packed
file toBin
folder. You can use Scrap-Packed-Explorer utitliy - Open
quickconsole.py
with notepad and put this line of code to the botton ofquickconsole.py
. Make sure you don't have any spaces at the begining of the line
from QuickConsoleMods import *
- Copy folder
QuickConsoleMods
toBin
folder
Once ingame and able to move with character
CTRL + ~ (Above TAB) to open up QuickConsole.py - A text console should slide out from the top of the screen
Here is list of mods that this repo contains and how to use them
Adds command for setting graphic setting to higher values that game allowes
Usage:
/GPU.maxgpu 0
- (revert all) Fully revert all to original game values, also restoring testing values to disabled/GPU.maxgpu 1
- (revert default) Revert to default without removing testing/GPU.maxgpu 2
- (Improve graphics) Improved graphics/GPU.maxgpu 3
- (Improve anims) Animation interpolation doubled/GPU.maxgpu 4
- Enable multiple testing variables
Note: /GPU.maxgpu 4
enables multiple testing/debug engine variables, which can only be disabled with /maxgpu 0
The idea is to go to some graphically interesting location and then do:
/GPU.maxgpu 3
- max graphics variable upgrades/GPU.maxgpu 1
- default graphic variables
So it can be easily toggled on/off, with mode 0 and 4 being for disable all/enable testing
Enables taking control over other Entities in Scrapland. For example usage see https://www.youtube.com/watch?v=0d1OkaUR5YE
List of commands:
/EntityUtils.unfree
- undoes the/free
command/EntityUtils.imyou
- takes over control of the entity that you look at/EntityUtils.imme
- return control to Di-Tritus/EntityUtils.makeFriendOrEnemy <entity name> <list>
Finds the entity with the specified name and adds it to friends/enemies. If is not specified, the entity will be added to the friends list/EntityUtils.youFriend
- makes the entity that you look at a friend/EntityUtils.yourName
- prints the name of the entity that you look at/EntityUtils.createFriendOrEnemy <name> <ship type> <engine type> <AI profile> <list>
- spawns an entity with the specified parameters
Check out some other Scrapland tools and documentation at https://github.com/ReScrap
Join to our Discord server