Change footstep sound for player?

Place to get help with not working mods / modding interface.
Post Reply
User avatar
aubergine18
Smart Inserter
Smart Inserter
Posts: 1264
Joined: Fri Jul 22, 2016 8:51 pm
Contact:

Change footstep sound for player?

Post by aubergine18 »

Is there a property that allows alteration of footstep sound for a `player` prototype?

Also: What is the heartbeat sound for?
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.

User avatar
Reinard-kun
Inserter
Inserter
Posts: 21
Joined: Wed Jan 14, 2015 7:35 pm
Contact:

Re: Change footstep sound for player?

Post by Reinard-kun »

aubergine18 wrote:Is there a property that allows alteration of footstep sound for a `player` prototype?
Well, there a whole folder at data/base/sound/walking that has all sorts of walking sounds. But, the walking sound of a player is not set in player's prototype - it is set in data/base/prototypes/tile/tiles.lua Seems like players walk silently if there is no sound set to a tileset they're on.
aubergine18 wrote:Also: What is the heartbeat sound for?
When at super low hp, you can hear the heartbeat.
Rational thinking is awesome, except if you're dealing with women.

User avatar
aubergine18
Smart Inserter
Smart Inserter
Posts: 1264
Joined: Fri Jul 22, 2016 8:51 pm
Contact:

Re: Change footstep sound for player?

Post by aubergine18 »

Thanks for the infos. Looks like I won't be able to create character specific footstep sound.
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.

User avatar
DedlySpyder
Filter Inserter
Filter Inserter
Posts: 253
Joined: Fri Jun 20, 2014 11:42 am
Contact:

Re: Change footstep sound for player?

Post by DedlySpyder »

aubergine18 wrote:Thanks for the infos. Looks like I won't be able to create character specific footstep sound.
You can swap a players character with a new one with different sounds. Depends on how often you need to do this.

User avatar
aubergine18
Smart Inserter
Smart Inserter
Posts: 1264
Joined: Fri Jul 22, 2016 8:51 pm
Contact:

Re: Change footstep sound for player?

Post by aubergine18 »

DedlySpyder wrote:You can swap a players character with a new one with different sounds. Depends on how often you need to do this.
Yes, I can change character but as far as I can tell the only sounds that allows me to change the sounds for heartbeat and eating. As Reinard-kun mentioned above, the walking sounds are associated with terrains not player characters.
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.

Post Reply

Return to “Modding help”