Sid Meier's Civilization VI

Sid Meier's Civilization VI

Start With Pantheon
10 Comments
守夜人NW 2 Aug @ 8:02am 
上一位大葱老师说的不太对 实测即使马拉松速度 并不需要修改成75 游戏会自动将25乘3 改75的话就又多了150信仰值
修改Events.CityInitialized.Remove(StartWithPantheon_GainPantheon)位置即可
大葱蘸酱 6 May @ 8:33am 
如果玩马拉松速,要去文件里把25改成75
大葱蘸酱 6 May @ 8:23am 
如果按照上一位t老哥的方法没成功,可以把老哥说的文件给deepseek,并和他说 现在该脚本出现bug,仅有第一回合可以正常触发,尝试修改出适用于游戏《文明6》的脚本,使任何回合都可触发,且只触发一次 最后把deepseek给出的文件改名替换原文件
tentacles 21 Dec, 2024 @ 1:26am 
抓个虫,可以通过把Events.CityInitialized.Remove(StartWithPantheon_GainPantheon)提前到end之前解决第二回合不生效问题,文件路径为D:\steam\steamapps\workshop\content\289070\3040600609\LonelysStartWithPantheon.lua
feisthammel 2 Sep, 2024 @ 5:23pm 
The fix for turn 2+ is simple: open up LonelysStartWithPantheon.lua (C:\Program Files (x86)\Steam\steamapps\workshop\content\289070\3040600609\LonelysStartWithPantheon.lua on my Windows 10 install) and replace these four lines:

end
Events.CityInitialized.Remove(StartWithPantheon_GainPantheon)
return
end

...with these four lines:

Events.CityInitialized.Remove(StartWithPantheon_GainPantheon)
end
return
end


What's happening in the original code is that the AI founds a city before you, firing Events.CityInitialized and removing this mod's function before you can use it. By moving the removal event before the end of the conditional block instead of after, it will only remove the event after the first human player with no pantheon initializes their city and receives their pantheon as intended.

Thanks for the mod! Looks perfect for my needs with that small tweak.
GreatBritton504 27 Aug, 2024 @ 6:36pm 
Only works on turn 1. If you have to move your settler and found your city on turn 2, mod does not work.
加速主义者 6 Nov, 2023 @ 3:41am 
第一回合不拍城是不是就失效了
Lavrentiy Beria 1 Oct, 2023 @ 12:45am 
best mod in our solar system
Aureole  [author] 24 Sep, 2023 @ 9:52pm 
You can establish a new game, and then send your lua.log and moding.log files to me. It is under the C:\Users\AppData\Local\Firaxis Games\Sid Meier's Civilization VI. I will help you check what's wrong with it.
Wolfy ^O.O^ 24 Sep, 2023 @ 2:41pm 
Not working for me.