Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Yomi

#1
提示 : 此MOD仅用于 "GDH4-Chang Yomi Servers".
Note : this mod can only use to "GDH4-Chang Yomi Servers".

通常情况下此MOD仅在此服务器中有效,如果其他服务器同样挂载了此MOD,那么也将支持。
other servers cannot support , also only if add mod in other servers.

MOD改变了成吨的游戏设定,全部写出来的话超出论坛字数限制,所以请通过下面的地址跳转阅读。
this mod changed so many , i cant write here (too many words, length not allowed by the forum)
Mod Info list (thats to much): 请点击此处了解更多MOD内容 / plz click here to read mod info (https://forums.atomictorch.com/index.php?topic=1823.0)

Mod Version : 1.0.4
Type : Server + Client

How to use :
Mod file here : *:\you computer (windows) name\My Documents\AtomicTorchStudio\CryoFall\Mods

flie : *:\you computer (windows) name\My Documents\AtomicTorchStudio\CryoFall\ModsConfig.xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>  ... other mod lines ...  </mod>
  <mod>YomiSetExpansion_1.0.4</mod>
</mods>



MOD下载地址 / Download Mod : Click Here (https://wws.lanzous.com/i7gFgjhgjub) Code : e83m

Tips:
1. click " Yomi Set Expansion 1.0.4.zip"
2. click "电信下载"or"联通下载".
3. if cant , just try to click "普通下载".
#2
Mods / [Mod]Farming Plus 0.0.3 for Fix
December 16, 2020, 04:38:31 AM
=====Farming Plus By j0hnbane (https://forums.atomictorch.com/index.php?topic=1252.0)=====

first , for now im not "Farming Plus" Authorization , i cant contact author.
so this topic will to be deleted of anytime , or when author need i will do this.

1. repaint all plants texture.
2. fix all scripts to add plants spoiled state.
3. add chinese language.

New Texture :


























Mod Download : Click Here (https://drive.google.com/file/d/1BX8KCvwfDlfc4MPdnSOiuiyBNr9Ab56H/view?usp=sharing)

How to use :
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod> ...  other mod lines  ... </mod>
  <mod>Farming_Plus_0.0.3</mod>
</mods>
#3
Modding info / how to use the ΓÇ£if" ?
December 10, 2020, 07:44:41 PM
            base.PrepareHints(hints); // or other way?
            hints.Add(ItemHints.ImplantApplication);
if ( ???? ItemImplantNanofiberSkin)
{
hints.Add(ItemHints.YomiImplantHealthApplication);
}


i add to Skin Implant a new ability , i need show tips.
but i wanna holy show this item.

how can i use "if" (other?)to confirm?

an other question :
how can to control animation speed?

like we change player or vehicle to high speed , an then just look like crazy.

now we have a way :
if server move = 7
then client move = 3.5

but this dosent to work forever , every once update need to change tiwce files.
#4
Ideas and suggestions / flash idea
December 10, 2020, 06:42:03 AM
i will writing for anytime if i think.

use chinese language to say : thats not science.

like "Structural Plating" , hows made that?
we dont have a machine tool , right?

so why didnt to add a machine tool?
and then we have machine tool , now we have steam punch , so we can made steel plate.
but we have a new question :"how can i made a steel cube?"
i cant use my hand to do this , yes i need welding rod! and jesus! what material welding rod?

so.....this really science~~~
More science and complex recipes!!!

weather :
if rain ,
Get sick (new buff , like cold sick)
something bomb cannot be use (cant fire or Damp ammo)

if snow ,
storm snow - low move speed - low vision (buff)
cold - Mechanical failure - body forzen until die (buff)

PS: i try to fix infection mod but i fail , some code idk hows work.
guns :
if low skills level or newnoob.... :)
then : Tips :ΓÇ£you really dont know how to use a gun , now u guns has been blast , u hand is bleeding(or a super explosion , player is dead XD)!"
in game....gun is gone(Durability = 0 , ammo lost) , player dead or get something debuff.

mining :
you are mining , after sometime or once mining. u pickaxe has been broken(Durability = 0) , because u hitt a super hard stone , you dont know whats this . but you should be keep it in yourself.
#5
Modding info / plz delete
December 08, 2020, 08:47:32 AM
sry , i find 0.0.2ver , is already fix scripts bug.

Mod Version : 0.0.1

first saying. for now i dont have MOD authorization.
so i cant give u any mod files.
only just to telling u "what can i do , how can i fix".
after then i will try to call author.

today i was going to use <farming plus> mod , but i have some wrong message.
so i started check this mod file.
and then find something :

Mod Name :
usually , we just need to add mod name.
but if used <Farming_Plus> , also need mod version.
otherwise , the program will be delete that mod line.
i guess the program need "_" to discern mod version , means "_" = space key.

wrong:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>Farming_Plus</mod>
</mods>


right:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>Farming_Plus_0.0.2</mod>
</mods>


also you can change mod name.
-------------------------------------------------------------------------------------------
Icon :
now the file path : Content\Textures\Technologies\Tier4\Farming4\Group.png
program cannot be recognized , then cause an error in "TechGroup.cs"

Fix : Content\Textures\Technologies\Tier4\Farming.png
now , as you see the icon is normal.
-------------------------------------------------------------------------------------------
Scripts :
file path : Scripts\Technologies\Tier4\Farming4\TechGroupFarming4.cs

bad:
namespace AtomicTorch.CBND.CoreMod.Technologies.Tier4.Farming4
{
    using AtomicTorch.CBND.CoreMod.Technologies.Tier3.Farming3;

    public class TechGroupFarming4 : TechGroup
    {
        public override string Description =>
            "Advanced farming practices and even wider crop variety.";

        public override string Name => "Farming 4";

        public override TechTier Tier => TechTier.Tier4;

        protected override void PrepareTechGroup(Requirements requirements)
        {
            requirements.AddGroup<TechGroupFarming3>(completion: 1);
        }
    }
}


right :
namespace AtomicTorch.CBND.CoreMod.Technologies.Tier4.Farming
{
    using AtomicTorch.CBND.CoreMod.Technologies.Tier3.Farming;

    public class TechGroupFarmingT4 : TechGroup
    {
        public override string Description =>
            "Advanced farming practices and even wider crop variety.";

        public override string Name => "Farming 4";

        public override TechTier Tier => TechTier.Tier4;

        protected override void PrepareTechGroup(Requirements requirements)
        {
            requirements.AddGroup<TechGroupFarmingT3>(completion: 1);
        }
    }
}


idk , maybe old version...

by the way , i translated this mod for CN language.
now i used this mod in my servers.
#6
Mods / Craft item count x5
December 07, 2020, 08:02:13 PM
modtype : server + client

Crafting Count MOD Ver 1.0.1

徒手 // Hand :
瓶装纯净水 x5 // Bottle Water x5
木板 x5 // Planks x5
τ╗│σ¡É x5 // Rope x5
τ║┐ x5 // Thread x5

化学实验室 // Chemical Lab :
硝酸 x5 // Acid Nitric x5
硫酸 x5 // Acid Sulfuric x5
火木 x10 // Firelog x10
溶剂 x5 // Flux Powder x5
改良火药 x5 // Formulated Gunpowder x5
Θöé x5 // Lithium x5
硝化纤维火药 x5 // Nitrocellulose Powder x5
σíæµûÖ x5 // Plastic x5
橡胶 x5 // Rubber x5 // 1.0.1 fix bug

武器工作台 // Weapon Work bench :
黑火药 x5 // Black powder x5
武器元件 x5 // Components Weapon x5

工作台 // Work bench :
空瓶子 x5 // Bottle x5
原油 x5 // Petroleum x5 // 1.0.1 new
空容器(金属) x5 // Canister(Metal) x5
空容器(塑料) x5 // Canister(Plastic) x5
胶水 x5 // Glue(Bone) x5
τ║╕ x5 // Paper x5
电缆(塑料) x5 // Wire(Plastic) x5
电缆(橡胶) x5 // Wire(Rubber) x5

提示:无论安不安装MOD,上述配方均已修改。没有MOD的话看起来
配方没什么问题,但想能做出来你得准备配方需要材料的五倍基础才行。
NOTE: is already changed , whatever MOD installed.
if not mod , that recipe look like normal,
but real happens need x5 material will be beginng.


Download :  Click Here Passcode : e83m (https://wws.lanzous.com/b01trsf1c)
#7
Servers / [GDH4-Chang][PvE]Yomi Servers 2020/12/18 update
December 07, 2020, 07:56:36 PM
服务器由"GDH4『昌』"QQ:86156247 友情提供
This server is provided by my friend GDH4-Chang


Recommended to use :
CNEI by Djekke (https://forums.atomictorch.com/index.php?topic=1108.0)
Automaton by Djekke (https://forums.atomictorch.com/index.php?topic=1097.0)

重要说明:服务器一直处于调试中,我可能会因为随时产生的想法来修改或制作某些功能。你可以在这里度过安静祥和的每一天,档案短时间内不会清除,只要你能忍受三五天一大堆更新和MOD需要安装就可以 XD。
Important : about this game i have so many idea , so anytime when i have a something good (maybe) , also will to changed my server settings for trying .
yea ... hard to say , im sry about that . (i play Cryofall for less than a month XD)
and i really need any suggestions , if u wanna to tell me , just go to Forums (https://forums.atomictorch.com/index.php?topic=1823.0) .


难度增加说明:合理搭配装备与武器,准备更多的生活物资与弹药,不要过早的去挑战高难度场景,善于利用载具和走位。
Level Note : stronger mobs! reasonably match equipment and weapons (more types of medicines)!


2020/12/18 更新 :
1. 修改经验倍数为 x10
2. 修改掉率倍数为 x5
3. 修改工业提炼速度为 x10
4. 修正并更新 "Farming Plus 0.0.3 (https://forums.atomictorch.com/index.php?topic=1834.0)".
5. 修改了绝大部分医疗用品的效果,往下查看。
6. 荒地普拉格柱子刷新量 x4
7. 医疗冷却期间可以进行攻击。
8. 绝大部分怪物能力调整,请看列表说明。
9. 现在配方制作速度最小可以为0.1/s。

2020/12/18 update :
1. change EXP multiplier x 10
2. change Loot multiplier x 5
3. change Extraction multiplier x 10
4. fix and update "Farming Plus 0.0.3 (https://forums.atomictorch.com/index.php?topic=1834.0)".
5. changed so many Medicine item , plz read info.
6. pragmium pillar spwan multiplier x4
7. medical cooldown during can use weapons.
8. changed many mobs ability  , plz read info.
9. now the recipes minspeed can be 0.1/s。
----------------------------------------------------------------------------------------------------------------

2020/12/11 更新:
1. 添加MOD“YomiSetExpansion”,改了一大堆东西,建议你阅读下面的详细信息。
2. 合并MOD“Farming Plus 0.0.2 by j0hnbane (https://forums.atomictorch.com/index.php?topic=1252.0)”,另外顺便对MOD进行了中文汉化。
2. 移除“Crafting Count x5”mod,因为所有该MOD的内容已经合并进“YomiSetExpansion”,所以请删除“Crafting Count x5”。
3. 使用了论坛新地图Paralith 1.0.2 (https://forums.atomictorch.com/index.php?topic=1818.0)

2020/12/11 update:
1. add new mod "YomiSetExpansion" , its changed so many , plz read info.
2. merged "Farming Plus" , version 0.0.2 , and i translate this mod language of chinese.
2. remove mod "Crafting Count x5" , now all mod file merge into "YomiSetExpansion" , so plz remove mod file.
3. new map Paralith 1.0.2 (https://forums.atomictorch.com/index.php?topic=1818.0).

提示:“YomiSetExpansion”只能用于这个服务器,你无法在其他任何服务器上使用,也不会得到任何支持。
note: "YomiSetExpansion" only use to this Servers.
----------------------------------------------------------------------------------------------------------------

地图 (Map) : Paralith 1.0.2 (https://forums.atomictorch.com/index.php?topic=1818.0)
经验 x10 // Skills EXP x10
掉率 x5 // Loot x5
移动速度 x2 // Move Speed x2
工业制造 x20 // All Recipes Speed x20
工业提炼 x10 // Oil / Li Extraction Speed x10
食物保质期 x3 // Freshness Decay x3
游戏难度 x2 // Game Level x2
背包扩容 x3 // Inventory x3
σìáΘóåσíö +2 // Tower +2 /  (original 3 + mod 2)
物品叠加 x50000 // Item Stack x50000

Σ║ïΣ╗╢ (Event)  (time unit : hours / σ░ŵù╢)∩╝Ü
女皇 // Queen Boss // 2 hours
陨石 // Meteorite // 2 - 2.5 hours
空间站 // Space Debris // 3 hours
生物迁移 // Migration // 1.5 - 2.5 hours

------------------------------------------------------------------
初始角色 // Player (Initial) :
精力 // SP Max 50
食物 // Food Max 50
饮水 // Water Max 50
移动速度 // Move Speed x2
------------------------------------------------------------------
植入物 // Implants :

皮肤 // Skin Implants :
最大生命值 // HP Max + 50 (新增属性 // new add)

提示:技能会提高该数值。
note : Skills will increase this value (%)
------------------------------------------------------------------
冰箱 // Fridges :

原始冰箱 // Evaporator :
保鲜倍率 // Freshness x2

小冰箱 // Small Fridge :
保鲜倍率 // Freshness x5
储存空间 // Slots Count 24

大冰箱 // Large :
电力使用 // Electricity -0.3 EU/s
储存空间 // Slots Count 32
保鲜倍率 // Freshness x15

冷冻柜 // Freezer :
电力使用 // Electricity -0.5 EU/s
储存空间 // Slots Count 24
保鲜倍率 // Freshness x30
------------------------------------------------------------------
所有斧子和镐的耐久设定 // All Axe and Pickaxe Durability Max
石 // Stone Durability Max 100
Θôü // Iron  Durability Max 200
ΘÆó // Steel Durability Max 300
------------------------------------------------------------------
农业 // Farming :

肥料 // Fertilizer :
作物生长速度 // Plant Growth Speed Multiplier : +100%

覆土 // Mulch :
作物生长速度 // Plant Growth Speed Multiplier : +50%
------------------------------------------------------------------
医疗 // Medical :

草药汤 // Remedy Herbal :
冷却 // Cooldown : 0
副作用 // Toxicity : 10%
治疗 // Healing : 15%
恶心 // Nausea : 50%

辐射预防 // Radiation Prevention Aid :
冷却 // Cooldown : 0

治疗针 // Stimpack :
冷却 // Cooldown : 15 sec
副作用 // Toxicity : 30%
快速治疗 // Fast Healing : 50%

小型力量增强 // Small strength boost :
副作用 // Toxicity : 10%
力量强化 // Strength : 20%

大型力量增强 // Large strength boost :
副作用 // Toxicity : 20%
力量强化 // Strength : 50%

绷带 // Bandage :
冷却 // Cooldown : 3 sec
治疗 // Healing : Remove

医药箱 // MedKit :
治疗 // Healing : 50%
快速治疗 // Fast Healing : 20%
灵能影响 // Psi Remove : 30% (new)
配方修改 // Recipes Need : 抗恶心 // Anti Nausea x1 // 夹板 // Splint x1 // 深蓝鼠尾草 // BlueSage x4

凝血剂 // Hemostatic :
副作用 // Toxicity : 24%
------------------------------------------------------------------
载具 // Vehicles :

Θú₧ΦíîσÖ¿MK1 // UFO MK1:
燃料消耗 // Energy use (Stay / Moving) : 400 / 1200
Φúàτö▓ // Armor : 100
移动速度 // Move Speed : 4

Θú₧ΦíîσÖ¿MK2 // UFO MK2:
燃料消耗 // Energy use (Stay / Moving) : 500 / 1500
Φúàτö▓ // Armor : 200
移动速度 // Move Speed : 6

修改:受到打击也不会降落,除非报废或玩家死亡。
Changedal : ways fly until broke or player dead. (original : to drop when be hit.)

巨兽 // Behemoth:
燃料消耗 // Energy use (Stay / Moving) : 1500 / 2500
Φúàτö▓ // Armor : 2000
移动速度 // Move Speed : 2.5
结构覆板需求 // Structural Plating Need 60 ea
引擎建造需求 // Engine Need 12 ea
维修成本 // 结构覆板 / Structural Plating Need 3 ea

狲 // Manul:
燃料消耗 // Energy use (Stay / Moving) : 1000 / 2000
Φúàτö▓ // Armor : 1000
移动速度 // Move Speed : 4
结构覆板需求 // Structural Plating Need 30 ea
维修成本 // 结构覆板 / Structural Plating Need 2 ea

跃行者 // Skipper:
燃料消耗 // Energy use (Stay / Moving) : 800 / 1500
Φúàτö▓ // Armor : 700
移动速度 // Move Speed : 5
结构覆板需求 // Structural Plating Need 16 ea
引擎建造需求 // Engine Need 10 ea
维修成本 // 引擎 / Engine Need 2 ea

提示:一罐汽油燃料总量是90000。
NOTE : Item Fuel Max = 90000 (original)
------------------------------------------------------------------
怪物 // Mobs :

鸡 // Chicken :
最大生命值 // Health Max : 20

蜗牛 // Snail :
最大生命值 // Health Max : 15

海星 // Starfish :
最大生命值 // Health Max : 20

穿山甲 // Pangolin :
动能抵抗 // Def Kinetic +30%

乌龟 // Turtle :
冲击抵抗 // Def Impact +60%
动能抵抗 // Def Kinetic +80%

野猪/热带野猪 // All Boar :
最大生命值 // Health Max : 120

狼 // Wolf :
移动速度 // Move Speed x2

τåè // Bear :
骨折几率 // Broken Leg Chance 100%
出血 // Bleeding +35% (Chance 50%)
τû╝τù¢ // Pain +20% (Chance 50%)
晕眩 // Dazed +50% (Chance 50%)

蛇类 // Snakes :
毒素强度 // Toxin : 40%

蝎子 // Scorpion :
最大生命值 // Health Max : 300
冲击抵抗 // Def Impact =0%
动能抵抗 // Def Kinetic +70%
爆炸抵抗 // Def Explosion +35%

火蜥蜴 // Fire lizard :
最大生命值 // Health Max : 270
攻击范围 // Range (Melee) : 1
近战伤害 // Damege (Melee) : 10
毒素伤害 // Damage (Poison) : 20

普拉格甲虫 // Pragmium beetle :
最大生命值 // Health Max : 170
移动速度 // Move Speed x2
冲击抵抗 // Def Impact +20%
动能抵抗 // Def Kinetic +80%
爆炸抵抗 // Def Explosion +100%
灼烧抵抗 // Def Heat +100%
冷冻抵抗 // Def Cold +100%

普拉格甲虫召唤物 // Pragmium beetle (summon) :
最大生命值 // Health Max : 100
移动速度 // Move Speed x3.5
冲击抵抗 // Def Impact =0%
动能抵抗 // Def Kinetic +60%
爆炸抵抗 // Def Explosion +20%

怪物全局设定 // Global Mobs :
中型生物 // Medium Mobs : (like Wolf , Boar , dog and others)
效果几率 // Buff Chance 20%
骨折 // Add Broken Leg
出血 // Bleeding +20%
τû╝τù¢ // Pain +25%

大型生物 // Strong Mobs : (like Pragmium Beetle , Lizard , Scorpion and others)
效果几率 // Buff Chance 50%
出血 // Bleeding +40%
τû╝τù¢ // Pain +35%
灵能 // Psi +10%

µòêµ₧£ // Effect :
毒素 // Toxin Effect :
每0.5秒造成伤害 // every 0.5 sec - 2 HP

出血 // Bleeding Effect :
每秒造成伤害 // every 1 sec - 2 HP

骨折恢复 // Splinted leg :
恢复时间 // HealingTime 120 sec
------------------------------------------------------------------

author: Yomi/郁闷一夏 QQ:3451085
enjoy game :)
#8
Modding info / backpack
December 04, 2020, 10:35:49 AM
how to expand backpack?
i mean a big backpack :)