曾经的锐起CGO2043是以IMG包的形式存放游戏的,但服务端又不能自动出盘进行更新,当时就写了这个工具,开机可以自动开IMG包,达到自动更新游戏的目的!
源码为delphi,如果需要的可以下载!
下载地址
链接: https://pan.baidu.com/s/1nuNi8hr 密码: r7g6
解压密码 bnwin.com
其中部份源码
s3:^Integer; begin GSGW32_LoadDriver; s1:=dname; s2:=(dsize*1024)*1024; s2:=s2*1024; asm lea eax,s2; mov edx,s1; mov al,[edx]; mov s3,eax; end; GSGW32_Mount(sn,s3,@s2,PChar(dimg)); end; function TService1.diskgo(diskname:string):Boolean; var d2:string; n,i:Integer; begin d2:=UpperCase(Trim(diskname)); for i:=1 to Length(d2) do begin n:=Ord(d2[i]); GSGW32_Umount(n); end; GSGW32_UnloadDriver; end;
未经允许不得转载:百脑问 » 锐起CGO2043服务端出盘源码
评论前必须登录!