/SvenBXT

An advanced utility mod for Sven Co-op providing speedrunning tools.

Primary LanguageC++MIT LicenseMIT

SvenBXT

SvenBXT is a complete remake of BunnymodXT, designed specifically for Sven Co-op 5.25. You can legally use this tool for Sven Co-op runs.

Installation / Usage

Windows

SvenBXT can be installed as a MetaHook/SvenMod plugin. Also can be injected by any injector (even deprecated one from rebased branch).

MetaHook

  1. Move SvenBXT.dll to svencoop/metahook/plugins
  2. Write SvenBXT.dll in svencoop/metahook/configs/plugins.lst

SvenMod

  1. Move SvenBXT.dll to svenmod/plugins
  2. Open svenmod/plugins.txt and write "SvenBXT" "1" inside plugins tab
// SvenMod
// List of plugins to load

"Plugins"
{
	"SvenBXT"			"1"
	
	"Settings"
	{
		"LoadDelay"				"0.5" // in seconds
	}
}

You can find additional info about that here.

Linux

You can use the runsven.sh script. Correct the paths at the top of the script if necessary.

Credits

Thanks to YaLTeR for BunnymodXT!

Thanks to autisoid for SvenMod/MetaHook emulators.