The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
About an offcial new version of Vdrift - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: General Discussion (https://www.vdrift.net/Forum/forumdisplay.php?fid=8)
+--- Thread: About an offcial new version of Vdrift (/showthread.php?tid=2381)



About an offcial new version of Vdrift - leillo1975 - 04-12-2019

Hello again.

First of all I would like to say that, unfortunately for me I discovered this game recently. It's a pity I hadn't enjoyed it before.The reason for this thread is that I see that the game hasn't had a new release version since 2014, and in my opinion it would be nice to be able to make a new one that includes all the improvements made so far in the code.It would be a good way to re-advertise the game and for more people to join in its development.
It would also be nice if this new version reached the repositories of the most popular distributions, because it is impossible, for example, to find a way to install it easily in Ubuntu.
As I commented in another thread, publish it as Snap and Flatpak in https://snapcraft.io/store and in https://flathub.org  would give a lot of publicity to the project and a lot of new people could know it.

Greetings!


RE: About an offcial new version of Vdrift - NaN - 04-13-2019

Quote:reached the repositories of the most popular distributions

Distros typically require a FOSS license. The license status of vdrift data is unfortunately not very clear.

One idea I had was to modify the car/track updates downloader code to be able to download all data, so that we only have to ship the executable which is GPL.

Alternatively one could ship a really minimal data set known to be GPL compatible. One just would have to identify the cars and tracks that are safe and document it.


RE: About an offcial new version of Vdrift - leillo1975 - 04-13-2019

(04-13-2019, 03:32 AM)NaN Wrote:
Quote:reached the repositories of the most popular distributions

Distros typically require a FOSS license. The license status of vdrift data is unfortunately not very clear.

One idea I had was to modify the car/track updates downloader code to be able to download all data, so that we only have to ship the executable which is GPL.

Alternatively one could ship a really minimal data set known to be GPL compatible. One just would have to identify the cars and tracks that are safe and document it.

If there are problems with the licenses you can always use Snaps or flatpaks for the distribution.... or just a compressed file with the binaries . But the first options are more visible to everyone.