3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 779|回复: 2
打印 上一主题 下一主题

[求助] 如何实现初始时多张法术书和扩展房间

[复制链接]

1

主题

47

帖子

55

积分

初级玩家

Rank: 2

贡献度
0
金元
553
积分
55
精华
0
注册时间
2022-1-5
跳转到指定楼层
主题
发表于 2023-6-14 15:43 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
作为一个强迫症没有办法收集全法术书实在太令人悲伤了,而我又不准备过于破坏其平衡性,因此准备制作Mod对其进行修改,只挑出之前Mod中部分技能实现

然而我找了很久都没有找到对应的变量,于是呼唤一下大佬,了解一下开局固定给6X2张法术页口袋维度给5个额外房间这两个修改是如何实现的
回复

使用道具 举报

50

主题

2244

帖子

2734

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
246
金元
17502
积分
2734
精华
0
注册时间
2008-3-14
舒服的沙发
发表于 2024-5-8 13:31 | 只看该作者
严重支持楼主出MOD
回复 支持 反对

使用道具 举报

2

主题

112

帖子

130

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1300
积分
130
精华
0
注册时间
2018-10-30
硬硬的板凳
发表于 2024-8-24 12:21 | 只看该作者
感觉是找到了接口,然后直接改动数值,比如页数那里,"AsPrimary"(主要流派): {
        "ActivePages": [
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_1.asset"(大地1)
            },
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_2.asset"(大地2)
            },
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_3.asset"(大地3)
            },
            {
                "ContentPath": "Spellbook/Research/School_Enchantment/Page_Enchantment_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Guardian/Page_Guardian_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Manipulation/Page_Manipulation_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Nature/Page_Nature_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Occultism/Page_Occultism_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Death/Page_Death_1.asset"
            }
        ],
"FinishedMilestones": []
    },
    "AsBoth":(次要流派) {
        "ActivePages": [
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_2.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_3.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Earthmaster/Page_Earthmaster_4.asset"(大地4)
            },
            {
                "ContentPath": "Spellbook/Research/School_Enchantment/Page_Enchantment_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Guardian/Page_Guardian_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Manipulation/Page_Manipulation_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Nature/Page_Nature_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Occultism/Page_Occultism_1.asset"
            },
            {
                "ContentPath": "Spellbook/Research/School_Death/Page_Death_1.asset"
            }
        ],
通过对主要流派和次要流派的魔法页设定,达成开局获得多少页魔法页的成果,比如这里,主要大地,次要大地就能获得4页大地流派,其它流派各一页。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2025-4-2 02:19 , Processed in 0.083952 second(s), 14 queries , Memcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表