mod_3d
Community Members-
Posts
31 -
Joined
-
Last visited
-
Days Won
2
mod_3d last won the day on April 23
mod_3d had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
mod_3d's Achievements
Discens (2/14)
25
Reputation
-
Can you provide a bit of an in-depth explanation as to what "active/actively" means in specific. Thanks. Neat mod. Technologies: Higher priority for those that give a bonus to the gatherer (stone and metal moved to phase 1) and a few others (house population, new technologies and forge). Market Price Search: Several parameters are taken into account when selecting an item to “buy”. 1. The amount of available resource (which is selected for “sale”). The more available, the lower the buying price can be. Example: if available 100 - rate 90 500 - rate 75 1000 - rate 60 2. Resources are infinite or not. New resources and food in the game are infinite, so when bartering them for resources that are finite, the rates are set to lower values. Conversely, if a resource is finite, the rate for selling it is set to a higher level. For example, the base rate is set to 80: When bartering 100 metal for food, the rate is set to 80+10. Thus, bartering is done if the price of food is greater than 90. When bartering 100 food for metal, the rate is set to 80-20. In this case, barter is performed if the price of metal is greater than 60. 3. Uniqueness of the Resource Coins have an increased base rate 165. It is bartered when there are high price spikes in the Market. The activity of the barters has been increased by changing some restrictions. For example, in the base version of the game, bartering is allowed if more than 500 resources are available. In the mod this parameter is reduced to 100.
-
Error in the Summary window (Resources tab) after adding 5 resources.[SOLVED]
mod_3d replied to mod_3d's topic in Bug reports
The screenshot of the tutorial , was shown only for general understanding, where the information was taken from while adding the resource to the game. gui/summary is the folders in the mod the full path may look like this: summary.js file /home/.local/share/0ad/mods/Name of your mod/gui/summary/summary.js var g_MaxHeadingTitle = 9; replace the value with 10 (if 1 new resource is added) summary.xml file /home/.local/share/0ad/mods/Name of your mod/gui/summary/summary.xml <repeat var=“x” count=“9”> replace value by 10(if 1 new resource is added) there are 5 such lines in the file -
This may be the game's plan, but Resources that are generated using the ResourceTrickle function are not displayed in the Total Gathered Resources tab.
- 1 reply
-
- 1
-
Error in the Summary window (Resources tab) after adding 5 resources.[SOLVED]
mod_3d replied to mod_3d's topic in Bug reports
Bug fix. Modify the files in the summary folder by path: gui/summary summary.js file var g_MaxHeadingTitle = 9; replace the value with 10 (if 1 new resource is added) summary.xml file there are several such lines <repeat var="x" count="9"> replace value by 10(if 1 new resource is added) -
Error in the Summary window (Resources tab) after adding 5 resources.[SOLVED]
mod_3d replied to mod_3d's topic in Bug reports
-
Adds a more advanced bot(based on PETRA) to the game. UPDATE: Version 0.3.0 For the Volatile Market mod: Added a feature for building an Embassy. Prioritize exchanges to get resources(food, wood, stone, metal). Batch Size changes depending on the amount of food resource available. The more resource available, the larger the size can be. UPDATE: Version 0.2.1 Changing priorities and some other settings. UPDATE: Version 0.2.0 Bot adapted for the Volatile Market mod. Actively barters new resources and researches technologies. Settings are more noticeable after 15-20min of play. Focused on players with experience. Bot with the same bonuses for each difficulty level as the basic PETRA. At population limit(e.g. 300) it will hire units up to the ceiling. More technology and economy oriented at the start. More active in the Market. Builds more buildings to hire units. bot_PETRA_Expert_0_3_0.zip