"Life is feudal" is dead.
Long live "Life is feudal". Hi Custodian,
do you still work on the BasilMod::Pack?
Will there be a v11?
Custodian wrote:Wait for v11 to be released.
This version will try to switch to available system-based encoders(if any) as a fallback method, when bases64encoder.exe is not available.
Anyway...
I have a little problem I couldn't solve so far, maybe you can help?
I have installed the
BasilMod::pack on Client and Server and it works well, but...
There is
NO Quick-Join-Button for the Favorite-Server in the MainMenu and I don't know why...
- I've copied the file basilmodloader.zip in the Client-Folder from your posting 13 Feb 2017, 19:59:
Custodian wrote:Players should update(re-download)
basilmodloader.zip and delete basilmod/ folder with old files.
- Of course I've edited the main.cs in the client-folder at the end with
- Code: Select all
exec("basilmodloader/loader.cs");
- I've installed BasilMod::Pack (for Lif 1.4.4.5) on Server from your posting 08 Sep 2020, 02:05
Custodian wrote:BasilMod::Pack updated to work with LiF version "1.4.4.5".
- BasilMod/pack/client/pack.cs.dso
- BasilMod/pack/client/pack.gui.dso
- BasilMod/pack/base64encoder.exe
- BasilMod/pack/config.cs
- BasilMod/pack/content.cs
- BasilMod/pack/pack.cs.dso
- Of course I've edited the main.cs on the Server at the end with
- Code: Select all
exec("BasilMod/pack/pack.cs");
Everything works well!
Updating files, downloading files, synchronisation and so on...
But... There is
NO QUICK-JOIN-BUTTON...
Problems:
- In the console there is:
- In the main menu there is:
- When I enter in the console:
- Code: Select all
exec("BasilMod/pack/pack.cs");
then there is
- Then in the main menu:
- After a few seconds the button appears!!
- After game restart everything is like at Step 1 (all disappeared)
So...
NO Quick-Join-Button for the Favorite-Server in the MainMenuThe Button ONLY APPEARS, when I enter
exec("BasilMod/pack/pack.cs"); in the console...
(but
exec("BasilMod/pack/pack.cs"); is in the main.cs on the server!)
Do you know this problem?
Can you help pls?