少年修仙传客户端基础资源
lwb
2020-10-23 a52c024c4d5e4a112ec12e65f5b209d0698c1562
9527 多语言改为一张新表配置:InitialFunction
4个文件已修改
12 ■■■■■ 已修改文件
Assets/Editor/Tool/ClientPackage.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ClientPackage_Standalone.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/VersionConfigs/Versions.txt 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Resources/VersionConfig.asset.meta 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ClientPackage.cs
@@ -120,7 +120,8 @@
                    || file.FullName.Contains("HelpInfo.txt")
                    || file.FullName.Contains("PriorBundle.txt")
                    || file.FullName.Contains("PriorLanguage.txt")
                    || file.FullName.Contains("ApkUpdateUrl.txt"))
                    || file.FullName.Contains("ApkUpdateUrl.txt")
                    || file.FullName.Contains("InitialFunction.txt"))
                {
                    builtInFiles.Add(file);
                    continue;
Assets/Editor/Tool/ClientPackage_Standalone.cs
@@ -13,7 +13,7 @@
    static readonly string versionsFilePath = Application.dataPath + Path.DirectorySeparatorChar + "Editor/VersionConfigs/Versions.txt";
    static readonly string[] baseLevels = new string[] { "Assets/Resources/Scenes/Launch.unity", "Assets/Resources/Scenes/Empty.unity" };
    static readonly List<string> builtinConfigs = new List<string>() {
        "Contact.txt","HelpInfo.txt","PriorBundle.txt","PriorLanguage.txt","ApkUpdateUrl.txt"
        "Contact.txt","HelpInfo.txt","PriorBundle.txt","PriorLanguage.txt","ApkUpdateUrl.txt","InitialFunction.txt"
    };
    public static bool obfuscatorEnabled
Assets/Editor/VersionConfigs/Versions.txt
@@ -1,9 +1,10 @@
Id    name    AppId    VersionAuthority    m_Version    m_ClientPackageFlag    m_Branch    m_GameId    m_AssetAccess    m_PartAssetPackage    m_ProductName    m_BundleIdentifier    m_KeystoreFileName    m_KeystorePassword    m_KeystoreAlias    m_KeystoreAliasPassword    m_AppleDeveloperTeamID    m_DebugVersion    m_IsBanShu    m_LogoPosition    m_BanHao    m_SpID    m_Recharge    m_CreateRolePattern                                                        
版本标识    版本名称    渠道id    版本权限,0是测试版本,1是发布版本    版本号    客户端标识    分支    游戏项目标识    资源,0NullAsset,1HalfAsset,2FullAsset,3IgnoreDownLoad    是否分包,0不分包,1分包    产品名    产品包名    签名文件名    签名文件密码    签名文件别名    签名文件别名密码    开发者账号密码    是否debug版本,0否1是    是否版署版本,0否1是    登录界面的Logo位置    版号    运营商ID    充值界面风格    创角场景风格                                                        
9998    mxd    test    0    1.100.1    aaa    4    mxd    2    1    萌仙道    com.zyxhgame.mxd    mengxiandao    mengxiandao2020    mengxiandao    mengxiandao2020    1    0    (-15,64)            0
9999    TheSecondWorld    test    0    2.0.600    aaa    2    xbqy    1    1    仙宝奇缘    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        0    0    (-32,144)            0                                                            
10000    TheSecondWorld    test    0    1.100.1    aaa    2    xbqy    3    1    少年修仙传    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        1    0    (-32,144)            0                                                            
1    xbqy    226114725    1    2.0.600    test    900    xbqy    2    1    仙宝奇缘    com.shandangceshi.snxxz    shandangceshi    shandangceshi2018    shandangceshi    shandangceshi2018        0    0    (-32,144)        226114725    0                                                            
15    mgxbqy    mgxbqy    1    2.0.600    5001    1    xbqy    1    1    梦灵传说    com.mhtj.mg    shandangceshi    shandangceshi2018    shandangceshi    shandangceshi2018        0    0    (0,80)        mggame    0    1                                                        
16    mgxbqy    mgxbqy    1    2.0.600    5001    2    xbqy    1    1    梦灵传说    com.mhtj.mg    shandangceshi    shandangceshi2018    shandangceshi    shandangceshi2018        0    0    (0,80)        mggame    0    1                                                        
900    mgxbqy    mgxbqy    1    2.0.600    5001    2    xbqy    3    1    梦灵传说    com.mhtj.mg    shandangceshi    shandangceshi2018    shandangceshi    shandangceshi2018        0    0    (0,80)        mggame    0    1    
9998    xmyjgame    xmyjgame    1    1.100.2    aaa    4    xbqy    1    1    仙魔战场    com.xfzc.yj.quick    mengxiandao    mengxiandao2020    mengxiandao    mengxiandao2020        0    0    (-15,64)    出版单位名称:天津电子出版社有限公司 著作权人名称:广州秒乐网络科技有限公司</r>运营单位:广州游路网络科技有限公司 游戏内容类别:移动游戏 批文号:国新出审[2019]1132号 游戏版号:ISBN 978-7-498-06329-8    xmyjgame    0
9527    TheSecondWorld    test    0    2.0.600    aaa    2    xbqy    2    1    仙宝奇缘    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        0    0     (-32,144)            0
Assets/Resources/VersionConfig.asset.meta
@@ -1,7 +1,7 @@
fileFormatVersion: 2
guid: 5ffba793fcd073b4ab51e7b6c397aabf
timeCreated: 1533544751
licenseType: Pro
timeCreated: 1603279013
licenseType: Free
NativeFormatImporter:
  mainObjectFileID: 11400000
  userData: