BeamMP Flood Mod

That looks correct to me

yeah, but the starting commands work fine, i saw a couple of others have this same error on reddit also

ok, the commands seem to work now, but on italy it says that the map doesnt have an ocean??? what do i do? i treid doing what fuzzychaos said, didnt work. is it an issue that the file is in this format floodBeamMP.lua.txt ? i didnt know what to use to edit the file

There is a possibility that the flood mod is behind in versions of BeamNG. @Daniel-W can you verify?

do you think you could maybe try the mod in beammp, see if it works?

It appears to be working for me, yes.

can i ask what are you using to host your server?

My server is through Pedal Host which is partnered Server Hosting - BeamMP

Speaking as a customer and not as a member of the BeamMP Staff I am also partnered with them so you can use OCTOSCODE for 30% off the first 3 months :wink:

alright, i will try the pedal host servers. thank you for the code.

I am trying to use this mod, ive tried on two different server hosting platforms, neither have worked, i type in any of the flood commands in the chat or server console and get nothing. I have both of the folders in the correct places, idk what i am doing wrong. any help would be appreciated


1 Like

Hi, so I’ve just updated the README on Github with the new commands as it seems I never got around to updating it, and it seems a lot of people are on 1.1.0

Hopefully this resolves any issues :slight_smile:

Commands

v1.1.0

  • /flood_start - Starts the flood
  • /flood_stop - Stops the flood
  • /flood_reset - Resets the height and disables the flood
  • /flood_resetAt - TODO
  • /flood_level <level:integer> - Sets the flood level/height
  • /flood_speed <speed:float> - Sets the flood speed (0.001 is default)
  • /flood_decrease <enabled:boolean> - Makes the water level decrease instead of increase
  • /flood_limit <limit:number> - Sets the flood height limit
  • /flood_printSettings - Prints the current flood settings

v1.0.1

  • /flood_start - Starts the flood
  • /flood_stop - Stops the flood
  • /flood_reset - Resets the height and disables the flood
  • /flood_setLevel <level> - Sets the flood level/height
  • /flood_setSpeed <speed> - Sets the flood speed (0.001 is default)
  • /flood_setDecrease <decrease> - Makes the water level decrease instead of increase
  • /flood_setLimit <limit> - Sets the flood height limit
  • /flood_setLimitEnabled <enabled> - Enables or disables the flood height limit
  • /flood_printSettings - Prints the current flood settings
1 Like

I was actually just looking at the github and saw you updated the commands, however my issue still remains, evertime i put in a command, even the updated ones, i am met with a message saying the command is unknown

edit, i am met with this:

Screenshot 2024-11-03 150348

I’ve just tested this then and it works just fine in both instances. However, it should not be capitalized and should in fact be lowercase. But as I said, I don’t think this is causing the issue as it worked just fine when I tested it

Maybe the chat is doing something, not sure. I tested all these commands a while back and made sure it all worked, and I’ve not touched it since :smile:
Then again, I tested it with the ImGui chat and the HTML chat, it was working fine

You can’t use it here, this is for Lua :smile:
You need to use commands in chat in order for it to work

1 Like

I have also tried putting these commands into the chat, and have had no change happen in game, i will reset the server and try again though. as before when submitting them in chat i was met with “unknown command” now I have nothing showing up after submitting these commands

The current messages i am getting when trying to execute the
‘/flood_printSettings’ and
‘/flood_start’ commands

Hmm, not sure. My flood mod sends "Unknown command: " .. command when it doesn’t know the command, so this looks like another resource is intercepting it and then cancelling it. I forgot how BeamMP works, but if returning 0 in the OnChatMessage function cancels the event for all resources, then I can definitely see it being that. This is why I prefixed mine with “flood_”, that way I don’t mess up any other resources if the flood command is invalid. Which resources are you using? Try to disable them

1 Like

I am using “Cobalt_Essentials_1.7.6” I will disable these plugins and try to run the commands again, i really appreciate all of the help, thank you for being here to support your community using your creations

1 Like

No worries :slight_smile:
I’m heading off very soon, but please do let me know if it works. If so, I’ll talk to the creator and see if we can make something work

1 Like