Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Then open the event file from the outfit mod.
In the beginning of the file you will see a lot events being initialized.
Add this line:
InitializeEvent(0, 5455, 0);
(as far as i know the exact position doesn't matter, just make sure it's with the rest of the events being initialized)
Then at the very bottom of the file you can add the following:
$Event(5455, Default, function() {
WaitFixedTimeSeconds(5);
AwardItemLot(5455);
RestartEvent();
});
Now I just need to figure out how the param files are edited
Download Smithbox from Github.
gameparam.parambnd.dcx found in param>gameparam
If you use Smitbox, you just create a project. You name the project, select the mod folder as your target directory and select the game executable. If there is param file in the mod folder, Smithbox will load it up and you can edit it.