Jump to content

Lyeed

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Posts posted by Lyeed


  1. 22 minutes ago, Belbo said:

    Great idea... But for me, on Windows 7, the installation does not work. No folder is being created, changing the install.bat according to readme does not do anything. The context menu entries are shown (without missing symbol) and the registry entries seem to be added, but beside that no files are being created during installation or executed upon selecting the context menu entry.

    Is your steam open ? I think it needs to be because of addonbuilder's dependencies
    Edit : not really sure about that, will check

     

    Do you have a folder in your %appdata% called BuildWithAddonbuilder ?

    If no : during the installation process, do you have any informations about files being copied ?

    If yes : could you remplace line 3 with in Build.bat (%appdata%/roaming/BuildWithAddonbuilder/Build.bat)

    echo %1 %2 "%~dp2\" -clear -include=%APPDATA%\AddonBuilderContextualMenu\types_included.txt > log.txt
    

    And post the content of your log.txt file

     

    Thanks for your interest !


  2. Build with Addonbuilder

    Contextual menu shortcut

     

     

    I was always annoyed when I had to build my mods or mission. It takes time to start Addonbuilder, enter your path blablabla.

    I wanted something quick, we're in 2018 why should it takes more than 30 seconds to build manually something ?

     

    PboManager have this feature in the contextual menu, I wanted the same, here we are.

     

    Image :

    Spoiler

    lphEMNU.png

     

    Github repository : https://github.com/Lyeed/Build-with-AddonBuilder

    Download last version : https://github.com/Lyeed/Build-with-AddonBuilder/releases/tag/v1.0b

     

    Feel free to drop a star on the repository if you like.
     

    Known bugs :

    - It seems you can't build directly in the P: drive. You can trick this by not building your folder in the drive's root folder.

     

    Please report any bug or malfunction you may found.

     

    Thanks for your reading and have a nice day

    • Like 1

  3. This is related to the server dispatching too many maxMsgSends.

    As a result packets are dropped by the client when they match the previous packet.

    Hence the last message was repeated within 60 seconds.

     

    Have :

    MaxMsgSend=320;
    

    I notice this spams when a certain amount of players is reached.

     

    I will try changing this value.


  4. Hi everyone !

     

     

    I was wondering if someone found a way to fix theses spams which are surely causing lags :

    Observer C Foxtrot 3-2:1 (Ted Balawi) REMOTE (CIV_23) in cargo of C Foxtrot 3-2:1 (Ted Balawi) REMOTE (CIV_23); message was repeated in last 60 sec: 17387

    I suppose this is related to groups.

     

    Got plenty of these in my logs.

     

     

    Thank you for sharing your knowledge.

×