just a question for mods

  • INFINITY-BOI
    2nd Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • Supercrafter
    2nd Apr 2020 Member 0 Permalink

    1. Sounds are difficult with this number of elements, most of them will sound the same. 2. The sounds will stack up, causing problems. 3. The sounds could be deafening. 

  • INFINITY-BOI
    2nd Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • Lord_Bowserinator
    2nd Apr 2020 Member 1 Permalink

    From a personal prespective (I'm not a mod) all current sound mods either use:

    - An external program that runs and communicates with TPT to play sounds (that lua sound mod)

    - Require extra MIDI libraries to play sound

    - Can only play sounds from a user directory (can't be included with saves)

     

    SDL's native sound library kinda sucks, as I don't think the devs want to package 100 MB of piano note sound files with TPT, so they'll have to generate the sound using code. And getting it to sound good is hard, this was the best I could do with SDL sound:

     

    https://www.youtube.com/watch?v=2dhK1PLomFs

     

    and it sounds horrible. (and it's really buggy too)

    Edited 2 times by Lord_Bowserinator. Last: 2nd Apr 2020
  • INFINITY-BOI
    2nd Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    2nd Apr 2020 Developer 0 Permalink
    Lord_Bowserinator:
    From a personal prespective (I'm not a mod) all current sound mods either use:
    - An external program that runs and communicates with TPT to play sounds (that lua sound mod)
    - Require extra MIDI libraries to play sound
    - Can only play sounds from a user directory (can't be included with saves)
     
    SDL's native sound library kinda sucks, as I don't think the devs want to package 100 MB of piano note sound files with TPT, so they'll have to generate the sound using code. And getting it to sound good is hard, this was the best I could do with SDL sound:
     
    https://www.youtube.com/watch?v=2dhK1PLomFs
     
    and it sounds horrible. (and it's really buggy too)
    Edited 2 times by jacob1. Last: 2nd Apr 2020
  • INFINITY-BOI
    2nd Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • Lord_Bowserinator
    2nd Apr 2020 Member 0 Permalink
    Edited once by Lord_Bowserinator. Last: 2nd Apr 2020
  • INFINITY-BOI
    3rd Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • Hythonia
    3rd Apr 2020 Member 0 Permalink
    @INFINITY-BOI (View Post)

    Lol , jacob , there is nothing in ur comment


    My guess is that there's nothing in @jacob1 (View Post)'s comment because Bowserinator's was enough.

     what is compile


    Compiling is translating code from a high-level language to a lower level language to create an executable program. The Wiki has tutorials on how to compile for Windows, Linux, OS X, and even Raspberry Pi.
    Edited 2 times by Hythonia. Last: 3rd Apr 2020
Locked by jacob1: resolved