sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
@echo off
|
||||
rem ********************************************************
|
||||
rem * This is the (per user) setup script that sets up your
|
||||
rem * accounts and personal directories used to update the
|
||||
rem * pods from a master server
|
||||
rem * Currently the scripts are setup to support only one
|
||||
rem * server but this could change in the future
|
||||
rem ********************************************************
|
||||
rem * If the first argument is -u, your directory will be updated
|
||||
rem * If your personal directory does not exist it will be created
|
||||
rem ********************************************************
|
||||
set A1=
|
||||
if not "%1"=="" set A1=%1
|
||||
rem *** The type of network client to use during the update. Use NT for
|
||||
rem *** an NT or workgroup for windows client, PNW for Personal Netware.
|
||||
rem *** "Real" netware 4.0 support does not exist but could be added
|
||||
set NETCLIENT=NT
|
||||
set CLOCKSYNC=\\vgl_code
|
||||
rem *** The name of the network resource to be mounted, mapped...etc.
|
||||
set NETRESOURCE=\\vgl_code\Archives
|
||||
rem *** The id used to login to the server (you may use utility in house)
|
||||
rem *** For Personal Netware, include the workgroup name ie: development/milo
|
||||
set NDSID=UTILITY
|
||||
rem *** This is the directory on the server where your ZIP files are
|
||||
set NDSDIR=\sse_DEPT\TESLA\rel3_7
|
||||
rem *** This is the directory on the pod your stuff will be installed in
|
||||
set HOMEDIR=\field
|
||||
rem *** This is the drive letter that HOMEDIR is on
|
||||
set HOMEDRIV=C:
|
||||
rem *** PREFGAME is the game to be run if you don't tell it otherwise
|
||||
set PREFGAME=BT
|
||||
rem *** PREFMODE is the mode to run the game in (ERROREXIT or ERRORLOG)
|
||||
set PREFMODE=ERROREXIT
|
||||
rem *** PREFOPT is the preferred optimization level to run (OPT, D3S...etc)
|
||||
set PREFOPT=OPT
|
||||
rem *** PREFSWITCH is the prefered switches to feed to netnub (for debug)
|
||||
rem *** the -m switch below causes netnub to measure it's performance
|
||||
rem *** most people shouldn't use this
|
||||
set PREFSWITCH=
|
||||
rem *** this script handles updating and directory switching
|
||||
call labs1.BAT
|
||||
rem *** announce prefered modes and games
|
||||
echo Game is %PREFGAME%, debug level is %PREFOPT%, mode is %PREFMODE%
|
||||
|
||||
Reference in New Issue
Block a user