Game client codebase including: - CharacterActionControl: Character and creature management - GlobalScript: Network, items, skills, quests, utilities - RYLClient: Main client application with GUI and event handlers - Engine: 3D rendering engine (RYLGL) - MemoryManager: Custom memory allocation - Library: Third-party dependencies (DirectX, boost, etc.) - Tools: Development utilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
VERSION 5.00
|
|
Begin VB.Form Form2
|
|
BorderStyle = 0 'None
|
|
Caption = "Form2"
|
|
ClientHeight = 1080
|
|
ClientLeft = 0
|
|
ClientTop = 0
|
|
ClientWidth = 7575
|
|
LinkTopic = "Form2"
|
|
MaxButton = 0 'False
|
|
MinButton = 0 'False
|
|
ScaleHeight = 1080
|
|
ScaleWidth = 7575
|
|
ShowInTaskbar = 0 'False
|
|
StartUpPosition = 3 'Windows Default
|
|
Begin VB.PictureBox Picture1
|
|
Height = 855
|
|
Left = 120
|
|
ScaleHeight = 795
|
|
ScaleWidth = 7275
|
|
TabIndex = 0
|
|
Top = 120
|
|
Width = 7335
|
|
Begin VB.Label Label1
|
|
Caption = "Loading Assembly Please Wait"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 24
|
|
Charset = 0
|
|
Weight = 400
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 555
|
|
Left = 240
|
|
TabIndex = 1
|
|
Top = 120
|
|
Width = 6615
|
|
End
|
|
End
|
|
End
|
|
Attribute VB_Name = "Form2"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
'
|
|
' Copyright (C) 1999-2001 Microsoft Corporation. All Rights Reserved.
|
|
'
|
|
' File: AutoLoad.frm
|
|
' Content: Autoparts loading dialog
|
|
'
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|