mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 08:20:51 +01:00
2b1dd866d0
- Sourced from L44-011's bootstrap.xml Jubeat clan 2018081401 clean data ran out of memory. jubeat clan 2018081401 has a slightly larger achievement_info.xml so that may have caused the problem.
11 lines
309 B
Batchfile
11 lines
309 B
Batchfile
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist dev\nvram mkdir dev\nvram
|
|
if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
|
|
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
|
|
if not exist dev\raw mkdir dev\raw
|
|
|
|
launcher -H 33554432 -K jbhook.dll jubeat.dll
|