View Single Post
  #10  
Old 11-05-2017, 06:23 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I found it last night and you'll be happy to know (demonstar) that it isn't a major issue concerning client translators.

It's a client behavior change that occurred post-SoF client.

Apparently, we set this condition in the Mob class constructor:
Code:
flymode = FlyMode3;
..but, the newer (SoD+) clients ignore 'walking' sound loops when anything other than FlyMode0 is selected.

Fixing it is not as simple as changing the constructor value to '0' because that can bring other problems into play. (fish walking underwater comes to mind...)

It can be overridden to '0' in the client translators..but, the same issues come into play as with the constructor change.


I tested SoD and RoF2 and the walking sounds are present with the FlyMode0 value.

I guess, with the other modes, they were too 'light on their feet' to make any noise?
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 11-05-2017 at 09:16 PM..
Reply With Quote