divinity76 / YurOTS

YurOTS 0.9.4F
12 stars 16 forks source link

gitignore #3

Closed tmurphy54 closed 4 years ago

tmurphy54 commented 4 years ago

Hello I dabbled with OTs over 14 years ago, I finally found the files I'm familiar with. However I have no idea what Gitignore is. I'm trying to find the yurots.exe in the OTS folder and long story short I think it's being hidden with gitignore? What are my steps to find the yurots.exe to start the server?

divinity76 commented 4 years ago

good old days.

unfortunately YurOTS.exe is not part of this repo at all, it only contains the source code that can be used to create YurOTS.exe with a C++ compiler.

you can download YurOTS.exe here: https://web.archive.org/web/20070119031404/http://yurez.ovh.org/ots/YurOTS_094f.rar

.gitignore has nothing to do with which files you can see, it only put restrictions on what the program "git" can see, if you are not using "git", the .gitignore file does absolutely nothing for you ^^

unfortunately i don't have time to help you out much, i'm rather over-worked and exhausted these days