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

注册 登录

QQ登录

只需一步,快速开始

查看: 15478|回复: 45
打印 上一主题 下一主题

[分享] 【MOD】生存技能第一个技能解锁绝大部分图纸

  [复制链接]

25

主题

315

帖子

368

积分

高级玩家

Rank: 4

贡献度
17
金元
3002
积分
368
精华
0
注册时间
2009-10-14
跳转到指定楼层
主题
发表于 2015-2-3 07:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
data/script/inventory/inventory.scr
找Item("Bndl_Survival101", CategoryType_ItemBundle)

把整个项改成

Item("Bndl_Survival101", CategoryType_ItemBundle)
    {
        ItemType(ItemType_ItemBundle);
        BundleItems()
        {
            Item("Craftplan_MedKit_Large_Healing", 1);
    Item("Craftplan_MedKit_Large_Natural", 1);
    Item("Craftplan_Lockpick", 1);
    Item("Craftplan_FireCrackers", 1);
    Item("Craftplan_ThrowableWater", 1);
    Item("Craftplan_ThrowableFuel", 1);
    Item("Craftplan_Shuriken", 1);
    Item("Craftplan_ThrowingKnife", 1);
    Item("Craftplan_Molotov", 1);
    Item("Craftplan_Flare", 1);
    Item("Craftplan_Bomb", 1);
    Item("Craftplan_NailBomb", 1);
    Item("Craftplan_BurningShuriken", 1);
    Item("Craftplan_ExplodingShuriken", 1);
    Item("Craftplan_FreezingShuriken", 1);
    Item("Craftplan_PoisonMelee", 1);
    Item("Craftplan_BleedMelee", 1);
    Item("Craftplan_ElectricMelee", 1);
    Item("Craftplan_BurnMelee", 1);
    Item("Craftplan_BlastMelee", 1);
    Item("Craftplan_AntPotion", 1);
    Item("Craftplan_HyenaPotion", 1);
    Item("Craftplan_WolfPotion", 1);
    Item("Craftplan_TarantulaPotion", 1);
    Item("Craftplan_Cloud9", 1);
    Item("Craftplan_PoisonPen", 1);
    Item("Craftplan_Dentist", 1);
    Item("Craftplan_StinkyEdge", 1);
    Item("Craftplan_PuffPuffPass", 1);
    Item("Craftplan_PoisonStrapon", 1);
    Item("Craftplan_AirportSecurity", 1);
    Item("Craftplan_WaterCurrent", 1);
    Item("Craftplan_Electrician", 1);
    Item("Craftplan_Electrocutioner", 1);
    Item("Craftplan_Tazer", 1);
    Item("Craftplan_TruActionElectricBaseball", 1);
    Item("Craftplan_ShortCircuit", 1);
    Item("Craftplan_ZombieClassic", 1);
    Item("Craftplan_Zazhigalka", 1);
    Item("Craftplan_Welder", 1);
    Item("Craftplan_FlameBlade", 1);
    Item("Craftplan_PocketLighter", 1);
    Item("Craftplan_HeavyWelder", 1);
    Item("Craftplan_SpikedCollar", 1);
    Item("Craftplan_GetMedieval", 1);
    Item("Craftplan_Barbershop", 1);
    Item("Craftplan_FlapClap", 1);
    Item("Craftplan_CattleStamp", 1);
    Item("Craftplan_Rooster", 1);
    Item("Craftplan_HomeRun", 1);
    Item("Craftplan_GTFO", 1);
    Item("Craftplan_StayDown", 1);
    Item("Craftplan_CutNGo", 1);
    Item("Craftplan_FreezeBomb", 1);
    Item("Craftplan_PoisonBomb", 1);
    Item("Craftplan_PoisonFireCrackers", 1);
    Item("Craftplan_BombFireCrackers", 1);
    Item("Craftplan_NailsFireCrackers", 1);
    Item("Craftplan_PukeNNuke", 1);
    Item("Craftplan_BadHangover", 1);
    Item("Craftplan_FilthyBlade", 1);
    Item("Craftplan_FireLauncher", 1);
    Item("Craftplan_GTFO20", 1);
    Item("Craftplan_BadAss", 1);
    Item("Craftplan_GlowingStick", 1);
    Item("Craftplan_GrillemAndKillem", 1);
    Item("Craftplan_Zappo", 1);
    Item("Craftplan_SurpriseMFs", 1);
    Item("Craftplan_ThornCrown", 1);
    Item("Craftplan_HolyGhost", 1);
    Item("Craftplan_ElectriCutter", 1);
    Item("Craftplan_ToxicReaper", 1);
    Item("Craftplan_PoisonBlast", 1);
    Item("Craftplan_GodHammer", 1);
    Item("Craftplan_AngelSword", 1);
    Item("Craftplan_AllInOne", 1);
    Item("Craftplan_LightingRod", 1);
    Item("Craftplan_Cloak_Prime", 1);
    Item("Craftplan_Poison_Prime", 1);
    Item("Craftplan_GhulPotion", 1);
    Item("Craftplan_ImpactShield", 1);
    Item("Craftplan_ElectricShield", 1);
    Item("Craftplan_FreezeShield", 1);
    Item("Craftplan_Cloak_Mushrooms", 1);
    Item("Craftplan_Cloak_Goon", 1);
    Item("Craftplan_Cloak_Bomber", 1);
    Item("Craftplan_KurtBomb", 1);
    Item("Craftplan_MedKit_Algae", 1);
    Item("Craftplan_ZaidFlare", 1);
    Item("Craftplan_Shield",  1);
        }
        Mesh("flars_box_a.msh");
        HudIcon("blueprint_a");
        Color(Color_White);
    }



这样只要学了第一个技能,这些图纸统统学会……不用费尽去找了……


话说我没找到一些神器的图纸的项目,EXP石中剑,空袭啥的……有哪位做MOD的大大找到了么?(我时间不多,没有全看一遍)

评分

5

查看全部评分

回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-30 05:19 , Processed in 0.032668 second(s), 21 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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