Sid Meier's Civilization VI

Sid Meier's Civilization VI

54 vurderinger
Phantagonist's District Reconstruction
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
427.576 KB
2. apr. 2023 kl. 18:41
15. sep. 2024 kl. 7:11
3 ændringsbemærkninger ( vis )
Du mangler DLC for at kunne bruge dette emne.

Abonner for at downloade
Phantagonist's District Reconstruction

Beskrivelse
This mod adds a project to reconstruct districts in cities.

District Reconstruction

After researching the Civil Engineering civic, all cities gain access to the District Reconstruction project. When completed, all districts in the city are removed, except Government Plaza, Diplomatic Quarter and Spaceport; for each district removed, receive a District Engineer which has 2 Build Charges that can be spent to complete 50% of a district (again, except Government Plaza, Diplomatic Quarter and Spaceport).

This means districts can be rebuilt in two turns. This allows a player to rebuild cities to their ideal form, especially those cities captured from AI who tend to build districts in weird ways. In addition, one can quickly build up new cities by relocating District Engineers from existing cities.

Policy

This mod adds a policy, Schools of Engineering, to speed up the process of building new cities and rebuilding existing ones.

  • Schools of Engineering(Wildcard): +100% Production towards Military Engineers, District Reconstruction Project and Industrial Zone buildings. Unlocked at Civic Engineering.

This mod requires Gathering Storm & Rise and Fall.

Supports English, Simplified Chinese, Traditional Chinese and Japanese.

Special thanks to:
Advice from Civ VI Modding Helpline for balance and design feedback.
30 kommentarer
Dantetsu 29. apr. kl. 19:46 
same bug here, project finishes, nothing happens.
BloodyFanatic 19. sep. 2024 kl. 8:10 
but I do wonder whether the AI can use this project, since it won't do anything for it except waste production. (I don't know anything about modding Civ 6, so forgive me for asking)
BloodyFanatic 19. sep. 2024 kl. 8:08 
maybe you have a version that is not uploaded to the workshop? I fixed your code, this is working fine:

function PhantaDistrictEngineer_Project(playerID, cityID, projectID, iUnknown, iX, iY, bCancelled)
local pPlayer = Players[playerID]
if projectID == tProjectID and pPlayer:IsHuman() then
local pCity = pPlayer:GetCities():FindID(cityID)
local pDistricts = pCity:GetDistricts();
for row in GameInfo.Districts() do
if pDistricts:HasDistrict(row.Index) and (row.DistrictType ~= 'DISTRICT_WONDER') and (row.DistrictType ~= 'DISTRICT_CITY_CENTER') and (row.DistrictType ~= 'DISTRICT_SPACEPORT') and (row.DistrictType ~= 'DISTRICT_GOVERNMENT') and (row.DistrictType ~= 'DISTRICT_DIPLOMATIC_QUARTER') then
pDistricts:RemoveDistrict(row.Index);
pPlayer:GetUnits():Create(GameInfo.Units["UNIT_PHANTA_DISTRICT_ENGINEER"].Index, pCity:GetX(), pCity:GetY());
print("District Engineer Given");
end
end
end
end
Phantagonist  [ophavsmand] 15. sep. 2024 kl. 15:34 
It is working from my side, but I will check it again.
BloodyFanatic 15. sep. 2024 kl. 11:44 
from lua.log:

Syntax Error: ...\steamapps\workshop\content\289070\2956874998\Core\PhantaStatecraftDistrictEngineer_Script.lua:13: then expected near '='
BloodyFanatic 15. sep. 2024 kl. 10:41 
same bug here, project finishes, nothing happens. too bad, this mod seemed promising
ZuryMcFlapjack 20. jan. 2024 kl. 19:38 
Is this mod dead?
寄寄寄,我是寄寄国王 29. juli 2023 kl. 6:10 
mod没有效果了:steammocking:,项目完成后什么也没有
NuDDen 29. juni 2023 kl. 13:57 
Same Bug in my game. Finished the project and nothing happens :(
I am running JNR's Districts too. Is it possible to make them both compatible?
ZuryMcFlapjack 24. juni 2023 kl. 8:15 
I am having the same bug, where I finish the project but nothing happens at all. Still have districts and no engineers. I am NOT using the Golden Ages game mode on, but I have JNR's expanded districts, Monopolies and Corporations, and secret societies enabled.