Search results

  1. BogdanWDK

    Is it possible Fougerite in Linux? (WINE OR NATIVE)

    You might be right, but i wonder @DreTaX since you managed to decompile client source, can't we do the same with rust server and maybe modify it and make it run much better and maybe a fancy pink(or pinkish kek) GUI ?
  2. BogdanWDK

    Is it possible Fougerite in Linux? (WINE OR NATIVE)

    I once managed to get my server up & running on linux and it could ran ~30 hours straight but then some issues occured so it needed restart. I'll throw a look over old server files to see if i can find anything useful.
  3. BogdanWDK

    Is it possible Fougerite in Linux? (WINE OR NATIVE)

    Considering gameserver providers are using linux servers (mostly debian/centos) it is possible but i guess you need some extra libs in order to run it up as it should. @DreTaX should be able to help you with your queries regarding how to run a server on linux.
  4. BogdanWDK

    Solved VERY weird RustBuster Bug !

    I guess RustBuster is screening for keywords arround your processes ? Which would means if the cheat has no actually cheat names in , you won't be detected by RustBuster.
  5. BogdanWDK

    Next Week Objectives

    Some ideas i've got while was taking a shower: 1. Modifying recipes for armors/weapons So , like when crafting a bolt you need the BP and lqm but you will also need 2 more items which it wont drop so often : - Bolt Action Rifle shaft - Some-Fancy-Item-Name (xD) 2. Being able to edit the map ...
  6. BogdanWDK

    RustBuster Client Sided Scripting

    Top things that we need on client side (linked somehow to server and live downloads to clients on plugin reloads or smth like that, i can explain more if interested) - GUI (Texts,Bars,Boxes,etc) - Loading Screen , Loading screen sound - Textures And one thing that came in my mind: Spectator...
  7. BogdanWDK

    About RustBuster and Fougerite

    @DreTaX python version for handling the GUI and some examples ? I have some ideas that might be awesome if i manage to bring them on.
  8. BogdanWDK

    Fougerite Official

    If you have access to FTP,you should be able to do it. Use prepatched dll's (you'll find a folder with them in the last version)
  9. BogdanWDK

    Approved Freezer (Fixed)

    Fixed.
  10. BogdanWDK

    Approved Freezer (Fixed)

    BogdanWDK updated Freezer (Fixed) with a new update entry: Oops, fixed. UPDATE NECESSARY IN ORDER TO WORK PROPERLY Read the rest of this update entry...
  11. BogdanWDK

    Freezer (Fixed) - Oops, fixed. UPDATE NECESSARY IN ORDER TO WORK PROPERLY

    Fix. UPDATE NECESSARY IN ORDER TO WORK PROPERLY
  12. BogdanWDK

    Approved Freezer (Fixed)

    BogdanWDK submitted a new resource: Freezer (Fixed) - Freeze/Unfreeze players. (Based on SPooCK FreeZer plugin) Read more about this resource...
  13. BogdanWDK

    Freezer (Fixed) - Freezer (Fixed)

    Freezer plugin based on SPooCK's version. (which is broken right now) Commands: - /freeze <name> - /unfreeze <name>
  14. BogdanWDK

    Environment.TickCount returns negative numbers

    I think it is possible to be fixed since you can call windows functions in c# plugins(am i wrong?). But i recommend to restart your server every 2-3 days , that way you can keep your plugins up-to-date and apply any edits you've made without forcing server with .reload commands.
  15. BogdanWDK

    Request plugins here

    Hello guys. Saw something on another server and you'd like to have it on your server? Got an idea of an very useful plugin? Request it here. I'll have a look over it and i'll give it a shot. All plugin requests will be uploaded on Plugin's category. Please , follow this model: Plugin Name...
  16. BogdanWDK

    JintPlugin problem

    Javascript plugins must be placed in "Magma" folder not in "JsPlugins"
  17. BogdanWDK

    Users Banned - How to unban?

    Bans are saved in DataStore to avoid lag spikes while checking for ban. DataStore is saved on rust++ autosave.
  18. BogdanWDK

    [C#] Anti Jump Hack

    Decompile EAC and you'll get what you need.
  19. BogdanWDK

    Approved Proxy Checker

    Soon i'll switch to GeoIP module and there'd be no more errors like i hope. I recommend disabling it until i'll post an update.
  20. BogdanWDK

    Weird error

    Creator failed to correctly setup the uLinkNetworkView "WeaponLootBox(Clone)" (ViewID Unassigned), which is it's responsibility. Please make sure your custom NetworkInstantiator is calling NetworkInstantiatorUtility.Instantiate or NetworkInstantiateArgs.SetupNetworkView.