-
Updated
May 28, 2022 - C#
modding
Here are 1,618 public repositories matching this topic...
-
Updated
May 24, 2022 - C++
-
Updated
May 25, 2022 - C#
-
Updated
May 29, 2022 - Shell
Help us help you
❌ I have checked that my issue doesn't exist yet.❌ I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible.❌ I can always reproduce the issue with the provided description below.
Environment
- Operating System version: Windows 10
-
Updated
May 27, 2022 - Java
Track: Learning
We aim to make contributions to Fish Fight a positive experience for new contributors. Part of this effort is to provide documentation and resources for learning.
Currently, we are looking to consolidate all learning material into one place for new contributors and we've begun doing this using mdBook, which is hosted at https://fishfight.github.io/FishFigh
-
Updated
May 28, 2022 - C++
-
Updated
May 29, 2022 - C#
-
Updated
May 29, 2022 - C#
-
Updated
May 28, 2022 - Python
-
Updated
May 18, 2022 - C++
Apparently it is possible to add Python modules to the game with the modloader. Unfortunately there is no documentation about the api.
-
Updated
May 29, 2022 - C#
-
Updated
Nov 16, 2021 - C++
-
Updated
Mar 25, 2022 - C#
-
Updated
May 29, 2022 - C++
-
Updated
May 29, 2022 - C
-
Updated
May 29, 2022 - Rust
Improve this page
Add a description, image, and links to the modding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modding topic, visit your repo's landing page and select "manage topics."
Describe the bug
setSoundEffectParameters
doesn't work inonClientSoundEvent
, because the underlaying BASS handle isn't created at that point, only a frame later.https://discord.com/channels/801330706252038164/801411628600000522/944225468167634975
I looked into it, and found out that the handle isn't even created at the point the event is called:
https://github.com/multitheftauto/mt