apdata

package
v0.0.0-...-2a64c7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: Unlicense Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataPackage

type DataPackage struct {
	ItemNameToID     map[string]int64
	LocationNameToID map[string]int64
	Checksum         string
	Original         map[string]any `pickle:"require_string_keys,remainder"`
}

type File

type File struct {
	ConnectNames      map[string][]int
	Spheres           []map[int][]int64
	Locations         map[int]map[int64][]int64
	Datapackage       map[string]DataPackage
	PrecollectedItems map[int][]int64
	SlotInfo          map[int]Slot
	SlotData          map[int]map[string]any `pickle:"require_string_keys"`
	Version           []int
	Tags              []string
	ServerOptions     ServerOptions
	SeedName          string
}

func Read

func Read(apfile io.Reader) (data File, err error)

type ServerOptions

type ServerOptions struct {
	LocationCheckPoints int
	HintCost            int
	ReleaseMode         string
	CollectMode         string
	RemainingMode       string
}

type Slot

type Slot struct {
	Name string
	Game string
	Type struct {
		Code int
	}
	GroupMembers []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL