Heat hooks for uModSolved
Hi there,

So i was wondering if there is anyone who is working on Heat. I need some help as im looking for some way to see player destruction of buildings in a log and also a way to find out who owns a structure with a command. Similar to a plugin on Rust. I believe these were available for ROK but are no longer compatible with Heat, even though its a reskin. If anyone is interested in adding some custom hooks for Heat please let me know. 

Seems like all hope has been lost for this game so far, would be a shame. 
Yes, I am the developer working on it. There are a lot hooks that haven't been added yet, so feel free to request any you'd like to see.
Awesome! Fast responce aswell, cool.

Main ones needed (desperatly)

A hook to see player destruction of buildings 
A hook to have a command or some way to see who owns a entity
A way to spectate players 
  1. A hook would need to be added for this
  2. Doesn't need a hook, just write a plugin that uses a command and game functionality
  3. Doesn't need a hook, just write a plugin that uses the game functionlaity
Im unexperienced so i wouldnt be able to do this myself im afraid. This is why i came here for some help. But im not even sure what is available so far to make the plugins
In response to GeorgeA98 ():
Im unexperienced so i wouldnt be able to do this myself im afraid. This is why i came here for some...
You can see what's available in each game by using a program such as JustDecompile and opening the game's main DLLs such as Assembly-CSharp.dll. If you aren't familiar with programing and would just like to see a plugin, I'd recommend posting a request for each plugin individually under the Plugin Requests forum section.
Ok thanks for your help.

So is this the right place to request the custom hook to be made for player damage destruction?
Sure, just make a new thread with each hook request so we can keep track of them and avoid duplicates. :)
Ok would you like me to make one for this request or leave it as it is?

Also could you provide a limk for the plugin requests? Thanks
Community > Plugin Requests section

This thread is fine as-is, I'd suggest making a new thread for each request. Keep in mind that a hook is something that is listened for, not an action. So making the player do something would generally not be a hook (ex. spectating), things such as detecting when a player does something such as destroy something would be a hook.
Ok perfect, thanks so much for your help.

If you make any progress, please update the post and ill check it out thanks
Locked automatically