- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
潜行者 cop 数据修改教程(国外英文资料)
潜行者 cop 数据修改教程(国外英文资料)
Appendix:
The file name and location of the various common functions need to be modified:
Function: modify load
File 1: gamedata \ config \ system.ltx
Location 1: [inventory], max_weight
File name 2: gamedata \ config \ creatures \ actor. LTX
Location 2: [actor], max_item_mass
File name 3: gamedata \ config \ creatures \ actor. LTX
Location 3: [actor_condition], max_walk_weight
Function: modify the price of various items (non-protective/weapon/ammon/artifact)
File name: gamedata \ config \ misc \ items. LTX
Location: *, cost
Function: modify various protection price
File name: gamedata \ config \ misc \ in.ltx
Location: [* _], cost
Function: change the price of various weapons
File name: gamedata \ config \ weapons \ w_ *.ltx
Location: (wpn_ *), cost
Function: modify various ammunition prices
File name: gamedata \ config \ weapons \ weapons.ltx
Location: [ammo_ *], cost
Functionality: modifying the price of various artifacts
File name: gamedata \ config \ misc \ artefacts.ltx
Location: [af_ *], cost
Function: can carry oil bucket
File name: gamedata \ config \ weapons \ weapons.ltx
Location: [explosive_barrel], can_take
Note: can_take = false is changed to can_take = true
Function: modify weapon wear speed
File name: gamedata \ config \ weapons \ w_ *.ltx
Location: [wpn_ *], condition_shot_dec
Note: condition_shot_dec = 0.0 indicates no wear, and the higher the value of the weapon the faster the damage.
Function: modify the probability of weapon shell
File name: gamedata \ config \ weapons \ w_ *.ltx
Location: [wpn_ *], misfire_probability
Note: even if you set it to 0.0, you will have a shell and dont know how the game was designed...
Function: modify weapon speed
File name: gamedata \ config \ weapons \ w_ *.ltx
Location: [wpn_ *], RPM
Function: modify the capacity of weapon clip
File name: gamedata \ config \ weapons \ w_ *.ltx
Location: [wpn_ *], ammo_mag_size
Function: to modify the type of ammunition available
File name: gamedata \ confi
文档评论(0)