chairclr / TerraAngel

A Terraria utility client
MIT License
38 stars 8 forks source link

Can't build TerraAngel #18

Closed Cleetusterra closed 2 years ago

Cleetusterra commented 2 years ago

Whenever I try to run fast_start.bat it opens for a few seconds then closes and doesn't create a new folder

chairclr commented 2 years ago

do you have the dotnet 6.0 sdk installed?

Cleetusterra commented 2 years ago

yes i downloaded that before trying to install it

chairclr commented 2 years ago

did you restart your computer after installing it?

Cleetusterra commented 2 years ago

yes

chairclr commented 2 years ago

hmm, open up command prompt and go to the directory where the fast start is, and run it from there

Cleetusterra commented 2 years ago

ok

chairclr commented 2 years ago

image

chairclr commented 2 years ago

you also need to add --branch dev-1.4.4.5 when cloning if you're using Terraria 1.4.4.5

Cleetusterra commented 2 years ago

image

Cleetusterra commented 2 years ago

you also need to add --branch dev-1.4.4.5 when cloning if you're using Terraria 1.4.4.5

that might be the problem

chairclr commented 2 years ago

maybe

Cleetusterra commented 2 years ago

so just git clone https://github.com/CEO-Chair/TerraAngel.git --recursive --branch dev-1.4.4.5

chairclr commented 2 years ago

also make sure you clone in a place like your desktop, dont use C:\Windows\Sytem32

Cleetusterra commented 2 years ago

also make sure you clone in a place like your desktop, dont use C:\Windows\Sytem32

how do i change where it clones

chairclr commented 2 years ago

eg, cd C:\Users\you\Desktop

chairclr commented 2 years ago

and then clone

Cleetusterra commented 2 years ago

ok

Cleetusterra commented 2 years ago

that worked

Cleetusterra commented 2 years ago

thanks

chairclr commented 2 years ago

yeah