部落与弯刀Wiki
搜索
登录
↓
个人工具
创建账户
登录
导航菜单
导航
汉家松鼠官网
首页
游戏介绍
MOD开发者手册
MOD开发教学视频
新闻(Steam)
讨论区(Steam)
创意工坊(Steam)
下载(Steam)
语言
简体中文
English
查看“Terminology”的源代码
来自部落与弯刀Wiki
←
Terminology
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于这些用户组的用户使用:
管理员
、
界面管理员
您可以查看与复制此页面的源代码。
'''Client'''<br>If there is no further explanation, Client refers to the executable program of Sands of Salzaar. '''MOD'''<br>Modifications, changes, or enhancement programs of the game. In Sands of Salzaar, MOD includes plugins and scenarios. '''Plugin'''<br>A type of MOD in Sands of Salzaar. Players can select multiple plugins and use them to add extra functions to a scenario. '''Scenario'''<br>A type of MOD in Sands of Salzaar. Only one scenario can be activated at a time. A selected scenario is always the current game package. '''Configuration Table'''<br>Tables used to store configuration information of the game. Configuration tables are usually Excel files. '''Generate/Pack'''<br>The process of packing original resources and configuration tables into resource packages which can be used by the game. '''Playthrough'''<br>A playthrough is a process of going through the game from its start to the achievement of its ultimate goal. Sands of Salzaar is a game that allows multiple playthroughs. Players can experience the same scenario repeatedly. '''Legacy'''<br>After a playthrough, players will gain legacy points, which can be used for modifying the initial setup at the start of your next new game. '''HSFramework'''<br>Han-Squirrel Studio’s middleware of game development, which includes a configuration table packing tool, resource management, and other functions. '''Dungeon Skill'''<br>In the early development stage of the game, we designed a set of unique dungeon skills to replace the characters’ basic attacks for the dungeon exploration feature. In later versions, characters can use these skills in all kinds of battle even if they are not in a dungeon. After a character is equipped with a dungeon skill, their basic attack will be replaced by this skill. Other attributes like attack range and attack speed are also changed accordingly. '''XML'''<br>XML stands for Extensible Markup Language, the subset of Standard Generalized Markup Language (SGML). XML is a markup language that is used to structure electronic files. '''Json'''<br>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is a strict subset of ECMAScript (a restriction for Java made by Computer Manufacturers Association). JSON is a language-independent data format that can be used to store and transmit data. JSON has become an ideal language for data transmission with its clear and concise structure. JASON is human-readable and comparatively easy for coding. Many modern programming languages include codes to generate and parse JSON-format data, which improves the efficiency of data transmission. '''Unity'''<br>A game engine called Unity. '''IL2CPP'''<br>IL2CPP is a method of compiling code in Unity. It interprets the programming language of C# to that of C++, and then it uses the C++ compiler to compile. '''Mono'''<br>Mono is a method of compiling code and a runtime environment. The .dll file created is comparatively easy to be decompiled and has its codes exposed by third party tools. '''Assetbundle'''<br>A packing method in Unity that can pack a pile of resources into a resource package.
返回至
Terminology
。