Olivier Leone

Results 17 comments of Olivier Leone

After idling , freezes the screen until you go back to menu or restart level

Edit: I managed to fork the repo and upload my own template. However, I’m encountering an issue where the server won’t start. The files are correctly placed within the file...

Edit: server works on the backend not through amp with a reverse proxy but game cant authenticate the user (cant access the path)

Yeah, I did it It proxies port 443 to 8090, while the game runs on another port. Port forwarding was set up, the client uses my subdomain, and the server's...

yep also forgot to add that the config.ini replace localhost with 0.0.0.0 and my subdomain everything works except that auth path. im using nginx but the devs said it works...

Yea true sorry for that, at this point if someone can create just the template for linux as the one for windows looks to work pretty good, then i would...

also for my nginx if anyone needs it server { listen 443 ssl; server_name marvel.leonelab.net; ssl_certificate ssl_certificate_key # Proxy /AuthServer/ requests to the backend location /AuthServer/ { proxy_pass http://ip to...

yea I fixed that still not launching via amp, anything else i can try?

Yea sorry was busy with something, when you go to load the application it says unable to run, there's nothing in the console. "a fault is preventing the application from...

this is the config made with the template to run with linux: Meta.DisplayName=MHServerEMU Meta.Description=MHServerEMU server Meta.OS=Windows, Linux Meta.AarchSupport=Unknown Meta.Arch=x86_64 Meta.Author=OlivierLeone - Made with AMP Config Generator Meta.URL=https://github.com/DrunkenMonk0001/PrivateMH Meta.DisplayImageSource=url:https://images.squarespace-cdn.com/content/v1/5985346fdb29d60e9d206ab3/1503506895353-M0KQUTDJO5VVPV5DD42Q/bg-registration-omega.jpg?format=2500w Meta.EndpointURIFormat= Meta.ConfigManifest=mhserveremuconfig.json...