I followed the steps in this tutorial
http://www.vbgore.com/Status_Windowhowever,Im having a trouble in Editing the Client
the contents of my GameClient.vbp
is just this
Code:
Type=Exe
Reference=*\G{E1211242-8E94-11D1-8808-00C04FC2C603}#1.0#0#..\..\..\..\WINDOWS\System32\dx8vb.dll#DirectX 8 for Visual Basic Type Library
Reference=*\G{56A868B0-0AD4-11CE-B03A-0020AF0BA770}#1.0#0#..\..\..\..\WINDOWS\system32\quartz.dll#ActiveMovie control type library
Module=Declares; Code\Client\Declares.bas
Form=Code\Client\frmConnect.frm
Form=Code\Client\frmMain.frm
Module=General; Code\Client\General.bas
Module=TCP; Code\Client\TCP.bas
Module=TileEngine; Code\Client\TileEngine.bas
Module=AllFilesInFolder; Code\Common Code\AllFilesInFolder.bas
Module=Compressions; Code\Common Code\Compressions.bas
Class=DataBuffer; Code\Common Code\DataBuffer.cls
Class=Particle; Code\Common Code\Particle.cls
Module=Particles; Code\Common Code\Particles.bas
Module=Encryptions; Code\Common Code\Encryptions.bas
Module=FilePaths; Code\Common Code\FilePaths.bas
Module=DataIDs; Code\Common Code\DataIDs.bas
Form=Code\Client\frmNew.frm
Module=Input; Code\Client\Input.bas
Module=Sound; Code\Client\Sound.bas
Module=PictureTextBox; Code\Client\PictureTextBox.bas
Object={AF557C8D-94D0-480C-877A-EFB69B11E892}#1.0#0; GOREsockClient.ocx
IconForm="frmMain"
Startup="Sub Main"
HelpFile=""
Title="vbGORE"
ExeName32="GameClient.exe"
Command32=""
Name="GameClient"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=14
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Spodi"
VersionProductName="vbGORE Client"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=-1
OverflowCheck=-1
FlPointCheck=-1
FDIVCheck=-1
UnroundedFP=-1
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
DebugStartupOption=0
[MS Transaction Server]
AutoRefresh=1
could anyone help me why my GameClient is different?
Thanks to any help ^__^
BTW, this is my first post....
Hi, guys...
I'm in!