Difference between revisions of "Scripting"

From SF3
Jump to: navigation, search
Line 24: Line 24:
 
echo ------------------------------------------------------------------------------<br />  
 
echo ------------------------------------------------------------------------------<br />  
 
echo --- Coyping changed Level.as files. ------------------------------------------<br />  
 
echo --- Coyping changed Level.as files. ------------------------------------------<br />  
echo ------------------------------------------------------------------------------
+
echo ------------------------------------------------------------------------------<br />
echo.
+
echo.<br />
xcopy D:\(wherever your directory is)\sf3\root\bin_win32\configs\levels\*.as D:\(wherever your directory is)\sf3\root\data\configs\levels /f /d /s  
+
xcopy D:\(wherever your directory is)\sf3\root\bin_win32\configs\levels\*.as D:\(wherever your directory is)\sf3\root\data\configs\levels /f /d /s <br />
echo.
+
echo.<br />
echo ------------------------------------------------------------------------------
+
echo ------------------------------------------------------------------------------<br />
pause
+
pause<br />
exit
+
exit<br />
 
</code>
 
</code>
 
Simply make yuself a .bat file with this, and have a gread an' awesome life! Yur welcome fella.
 
Simply make yuself a .bat file with this, and have a gread an' awesome life! Yur welcome fella.

Revision as of 15:31, 6 July 2017

Starting

When this is your first time here: Script/InitialSetup

Coming more soon...

Debug Commands

Coming soon ...

Debug Console

Coming soon ...

Datatypes

Usable datatypes: Script/BasicDataTypes

Project specific enums: Script/LogicEnums

Data / bin_win32

So ya sick of copy pasting your changed Level.as from bin_win32 to data? You wanna change this boring part of yur life? I've got just the right thing for ya!

@echo off
echo ------------------------------------------------------------------------------
echo --- Coyping changed Level.as files. ------------------------------------------
echo ------------------------------------------------------------------------------
echo.
xcopy D:\(wherever your directory is)\sf3\root\bin_win32\configs\levels\*.as D:\(wherever your directory is)\sf3\root\data\configs\levels /f /d /s
echo.
echo ------------------------------------------------------------------------------
pause
exit
Simply make yuself a .bat file with this, and have a gread an' awesome life! Yur welcome fella.


List of all pages

Starting

When this is your first time here: Script/InitialSetup

Coming more soon...

Debug Commands

Coming soon ...

Debug Console

Coming soon ...

Datatypes

Usable datatypes: Script/BasicDataTypes

Project specific enums: Script/LogicEnums

Data / bin_win32

So ya sick of copy pasting your changed Level.as from bin_win32 to data? You wanna change this boring part of yur life? I've got just the right thing for ya!

@echo off
echo ------------------------------------------------------------------------------
echo --- Coyping changed Level.as files. ------------------------------------------
echo ------------------------------------------------------------------------------
echo.
xcopy D:\(wherever your directory is)\sf3\root\bin_win32\configs\levels\*.as D:\(wherever your directory is)\sf3\root\data\configs\levels /f /d /s
echo.
echo ------------------------------------------------------------------------------
pause
exit
Simply make yuself a .bat file with this, and have a gread an' awesome life! Yur welcome fella.


List of all pages