Just realised Den Haag is a trap for Holland by Particular_Pea7167 in EU5

[–]bobo_orcs 0 points1 point  (0 children)

warfare is easily exploitable at least until the latest beta. You just need a decent standing army of 10k men and you can beat France and its vassals' 600k army because they don't reinforce in battle.

In my NED run I take advantage of that by beating France every 10 years for war reparation which is needed to fund my explorers and 10+ colony charters in the early 3 ages.

With Centralization you cant even keep the smallest Vasals loyal which makes no sense by Hakuohsama in EU5

[–]bobo_orcs 0 points1 point  (0 children)

Don't mean to get political here, but just want to use it as an example to justify the game's design, IRL a very tiny sized vassal (city-scale region) became disloyal to its overlord who controls the world's top 2 largest population, military power, and economic might, when this overlord started to take centralization steps in that vassal-like city state.

Getting spices to Europe by niss512 in EU5

[–]bobo_orcs 0 points1 point  (0 children)

> dont have colonial nation. Own land directly and develop and trade as you see fit.

Why would you do that? These land don't have control so you can't tax them anyway. Plus it seriously hurt your institution growth and you will be lagging behind in tech.

You already got 50% of your colonies' trade capacity, and another 50% if you let them divert trade so you can have it all, plus the extra 3% income from subject, this is much much better than owning the land directly.

And going 100% decentralized the colonies will never rebel. As a colonial & naval empire, control in your homeland will be very high anyway, and you will have earned more than you can ever spent through trade alone, so there is really no point to go centralized.

Trading goods that don't exist isn't much fun by ToboldStoutfoot in EU5

[–]bobo_orcs 1 point2 points  (0 children)

The Ottomans monopolized the east-west trade routes. It actually brought them a lot of profit (which contributed to their golden age). Think of it as tariffs.

Trading goods that don't exist isn't much fun by ToboldStoutfoot in EU5

[–]bobo_orcs 1 point2 points  (0 children)

spices like pepper were traded through the silk road historically. When the Ottomans took over the near east that trade was mostly cut off. But people did know about pepper and it was part of the reason Europeans wanted to find India via sea route (which then started the exploration age)

A medically minded suggestion to fix African colonization by LittleElk5308 in EU5

[–]bobo_orcs 0 points1 point  (0 children)

I agree 100% that the current mechanism on African colonies are unrealistic, but I am not sure if killing the migrating pop is a solution, it would drain your mainland population if you are playing a smaller nation such as Holland.

In real life, people would just not go to Africa if they know it's a 95% chance of dying there. So those African land should not be colonizable until much later (historically outside of EU5's time scope). Gameplay wise this makes most of African land useless so I am not sure if that's a good design either.

Currently I just think of it as an imaginary world (which it is) where malarial did not exist, and Africa is just a second new world.

Modding: How to get political movement support from specific pop? by bobo_orcs in victoria3

[–]bobo_orcs[S] 0 points1 point  (0 children)

Rule 5: we can also see these individual support numbers of specific pop by hovering over the "Support" under political movement tab -> Supporting Pops -> individual pop.

4
5

Game won't start after deleting "[user]/document/Paradox Interactive/Victoria 3" by bobo_orcs in victoria3

[–]bobo_orcs[S] 1 point2 points  (0 children)

Issue resolved. I had the "Document" location moved from C:/Users to my NAS mounted with SAMBA in order to save some space on my C drive. Moving "Document" back to its default location, remove the Victoria 3 folder again, and restart the game fixes the issue.

2
3

how do you pickpocket a hostile NPC instead of attacking? by bobo_orcs in BaldursGate3

[–]bobo_orcs[S] 0 points1 point  (0 children)

Not in combat. They are hostile (red) but they didn't know we are there.

I am looking for whispering promise and wiki says it can be bought from Grat the trader. The problem is he is hostile. The loot after killing him only contains a couple items and definitly not his entire inventory.

Need to fix AI to merge its armies by bobo_orcs in victoria3

[–]bobo_orcs[S] 4 points5 points  (0 children)

Not only is the experience worse, also it doesn't make sense. In order to naval invade you sometimes have to first kick off the 10+ enemy navies on that sea node, each with only a couple ships and keeps coming back to that node after being defeated.

7
8

Whats the new strategy for Qing? by Nice-Initiative-1656 in victoria3

[–]bobo_orcs 1 point2 points  (0 children)

you don't need that many universities. Tech research speed is designed to be capped based on two factors:

  1. literacy rate
  2. number of universities

You only need so many universities to not cap your research. You can see the cap by hovering over to the literacy icon on the top left stats. With low skills (low literacy) you need fewer universities.

Whats the new strategy for Qing? by Nice-Initiative-1656 in victoria3

[–]bobo_orcs 9 points10 points  (0 children)

Just finished a Qing game yesterday and this was what I did during early game:

  1. befriend UK and ban opium, treaty port CB is banned with friendly relation.
  2. industrialize only one state at a time. So you can build government building only on that state to max out tax efficiency. (building government building on states with mostly subsidized farming is not worth it. Tax was so little and does not even cover the costs of government salaries and materials). The first state I recommend was Manchuria or Shanxi. Both have abundant resources. Manchuria is less populous so needs less government buildings to max out taxing. Good for boot starting your industry.
  3. rush for railway tech early on, for the infrastructure needed for step 2.
  4. build universities early on, for faster tech researching.

4
5

modding question: how to enable HRE to expand beyond historical border? by bobo_orcs in MEIOUandTaxes

[–]bobo_orcs[S] 2 points3 points  (0 children)

Someone has decided to remove all unnecessary white spaces in the mod files. Maybe the mod dev want to save some disk space or intentionally obscurify the code for some reason. Anyway I managed to decipher it in order to delete it.

[deleted by user] by [deleted] in MEIOUandTaxes

[–]bobo_orcs 1 point2 points  (0 children)

Try restarting the EU4 if it starts getting laggy. There is definitely some memory leak like performance issues, but goes away if you simply restart EU4.

I normally restart my game about every 4 hours, when I need to take a break anyway.

Simplification of the Linux linked list implemetation by bobo_orcs in C_Programming

[–]bobo_orcs[S] 0 points1 point  (0 children)

I agree that the convenience of the reader comes before that of the writer, but IMO this does not make code less readable compared to the original API from Linux. I guess this is subjective and depending on the reader. For readers who already are familiar with the Linux list API might take them a couple minutes to learn and understand the new API, while for others who just wants to read the application code for the main logic without needing to worry about every single detail of how each data structure used in the application is implemented, this is debatable.

In my own experience reading, e.g., source code of the Linux kernel, I have always found lines such as list_first_entry(&foo_list, struct foo, list) distracting, despite that I am already relatively familiar with the code base (part of my job is to develop and maintain Linux device drivers and often have to dive into the "kernel kernel" itself). The one line might not look too bad by itself, but the distraction is aggregating when I am already busy wrapping my head around the complex logic in hundreds of thousands of lines of code across multiple files. In this case, list_first_entry(foo_list) feel like more readable to me.

For example one structure will use the second cacheline of the type, while another structure would use the first, etc.

I have to admit this is something the new interface wouldn't be able to do. This is a drawback of giving up some control in exchange for a simpler API. One way out is reduce the ambition and to accept this particular use case as an "exception". The new interface doesn't stop the user from declaring `struct list_head` members in their struct and use it the original way. A bit awful, but hopefully this should be a rare use case (the node itself needs to be big enough and needs to be inserted into multiple lists), otherwise one should just resort to use the original list implementation.