Skip to content

[Feature Request] change state files per player #52

@eduzappa18

Description

@eduzappa18

So in FAKK2 there is an Actor command called statemap that allows you to set specific state files to different AI's
e.g. statemap ai/default.st

I wonder if it would be possible to add a similar command to set a state file to only one player via script.

For example

// set custom state file
local.player statemap "vehiclemod/state"
// this will change the player state files to vehiclemod/state_legs.st and vehiclemod/state_torso.st
// and just ignoring the _legs file if it doesn't exist since most if not all mods only use the torso states

// reset to default state file
local.player statemap ""
// or maybe it could be set to a single file like
local.player statemap "vehiclemod/vehicle_states.st"

No idea if it's even possible to add something like this to NightFall (or maybe OPM), but it would be really convenient to have it

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions