Changes between Version 32 and Version 33 of Modding_Guide


Ignore:
Timestamp:
Jun 22, 2018, 10:03:34 AM (6 years ago)
Author:
Stan
Comment:

Add a line for archiving on windows

Legend:

Unmodified
Added
Removed
Modified
  • Modding_Guide

    v32 v33  
    139139}}}
    140140
     141On windows you'll have to be careful with dots and '/' the command will be more like:
     142
     143
     144{{{
     145#!sh
     146binaries\system\pyrogenesis.exe -mod=mymod -archivebuild="binaries\data\mods\mymod" -archivebuild-output="mymod.pyromod" -archivebuild-compress
     147}}}
     148
    141149This produces the distributable mymod.pyromod in your working directory. If users now install it as explained [#Howtoinstallmods above], they can run it with the "-mod=mymod" command line argument as explained [#Howaremodsused above].
    142150