总结一下楼主常用的控制台代码
stellaris吧
全部回复
仅看楼主
level 9
首先是最常用的几个。
debugtooltip,查看lx的id之类都需要的。
skills 9,直接把所有领袖升到10级,搭配帝国先锋可以把规模压死在50以内。
invincible,舰队百分百闪避,约等于无敌。
2023年09月24日 06点09分 1
level 13
[滑稽]二楼
(909497329 东方stellaris 深空幻想乡居住站,等待你的加入)
2023年09月24日 06点09分 2
level 9
然后是research_all_technologies A B,A可以填为0和1,0是非事件的所有科技,1可以包括事件。B为循环次数,注意差不多在十七万五千层到十八万层之间的某层会直接导致你科研为0,看谁的科技对你都是宛如神明,科研点数的需求也会变为负数,一天就能循环一次。
但research_all_technologies 1 X 依然不能做到堕落那样的全科技,比如巨像没有纳米灾疫或者天神裁决。那就要靠更多的代码,这里感谢吧友阿马尔菲海底的帖子。
effect = { set_country_type = gdf } 先用这个变成其他类型国家
然后输入全科技代码research_all_technologies 1 20
effect = { set_country_type = default }再用这个变成默认国家类型,这样就是真全科技。
2023年09月24日 06点09分 3
level 9
附庸堕落的办法,先debugtooltip
找个小国家force_integrate 小国家ID(如果不这样的话你会直接吞并堕落)
之后force_intrgrate 堕落ID,堕落id基本都是31到35。
然后event fallen_empires_awakening.1 四个有机堕落id,或者event fallen_machine_empire.1 机械爹id。
它们就会依次觉醒,如果你在联邦里面可以拉着它们参战,这样你就会得到五个超级打手。
2023年09月24日 06点09分 4
level 9
同时激活四神契约的办法,这里感谢吧友江上川!的帖子。
先依次签约
event utopia.3304
event utopia.3305
event utopia.3306
event utopia.3307.
然后一阶段,
effect set_country_flag = composer_covenant_rank_1
event utopia.2671
effect set_country_flag = eater_covenant_rank_1
event utopia.2671
effect set_country_flag = instrument_covenant_rank_1
event utopia.2671
effect set_country_flag = whisperers_covenant_rank_1
event utopia.2671
你会得到增加舰容、人口增速、舒适度、科研点数的超级灵能使。
第二阶段,强化帝国修正,
effect set_country_flag = composer_covenant_rank_2
event utopia.2676
effect set_country_flag = eater_covenant_rank_2
event utopia.2676
effect set_country_flag = instrument_covenant_rank_2
event utopia.2676
effect set_country_flag = whisperers_covenant_rank_2
event utopia.2676
第三阶段,直接让lx成为四神共签之人。
effect set_country_flag = composer_covenant_rank_3
event utopia.2681
effect set_country_flag = eater_covenant_rank_3
event utopia.2681
effect set_country_flag = instrument_covenant_rank_3
event utopia.2681
effect set_country_flag = whisperers_covenant_rank_3
event utopia.2681
甚至可以多按几次event utopia.2681,多让几个lx成为四神共选。
第四阶段,舰船配件。
effect set_country_flag = composer_covenant_rank_4
event utopia.2686
effect set_country_flag = eater_covenant_rank_4
event utopia.2686
effect set_country_flag = instrument_covenant_rank_4
event utopia.2686
effect set_country_flag = whisperers_covenant_rank_4
event utopia.2686
ps:想要圆神buff又不想付出代价的话可以直接输入effect add_modifier={modifier=covenant_end_of_the_cycle}
2023年09月24日 06点09分 5
level 9
增加人口代码,grow_pops 数字或者build_pops 数字,前者是自然增长,后者是组装。想要增加特定物种可以add_pops 种族ID 数字。
2023年09月24日 06点09分 6
level 11
tweakergui instant_move[吐舌]
2023年09月24日 06点09分 8
level 9
四大飞升传统树代码。
基因 tradition_genetics
activate_tradition tr_genetics_adopt
基因重组 activate_tradition tr_genetics_resequencing
设计起源 activate_tradition tr_genetics_creation
等位基因表达 activate_tradition tr_genetics_enhanced_expression
干细胞刺激 activate_tradition tr_genetics_efficient_cloning
逆转录病毒操控 activate_tradition tr_genetics_retrovirus
义体 tradition_cybernetics
activate_tradition tr_cybernetics_adopt
合成转化 activate_tradition tr_cybernetics_transubstantiation_synthesis
代谢再处理 activate_tradition tr_cybernetics_metabolic_reprocessing
组装标准 activate_tradition tr_cybernetics_assembly_standards
整合解剖学 activate_tradition tr_cybernetics_integrated_anatomy
模块化义体 activate_tradition tr_cybernetics_modular_cybernetics
灵能 tradition_psionics
activate_tradition tr_psionics_adopt
灵能军团 activate_tradition tr_psionics_psi_corps
心见为实 activate_tradition tr_psionics_mind_readers
大觉醒 activate_tradition tr_psionics_psionic_assimilation
突入虚境 activate_tradition tr_psionics_breach_shroud
虚境通讯 activate_tradition tr_psionics_shrouded_encryption
合成 tradition_synthetics
activate_tradition tr_synthetics_adopt
维护协议 activate_tradition tr_synthetics_maintenance_protocols
优化算法 activate_tradition tr_synthetics_optimization_algorithms
合成时代 activate_tradition tr_synthetics_synthetic_age
预制部件 activate_tradition tr_synthetics_prefabricated_components
固相促动器 activate_tradition tr_synthetics_solid_state_actuators
2023年09月24日 06点09分 9
大佬,求合成人修饰点代码,机器人的和他不一样
2024年05月28日 12点05分
@天明心却 activate_tradition tr_synthetics_finish
2024年05月28日 13点05分
@天明心却 输一次加2点
2024年05月28日 13点05分
@勤奋的慈父纳垢 谢谢大佬
2024年06月02日 20点06分
level 1
我果然还是比较保守,最常用的是那几个修改星球数据的
2023年09月24日 08点09分 10
level 1
我还以为我的玩法已经很逆天了
2023年09月24日 08点09分 11
effect可以做很多事情,比如给一个小行星加1k的稀有水晶,直接不愁稀有资源
2023年09月24日 08点09分
level 9
我常用的应该就是快速建造和改变国家思潮了,当星海帝皇强制改思潮是真的难受
2023年09月24日 17点09分 12
level 13
快速建造
快速移动
完成研究
夺取控制权
添加资源
关闭AI
看海模式
触发事件
移除修正
等等等等[吃瓜]
2023年09月25日 00点09分 13
level 9
主要是挂开多了玩起来没意思。
2023年09月25日 01点09分 14
level 5
cy
2023年09月25日 12点09分 15
1 2 尾页