RimWorld
Ocen: 3,282
RimCities
7
3
2
13
3
4
3
3
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
Rozmiar pliku
Zamieszczono
Zaktualizowano
8.691 MB
19 czerwca 2019 o 16:13
2 kwietnia o 12:04
Listy zmian: 133 ( zobacz )

Zasubskrybuj, aby pobrać
RimCities

Opis
Overview
RimCities is an attempt to create an interesting and unique end-game challenge for RimWorld players. This mod adds randomly generated cities to the world map, which are similar to other settlements but are far more difficult to attack. Pirate-controlled cities provide even more of a challenge by occasionally bombarding you with mortar shells.

It is possible to visit and explore friendly cities with in-person trading and custom quest objectives. Rival factions will attack one another's cities from time to time, giving you opportunities to choose sides and establish military alliances.

You may also come across abandoned cities, which provide great scavenging opportunities for you and other nearby raiding parties.

Citadels are very long, very narrow, heavily fortified city maps. Conquering a citadel requires an elite, battle-hardened team of colonists, and the rewards are far greater than those of traditional cities.

RimCities is compatible with existing save files and works with Combat Extended, Real Ruins, Zombieland, Faction Control, RimQuest, Quest Tab, Medieval Times, and many other mods. If you're encountering issues, try disabling other mods and/or tweaking the load order.


Scenarios
RimCities includes default "Crashlanded" scenarios for various city types, as well as a combat-focused "Task Force" mission taking place on a narrow Citadel map.

If you'd like to create a custom city scenario, click "Scenario Editor" and check the box next to "Edit mode". From there, click "Add part" and add the "Start in city (RimCities)" option. You can then customize the scenario to your liking.


Development
GitHub repository and downloads:
https://github.com/rvanasa/rimworld-cities

Bug reports & compatibility requests:
https://github.com/rvanasa/rimworld-cities/issues

Work in progress! Let me know if you have any ideas or suggestions for the mod.
Popularne dyskusje Zobacz wszystkie (27)
125
13 czerwca o 23:52
Bug Reports
i2ID
7
15 stycznia o 15:06
How do you defend city? It seems impossible?
Daeminos
9
25 czerwca 2022 o 1:29
Enemy Cities are completley broken.
Spyrot La Iguana
Komentarzy: 1 587
Ionfrigate12345 16 czerwca o 12:42 
Hi author,

I found a logical bug in your Quest_Assault:

public override void ChooseParts() {
base.ChooseParts();
alliedFaction = Find.FactionManager.RandomAlliedFaction(minTechLevel: TechLevel.Industrial);
target = Find.WorldObjects.Settlements
.OfType<City>()
.Where(s => s.Faction.HostileTo(Faction.OfPlayer) && !s.HasMap && !(s is Citadel) && s.FindQuests().Count == 0)
.RandomByDistance(HomeMap?.Parent, 80);
}

This way your attack target may just be hostile to the player, but not the alliedFaction. You need to add a condition to pick the target faction that is also hostile to alliedFaction. Otherwise your ally and enemy may not fight each other once you enter the city

.Where(s => s.Faction.HostileTo(Faction.OfPlayer) && s.Faction.HostileTo(alliedFaction ) && !s.HasMap && !(s is Citadel) && s.FindQuests().Count == 0)
Psyckosama 14 czerwca o 22:27 
https://steamcommunity.com/sharedfiles/filedetails/?id=2998095518

if I may make a suggestion, you might want to look at the abandoned This Rim of Mine mod for ideas for city generation.
SS5DEJAN 13 czerwca o 21:39 
Im not loading buildings in cities and the maps are loading in a very weird resolution.
https://gist.github.com/HugsLibRecordKeeper/111f91958a6532e8c0cb51cf28f17be2
McLets 9 czerwca o 13:04 
unfortunately they're usually a bunch of borg cubes...
TheoRhetorical 6 czerwca o 14:52 
Any time I visit a city to loot stuff my wealth jumps up to crazy levels, as if I claimed the tile the city itself entirely. This really breaks the mod for me, though I don't think this is how the mod is intended to behave. Is there any fix for this? It's such a cool mod, I would really love to be able to use it, but as it is I just can't.
Dosboy 2 czerwca o 17:43 
The cities are so COOL, espc when you visit a trader. Is there any way to turn down the loot? I was given 20k silver, 400 glitterworld meds and like 400 components plus tons of other stuff. I was at 150k wealth right away on day 3 or 4. I just found a ruins (my first one) with maybe a hundred thousand dollars of stuff in it...
Oldman 2 czerwca o 13:42 
Crashed pretty hard on the citadel assault start. Lots of "unknown entity' flags.
joyce manor enjoyer 29 maja o 22:05 
Does this work for medieval playthroughs
Yrol Denjeah 28 maja o 19:19 
DAOWAce,
Thank you for your post :o)
I better stay far away from this mod then. ( no sarcasm or irony used )
DAOWAce 10 maja o 20:26 
@The Realest Nooblet: Yeah this has never worked as probably intended for me. Trying to visit a friendly city to trade, no trade option, click the "enter city" button, it immediately claims it as my own city and a bunch of "bed unassigned" messages popup for NPCs that don't exist in the city.

It's like it auto-converts the city to abandoned. There's maybe a couple hostile NPCs, but nothing else. Then a raid spawns 2 minutes later. On the map, it still shows as being a friendly city with the "show what will buy" button and the faction icon.

Hearing you test it vanilla and seeing the same behavior leads me to believe this isn't a mod conflict, and the mod is just not functioning as intended.

I love these "addition" mods like Real Ruins too, but with the way they break balance or bugs, I suppose I keep them out of my future saves..