tlongstretch

Results 98 comments of tlongstretch

In my fork I have added support for using multiple sound sources. I have added an arg to each play_XXX call that allows specifying Amiga, DOS, Custom, or default data...

I assume this was intended to prevent creation of new specialist (non-knight) when an existing one could be sent out, but should not be applied to knights

this is an original game bug not a freeserf specific one

I fixed in Forkserf, thanks!

FYI - are you aware of FreeserfStudio (fsstudio), under wdigger's project list? It is a Qt tool to explore the serf city data files, very useful!

typedef enum TypeSfx { TypeSfxMessage = 1, TypeSfxAccepted = 2, TypeSfxNotAccepted = 4, TypeSfxUndo = 6, TypeSfxClick = 8, TypeSfxFight01 = 10, TypeSfxFight02 = 14, TypeSfxFight03 = 18, TypeSfxFight04 =...

Are you asking if it plays when trees are on screen, like how buildings play when the building is on screen? I mean, there's almost always trees on screen. I...

Nicymike says yes it is triggered by trees being on screen, plus the usual random chance

I have added the bird sounds to my fork. I see there is an incomplete stub in Freeserf regarding trees in view, water in view. It looks like these (plus...

Works for me, just tried Debug and Release. Maybe transient problem with github?