FOnline Development > Share Your Work
How to revert FOnline upstream to r412
(1/1)
adumbperson:
First of all clone Cvet's FOnline
--- Code: ---git clone https://github.com/cvet/fonline
--- End code ---
now checkout 412 revision by sha commit (you can use git log to pick up another commit)
--- Code: ---cd fonline
git checkout 3e58c94f1234173d5af234eb1f80ad0af8f3c120
git lfs checkout
ls
--- End code ---
commit 3e58c94f1234173d5af234eb1f80ad0af8f3c120 is r513 which is the legacy r412 (Thanks wipe for pointing it out)
I've been successful with compilation using VS10 solutions... I've replaced the binaries from my project with the new one... I now have full control over my sandbox (THANKS to CVET and every people who contribute/d to FOnline.)
Only problem is that there is no script to build for linux in that state...
*.cbp file are code block project and these contains linux build environment...
Enjoy
Wipe:
Note that FOClassic is keeping legacy branch, which is what i used as starting point for the whole project, and what i declared as r412 :)
Only change compared to cvet's repo is added README.md.
https://codeload.github.com/rotators/foclassic/zip/legacy
adumbperson:
--- Quote from: Wipe on April 16, 2019, 03:49:01 am ---Note that FOClassic is keeping legacy branch, which is what i used as starting point for the whole project, and what i declared as r412 :)
Only change compared to cvet's repo is added README.md.
https://codeload.github.com/rotators/foclassic/zip/legacy
--- End quote ---
Thanks for pointing it out.
foclassic legacy's solutions are broken but comparing libs size to r412 extracted from fonline, it turn out I've missed git-lfs reading... that's why it doesn't compile as the libs are truncated... ;D
Navigation
[0] Message Index
Go to full version