altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 17 forks source link

Change "modules" in default server.cfg #626

Closed DatMayo closed 3 years ago

DatMayo commented 3 years ago

Where to find https://cdn.altv.mp/others/server.cfg

Whats the issue There was a breaking change, node-module was renamed to js-module. So when you download the sample config, you'll get an error right away.

How to fix Remove node-mode in default server.cfg

Unnvaldr commented 3 years ago

@DatMayo When downloading server binaries from page, server.cfg is modified already to include added modules. Do you download it by external scripts?

FabianTerhorst commented 3 years ago

Module array in cfg from cdn should be empty by default @vadzz-dev

DatMayo commented 3 years ago

@Lhoerion When downloading i.E. for a docker image, you'll need to stick to cdn versions. Thats why I opend this issue

Software-Noob commented 3 years ago

Any news related to this? Seems like an extremely easy fix to update the file on the CDN to reflect the latest changes regarding not using node-module.

FabianTerhorst commented 3 years ago

i think server.cfg could just be removed from cdn. The websites builds it dynamically anyway.

Software-Noob commented 3 years ago

i think server.cfg could just be removed from cdn. The websites builds it dynamically anyway.

This is not for downloading and building from the website, CDN is used for docker image builds. The CDN file has not been updated since last year, so it's out of date.

C0kkie commented 3 years ago

Got fixed and updated to js-module