whoward69
DLL Minion
Here's a question: Using only the DLL mod without any components, the influence of hostile city states drops at 2.5 instead of 1.5 per turn. Any chance to fix this or is it intended?
It's a bug (introduced via CSD). Fixed in v74
Here's a question: Using only the DLL mod without any components, the influence of hostile city states drops at 2.5 instead of 1.5 per turn. Any chance to fix this or is it intended?
Could you make a way to forbid ships through an allied CS located in the isthmus until some technology has been found?
function OnUnitCanTransitMinorCity(iPlayer, iUnit, iCS, iCity, iPlotX, iPlotY)
-- Is iPlayer's iUnit allowed to transit through iCS's city iCity at (iPlotX, iPlotY)
return true
end)
GameEvents.UnitCanTransitMinorCity.Add(OnUnitCanTransitMinorCity)
function OnPlayerCanTransitMinorCity(iPlayer, iCS, iCity, iPlotX, iPlotY)
-- Is iPlayer allowed to transit through iCS's city iCity at (iPlotX, iPlotY)
return true
end)
GameEvents.PlayerCanTransitMinorCity.Add(OnPlayerCanTransitMinorCity)
V74 uploaded to my web site and GitHub
@Serps - XP system rewritten to store XP internally to 2 dp (ie multiplied by 100)
If an airlift can been done by a specific Unit (in the same plot or nearby it)
great!@Serps - XP system rewritten to store XP internally to 2 dp (ie multiplied by 100) so that promotion should now work - please test! If you use "UI - Unit List Enhancements", while the XP column shows as 18 (say) if you hover over it, it will display 1,825 of 3,000 (ie the internal numbers)



Unlikely! What I said was that the para-drop mod does something similar so you could use that as a starting point ... a search-and-replace of event names is very unlikely to work!So if I use the new Events "GameEvents.CanAirliftFrom.Add" and "GameEvents.CanAirliftTo.Add" in v74 to replace "GameEvents.CanParadropFrom.Add" and "GameEvents.ParadropAt.Add" in "Units - Paratroop Enhancements", it'll work?
Somewhere you wrote, that we have to delete website cache, to get a updated picknmix website. How to do this with firefox?
NFI - don't use it.
However, the part of the page that browsers cache and refuse to let go of can be accessed directly as http://www.picknmixmods.com/parts/categories.html
Go to that link (it'll look crap on the page), then click Ctrl-F5 to force the browser to reload it, then access the site normally
NFI = No ... Idea (you'll have to work out what the F stands for as I'm not allowed to type it here)
Several mods were updated/added, not just the DLL. So long as your "new" list includes a "No radaring" mod, that's the most up to date list

I thought it is also ranked.
The side list (categories) is alphabetical (well almost), if you want by date, see here http://www.picknmixmods.com/main/mods/bydate.html
My fault, thank you 
V74 uploaded to my web site and GitHub ...
