-
Updated
May 7, 2022 - C#
modding
Here are 1,581 public repositories matching this topic...
-
Updated
Apr 24, 2022 - C++
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 1, 2022 - Shell
-
Updated
May 6, 2022 - C#
-
Updated
May 8, 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 7, 2022 - C++
-
Updated
May 1, 2022 - C#
-
Updated
May 7, 2022 - C#
-
Updated
May 8, 2022 - Python
-
Updated
May 7, 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
Nov 16, 2021 - C++
-
Updated
Mar 25, 2022 - C#
-
Updated
May 2, 2022 - C#
-
Updated
Apr 30, 2022 - C
-
Updated
Apr 18, 2022 - C++
-
Updated
Apr 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
setSoundEffectParametersdoesn'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