diff --git a/build_editor.sh b/build_editor.sh index 31a4d946..6d5ce30e 100755 --- a/build_editor.sh +++ b/build_editor.sh @@ -110,7 +110,7 @@ then else printf "WorldSpawn is NOT present, cloning...\n" cd ./src/ - git clone https://git.code.sf.net/p/worldspawn/code worldspawn + git clone "https://vcs.vera-visions.com/tech/worldspawn" worldspawn cd ./worldspawn fi diff --git a/build_engine.sh b/build_engine.sh index 407fe112..21cce4f5 100755 --- a/build_engine.sh +++ b/build_engine.sh @@ -135,7 +135,7 @@ then else printf "Engine is NOT present, cloning...\n" cd ./src/ - git clone "https://github.com/VeraVisions/fteqw" engine + git clone "https://vcs.vera-visions.com/tech/engine" engine cd ./engine/engine fi diff --git a/get_gamepacks.sh b/get_gamepacks.sh index 2cf05a12..06dcf413 100755 --- a/get_gamepacks.sh +++ b/get_gamepacks.sh @@ -19,12 +19,12 @@ grab_mod() cd "$SCRPATH" } -grab_mod gearbox https://www.github.com/eukara/freegearbox -grab_mod rewolf https://www.github.com/eukara/freegunman -grab_mod poke646 https://www.github.com/eukara/freepoke646 -grab_mod tfc https://www.github.com/eukara/freetfc -grab_mod scihunt https://www.github.com/eukara/freesci -grab_mod hunger https://www.github.com/eukara/freehunger -grab_mod valve https://www.github.com/eukara/freehl -grab_mod cstrike https://www.github.com/eukara/freecs -grab_mod ts https://www.github.com/Frag-Net/FreeTS +grab_mod gearbox https://vcs.vera-visions.com/nuclide-ports/gearbox +grab_mod rewolf https://vcs.vera-visions.com/nuclide-ports/rewolf +grab_mod poke646 https://vcs.vera-visions.com/nuclide-ports/poke646 +grab_mod tfc https://vcs.vera-visions.com/nuclide-ports/tfc +grab_mod scihunt https://vcs.vera-visions.com/nuclide-ports/scihunt +grab_mod hunger https://vcs.vera-visions.com/nuclide-ports/hunger +grab_mod valve https://vcs.vera-visions.com/nuclide-ports/valve +grab_mod cstrike https://vcs.vera-visions.com/nuclide-ports/cstrike +grab_mod ts https://vcs.vera-visions.com/nuclide-ports/ts