ActorGeneratorList

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search


The game populates a map by using ActorGeneratorLists (AGLs) within various files in a {MapFolder}/ActorPlacementInfo/AP_{Map}_P_{Type}.json with slight variation in names for Hero, Day or Night. Files without suffixes (like AP_Area010_P_Objects.json) are "base" files, and applied to a map regardless of day or night, and often include things like cave portals and pots.

Code to scrape AGLs to find possible values can be found here as a Node.js script.

AGL properties are currently being transcribed into this sheet: https://docs.google.com/spreadsheets/d/1DKfLkYyVSqPLraHf7_W_We2BRJqu21YNBq6CDyzTCWw/edit#gid=0

Someone transcribe this list into a table on this page later because cba right now.