DR -> DR SDK #16
@ -73,7 +73,7 @@ class _DR_option(Options):
|
|||||||
use_cProfile: bool = False
|
use_cProfile: bool = False
|
||||||
use_local_logging: bool = False
|
use_local_logging: bool = False
|
||||||
use_DR_rust: bool = True
|
use_DR_rust: bool = True
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
playing: bool = False
|
playing: bool = False
|
||||||
debugging: bool = False
|
debugging: bool = False
|
||||||
@ -122,16 +122,16 @@ class _DR_runtime(Options):
|
|||||||
API_version: Version = Api_version # DR SDK API 版本
|
API_version: Version = Api_version # DR SDK API 版本
|
||||||
DR_long_version: int = long_version # DR SDK 内部协议版本 (不要问我为什么不用 Version,我也在考虑)
|
DR_long_version: int = long_version # DR SDK 内部协议版本 (不要问我为什么不用 Version,我也在考虑)
|
||||||
|
|
||||||
DR_Rust_version: Version = DR_rust_version # 后面要去掉的 DR_rs 版本
|
|
||||||
DR_Rust_get_version: Optional[Version] = None # 后面也要去掉的 DR_rs 版本
|
|
||||||
|
|
||||||
DR_Mod_List: List[Tuple[str, Version]] = [] # DR Mod 列表
|
DR_Mod_List: List[Tuple[str, Version]] = [] # DR Mod 列表
|
||||||
|
|
||||||
|
DR_Rust_version: Version = DR_rust_version # 后面要去掉的 DR_rs 版本
|
||||||
|
DR_Rust_get_version: Optional[Version] = None # 后面也要去掉的 DR_rs 版本
|
||||||
|
|
||||||
# run status
|
# run status
|
||||||
running: bool = False
|
running: bool = False
|
||||||
start_time_ns: int = None
|
start_time_ns: Optional[int] = None
|
||||||
client_setup_cause_ns: int = None
|
client_setup_cause_ns: Optional[int] = None
|
||||||
server_setup_cause_ns: int = None
|
server_setup_cause_ns: Optional[int] = None
|
||||||
|
|
||||||
# game runtimes
|
# game runtimes
|
||||||
# global_logger: logging.Logger
|
# global_logger: logging.Logger
|
||||||
|
@ -3,10 +3,3 @@
|
|||||||
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
||||||
# All rights reserved
|
# All rights reserved
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
"""
|
|
||||||
writen by shenjackyuanjie
|
|
||||||
mail: 3695888@qq.com
|
|
||||||
github: @shenjackyuanjie
|
|
||||||
gitee: @shenjackyuanjie
|
|
||||||
"""
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
[command]
|
|
||||||
log = 1000
|
|
||||||
show = 20
|
|
||||||
size = 12
|
|
@ -19,3 +19,6 @@ full_screen = false
|
|||||||
width = 1024
|
width = 1024
|
||||||
height = 768
|
height = 768
|
||||||
gui_scale = 1
|
gui_scale = 1
|
||||||
|
|
||||||
|
[game.mods]
|
||||||
|
path = "mods"
|
||||||
|
Loading…
Reference in New Issue
Block a user