SoFunction
Updated on 2025-04-12

My system update plan

1. Disk partition:
C, D, E, F, where
C is the system disk
D-play non-online games (CS, WAR3, Monopoly, etc.) to install commonly used software such as QQ, UC, etc.
E is just one folder netgame
F Only 1.5G is used to place backup GHO files of the local driver and disk C.

4F. I will use G disk for games that I don’t play often. G disk is an ISCSI virtual disk.

2. Game update plan

⑴Overall idea "QMENU" is the front desk + "Network Management Star" is the update core + with STARWIND is the virtual disk + read-only update
When starting the machine, all non-allowed files under the "E:\" "E:\netgame\" directory are excluded, while the root directory of the game such as "e:\netgame\mir2\" is excluded by the Network Management Star (referred to as WGZX).

①How to implement QMENU for the front desk and wgzx for the background update?
The configuration process of the two software will not be discussed here. Let me talk about the key. Copy an LNK to the folder where wgzx stores the shortcuts, rename it to "Online Games", and configure "Online Games: the directory where wgzx stores the shortcuts. In this way, when WGZX is started, its LNK file will be displayed in QMENU instead of in EXPLORER. The settings are shown in Figure 1 and 2, and the effects are shown in Figure 3
② How to combine QMENU with ISCSI?
When booting, use BAT to automatically connect and exit the ISCSI. The disk letter is G, and the private server directory is "G:\Private Server World\".
When starting the online game menu-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The content of BAT is:

@echo off

if exist g: goto iscsi
::Change the path by overwriting
call \\game\D\updata\menuconfig\
call F:\lnk\tool\gameup\Classification call.exe online games
::Synchronous game plug-ins
xcopy \\game\D\game plug-in D:\tool\game plug-in /d /y /q /e
exit

:iscsi
::Change the path by overwriting
call \\game\D\updata\menuconfig\
call F:\lnk\tool\gameup\Classification call.exe online games
::Synchronous game plug-ins
xcopy \\game\D\game plug-in D:\tool\game plug-in /d /y /q /e
exit

This will ensure that the private game server can always be played.

③ How to solve the plug-in problem?
Use QMENU to call plug-in, set the path in QMENU and server path (see Figure 6 for settings in QMENU), and compare it after running the menu. When clicking on a certain game, the corresponding plug-in appears on the right.
Take legend as an example:
The plug-in path on my server is \\game\D\game plug-in\

Game plug-in-Legend 2---------------------------------------------------------------------------------------------------------------------
|_ _ _ Timely Rain
In this way, you click Legend 2 on the right side. Two plug-ins, Overlord and Shishiyu will appear -------- If the plug-ins provided by the Internet cafe are updated in time on the server, when the BAT call menu is started, the following command is

::Synchronous game plug-ins
xcopy \\game\D\game plug-in D:\tool\game plug-in /d /y /q /e

The plug-in will be updated-----------The menu has been launched successfully at this time, so it will not affect the use of the customer.

How to solve the plug-in that customers use? Specify a category in QMENU called "Use your own plug-in"--------Set its path to "d:\Game Plug-in". When a customer downloads his or her plug-in to "d:\Game Plug-in", start the plug-in from the menu and it can be used normally! ~~~



It's probably like this~~ Dear brothers, if you have any questions, I will try my best to answer them! ~~~ Also, thank you Banzhu for your kindness to me~~~ Thank you