Search results

  1. MasterPeace

    Approved Restriction Zones

    Yea. Looks like instruction is missing. Sorry I don't have way to test plugins. Could you test it if you have server?
  2. MasterPeace

    Approved Equinox Anti-Cheat (EAC)

    Extract folders like in package (modules = modules, saves = saves) Then go to your config: Save / fougerite.cfg And add line under last module in [Modules] EACV2=EACV2
  3. MasterPeace

    Approved Restriction Zones

    Hey, Admins can do whatever they want, plugin is not limiting them. But of course you can do that in config. Remember to always set config so everything is fine. Also I don't really know - are these Moderators Fougerite functionality or some plugin? If Fougerite, I can add that. I saw on Dre...
  4. MasterPeace

    Language Speed Test

    Yes. For Javascript it's not good option. Unity allows JS but we have no option to make something with it. Adding additional engines/libraries just to use JS is just bad idea, what your test show perfectly. Python may be fast, it's gaining popularity from year to year (and I don't know why...
  5. MasterPeace

    where i find rust fougerite for linux?

    You need to set your Rust Server on Wine to use Windows .dlls like Fougerite.
  6. MasterPeace

    Approved Restriction Zones

    You know... There is that thing that less people have access to such plugins it's better for your server. Plugin was made to provide possibility to disable building on rad zones. I decided for my purposes to add disabling of PvP too. But if someone don't know what he is doing (especially...
  7. MasterPeace

    Fougerite Official

    Look at server log, what server was doing at that time before crash. Some errors should be there. Also if you would say what was you doing with server it would help. Was you trying to close it and restart?
  8. MasterPeace

    TDM W.I.P

    I tried. Had website, people even bought vips, they really liked server. But I couldn't sit on server 24h per day to keep eye on what is going on at night. I was half of times playing undercover just to spy all that shit and ban. But at night it's different. I thought that if someone (admin)...
  9. MasterPeace

    TDM W.I.P

    On my server I had my own Arena system (as I didn't really believe in most of plugins what I found here, and I still think that if you want to create something really cool, you'll need to do some coding). It was working like this - I had 2 arenas build far away from players, and of course...
  10. MasterPeace

    Fougerite Official

    Nothing bad in using Unity - basically when you write plugin in C# you will use mostly Unity functionality. But who cares. I could create whole RPG plugin like in Minecraft - Client don't care. He have his own player speed, max HP etc.
  11. MasterPeace

    Fougerite Official

    I'll translate it. I think he ask for possibility to add something on chat function, like player avatars in experimental for example, before player name. But he want only text. Azymok: One thing what you can do is just add string before player name. So you can add for example [VIP] to...
  12. MasterPeace

    Approved Restriction Zones

    MasterPeace updated Restriction Zones with a new update entry: 1.3 - Performance and fixes Read the rest of this update entry...
  13. MasterPeace

    Restriction Zones - 1.3 - Performance and fixes

    Restricition Zones 1.3.0: 1. Performance improvement: loading zones to memory, reloading on set/edit/delete 2. Zone Edit improvement: now you can edit all settings: ex - /zone edit hangar 124 on off on ex2 - /zone edit hangar 122 off 3. Bug in Zone Edit function fixed: function wasn't...
  14. MasterPeace

    Please help me

    He want to edit client. I think RustBuster is what we need if it's really in development and working. I would like to get into source when it will be released. Didn't really look at this project yet, just watched video, but I guess it will work on client side, inject like cheats or something so...
  15. MasterPeace

    Important Plans on Fougerite, My story

    Don't do anything for fougerite just focus on school. People will understand. I wish I could not be that stupid to drop mine school. Now I'm planning to go back at it in September do it all from start. Hope I will make it. Now it's only you who develop Fougerite?
  16. MasterPeace

    Player Connection

    Let me look into that as I got little bit hyped. Hope I can find something useful.
  17. MasterPeace

    Player Connection

    No. I want to control every single packet what he is sending to my server. So I can block everything if I want, so he will not change and not receive anything from me if I decide so. ----------------------------------- Guys Imagine that: I know that someone is hacking - so I freeze him up. -...
  18. MasterPeace

    Player Connection

    Almost. But I don't want to just build second communication / connection system. I want to overwrite / take control of first stage of communication: 1. Player Connects to server 2. Get his ID / IP etc. And then send him to my functionality, my communication system. 3. Spawn player 4. Let him...
  19. MasterPeace

    Player Connection

    Hi guys. Apologies for my lack of knowledge. I have some time to spare now sometimes and I have a quick question: Is there way to get into player connection functions? What if I would decide to catch player connection when he get into server and than maintain it? Add full functionality of...
  20. MasterPeace

    Approved Restriction Zones

    Hi. I can't help as I don't have source anymore. You would need to decompile plugin for yourself first, I don't really have time now to do that, I'm working on other projects. I don't even have Rust anymore. Script was very easy. 1. On Player / Object Hurt -> Get positions of attacker and hurt...