初始化内容

This commit is contained in:
2026-09-16 14:07:40 +08:00
parent 6934b390bf
commit 4f643c1e7c
18350 changed files with 6088489 additions and 305 deletions
+11
View File
@@ -0,0 +1,11 @@
/log
/*.ilk
/*.pdb
/*.exe
/memory_leak_report.txt
/vld.ini
/temp
/binary
/dl
/Microsoft.DTfW.DHL.manifest
/out
+154
View File
@@ -0,0 +1,154 @@
[Setup]
ControlHelpButton=0
RankButton=0
WhisperButton=1
FriendButton=0
OpenShopButton=1
MissionButton=0
UserShopButton=1
ActionLogButton=0
OpenHeroButton=0
ShowMerchantDlgHelp=0
WebButton=0
ChallengeButton=0
GloryButton=1
HorseButton=0
DBotFuncs0=1
DBotFuncs1=1
DBotFuncs2=1
DBotFuncs3=1
DBotFuncs4=1
DBotFuncs5=1
FullBack=0
NpcMemoOffSetX=20
NpcMemoOffSetY=54
NpcMenuListOffSetX=0
NpcMenuListOffSetY=0
HomePage=http://www.kp74.com
StartGameAuxiliary=1
CanOpenGameConfigDlg=1
NotCanUseClientConfig=0
PlugIn=1
ClientConfigTabSheetVisible0=1
ClientConfigTabSheetVisible1=1
ClientConfigTabSheetVisible2=1
ClientConfigTabSheetVisible3=1
ClientConfigTabSheetVisible4=1
ClientConfigTabSheetVisible5=0
ClientConfigTabSheetVisible6=0
ClientConfigTabSheetVisible7=0
ClientConfigTabSheetVisible8=0
ClientConfigTabSheetVisible9=1
MoveFrameTime=550
AttackFrameTime=430
SpellFrameTime=400
AutoPickupTime=300
TabGetName=0
ShowGreenHintStyle=1
MouseDownAttackHum=0
ShowHintWindowFrame=1
ShowHintWindowLine=1
HintWindowbackgroundColor=0
HintWindowbackgroundAlpha=150
SuspensionShowItem=1
ShowItemValue=1
SuspensionShowItemPosition=0
ShowItemProgressBars=1
ShowItemNeed=1
ShowItemWindowStyle=2
ShowMoveItemMakeIndex=0
MonStruckShowNumber=1
HumStruckShowNumber=1
CloseBookProtect=0
CloseLogoutProtect=0
BagRightkey=1
ShowBagGameGold=1
ShowBagGameGoldX=45
ShowBagGameGoldY=398
GetExpMsgAddChatBoardMsg=0
AddItemMsgFColor=250
AddItemMsgBColor=0
AddItemMsgX=10
AddItemMsgY=40
AddItemMsgXRightToLeft=0
GetExpMsgFColor=250
GetExpMsgBColor=0
GetExpMsgX=10
GetExpMsgY=476
GetExpMsgXRightToLeft=0
UpLevelMsgFColor=250
UpLevelMsgBColor=0
UpLevelMsgX=10
UpLevelMsgY=40
UpLevelMsgXRightToLeft=0
HeroAddItemMsgFColor=2
HeroAddItemMsgBColor=0
HeroAddItemMsgX=30
HeroAddItemMsgY=40
HeroAddItemMsgXRightToLeft=0
HeroGetExpMsgFColor=2
HeroGetExpMsgBColor=0
HeroGetExpMsgX=30
HeroGetExpMsgY=40
HeroGetExpMsgXRightToLeft=0
HeroUpLevelMsgFColor=2
HeroUpLevelMsgBColor=0
HeroUpLevelMsgX=30
HeroUpLevelMsgY=40
HeroUpLevelMsgXRightToLeft=0
UseFindPath=1
ChangeVolume=0
[Settings]
ShowBleed=1
NumberBleed=1
ShowLevel=1
ExpFilter=1
TopInfo=1
ShowName=1
ShowTitle=1
Bleed=1
ShowItem=1
ItemFilter=1
NeedTips=0
TaiShan=1
WeightFree=1
MagicLock=1
AutoPickUp=1
AutoMedicine=1
AutoRepair=1
Persistent=1
NoShift=1
HideCorpse=1
HideWing=1
HideWeaponEffec=1
ShowMap=1
Highlight=1
BGMusic=1
ShowMonsterName=1
Petrifaction=1
OldMoveMode=1
Shake=1
SmartTracking=1
EquipCmp=0
HideOtherEffect=1
ShowSimplePlayer=1
DisplayNPC=1
StopTransactions=0
AutoHide=0
DFQH=1
AutoDun=1
DDCS=0
GWCS=1
ZWCS=1
ZNBY=1
AutoLH=1
ZRJF=1
SLZ=1
LYJF=1
LockBPX=0
LockBLHY=1
LockJFDY=1
LockLXHY=1
RedGreen=1
AutoKTZ=1
+27
View File
@@ -0,0 +1,27 @@
class UIMod
{
void CreateUI()
{
@_panel = g_ui.CreatePanel();
//UI::ListBox@ lst = g_ui.CreateListBoxDefault();
UI::Text@ txt = g_ui.CreateTextDefault();
txt.SetString("mod管理器");//string_view("mod管理器"));
_panel.Add(txt);
}
UI::Panel@ _panel;
}
UI::Panel@ initUI(string x)
{
print(x);
UIMod mod = UIMod();
mod.CreateUI();
return mod._panel;
}
+9
View File
@@ -0,0 +1,9 @@
void main()
{
string a = "Hello";
string b = "World";
print(a + ' ' + b + "!");
int c = 2;
int d = 3;
// print(c + d);
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,2 @@
0
0
@@ -0,0 +1,12 @@
{
"type": "multi",
"format": "{1:0>6}",
"dir": 1,
"ani":[
{
"name": "normal",
"beg":450,
"count":15,
"ftime":200
}]
}
+3
View File
@@ -0,0 +1,3 @@
{
"split": [3, 3]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

@@ -0,0 +1,2 @@
-39
-88
@@ -0,0 +1,2 @@
-44
-93
@@ -0,0 +1,2 @@
-45
-96
@@ -0,0 +1,2 @@
-49
-99
@@ -0,0 +1,3 @@
-49
-102
@@ -0,0 +1,2 @@
-52
-102
@@ -0,0 +1,2 @@
-58
-102
@@ -0,0 +1,2 @@
-62
-110
@@ -0,0 +1,2 @@
-62
-110
@@ -0,0 +1,2 @@
-62
-110
@@ -0,0 +1,12 @@
{
"type": "multi",
"format": "{1:0>6}",
"dir": 1,
"ani":[
{
"name": "normal",
"beg":170,
"count":10,
"ftime":45
}]
}
+3
View File
@@ -0,0 +1,3 @@
{
"split": [3, 1]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Some files were not shown because too many files have changed in this diff Show More