-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework NetworkComponents #27 Removing entities on clients. Changed ne…
…tworkComponent a bit. EntityManger also changed. WIP!
- Loading branch information
Showing
6 changed files
with
144 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
@REM setlocal enabledelayedexpansion | ||
|
||
set noita-exe="" | ||
set noita-dev-exe="" | ||
@REM FOR /f "tokens=2 delims==" %%d IN ('wmic logicaldisk where "drivetype=3" get name /format:value') DO ( | ||
|
||
FOR /f "tokens=2 delims==" %%d IN ('wmic logicaldisk where "drivetype=3" get name /format:value') DO ( | ||
echo %%d | ||
@REM echo %%d | ||
@REM cd /d %%d | ||
|
||
set %noita-exe% = CALL where /r %%d noita.exe | ||
echo %noita-exe% | ||
@REM for /f "tokens=* delims=" %%a in ('dir /s /b noita.exe') do set "noita_exe=%%a" | ||
@REM echo %%noita_exe%%=%noita_exe% | ||
|
||
set %noita-dev-exe% = CALL where /r %%d noita_dev.exe | ||
echo %noita-dev-exe% | ||
) | ||
@REM for /f "tokens=*" %%a in ('dir /s /b noita_dev.exe') do set "noita_dev_exe=%%a" | ||
@REM echo %%noita_dev_exe%%=%noita_dev_exe% | ||
@REM ) | ||
|
||
exec %noita-exe% | ||
exec %noita-dev-exe% | ||
@REM endlocal | ||
|
||
pause | ||
start "" "C:\Program Files (x86)\Steam\steamapps\common\Noita\noita.exe" | ||
start "" "C:\Program Files (x86)\Steam\steamapps\common\Noita\noita_dev.exe" -lua_debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters