Skip to content

CCDirectLink/CC-ItemSpawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CrossCode - Item Spawner

CrossCode mod to spawn items in.
Uses CCLoader.

Note that this mod will let you spawn in any item, but it does not trigger any events that normally happen when obtaining certain items. In particular, most valuables will not work when spawned.

I can not guarantee that there are no items which will break the game when spawned through the item spawner!

Installation

CCLoader is required. Installation steps can be found on the official repository.

Usage

If you set your game to pause when unfocused, the game will be paused while spawning items.

  • Press U in-game to open the item spawner.
  • Select an item to spawn it.

Building the Sources

To build the source code, simply use npm install followed by npm run build within the itemSpawner folder. This will generate files in the dist folder that serve as the ready-to-use mod. Simply overwrite your itemSpawner mod files with those inside dist to update your mod. You can also rename the dist folder to itemSpawner and pack it in a zip file for a distributable version.