oliverde8 wrote:
1.0.0.5 uses composer, composer is basically a package manager for PHP. You say which libraries and which versions you use and there you go. That is why ManiaLivePlugins is missing everything is in vendor directory where it should be.
It worked when I copied the files manually to the folder.
In the meantime I also tried autoupdate, but this didn't work out of the box (also if "use git" was unchecked).
When I ran the Check Command on my server it showed me that an update is available (although there is no master update until now). When I then executed the Update-Command it showed me that the Update has worked successfully, although it didn't update anything. So there might be an error handling issue here.
I first had to get Git on my Linux Server and create SSH-Keys to get the update-function working.
oliverde8 wrote:
Can you try the latest version it should be a bit better. The issue is sometimes the game doesen't allow us to detect the right click, doing a left click just before fixes it.
I'm still using 1.0.0.5 because I was not sure whether I should take a nightly build since it might contain some temporary bugs..
But if the game doesn't allow the detection you probably can't do anything against it
oliverde8 wrote:
Well no, the issue is there is a lot of ways to start eXpansion as you don't need to install it multiple times for each server you have. Need to think how it could be done but not a priority right now.
Would be very nice to have this
Unfortunately I don't really know much about Linux yet (we only use windows servers and programming technologies at work), otherwise I would try to create one myself.
oliverde8 wrote:
Happy you like it, and would be even happier to have a developer doing plugins, don't hasitate if you have any questions.
Until now I didn't find time but im looking forward to start developing
One more question:
I added some widgets on my server and placed them somewhere else in the HUD to make the UI more clear (e.g. checkpoint progress widget on top).
But when other people join my server they won't get my HUD settings but the default ones (checkpoint progress on bottom of the screen).
Is there a way of saving my HUD as "default HUD" for other players? Or is the only way to do this by overriding the default positions in the PHP-File of the plugin?