davidmann4 / ogar-feeder-bot

feeder bot for ogar servers
MIT License
91 stars 49 forks source link

How do you start bots in a different Operating system? #532

Closed 0katz closed 8 years ago

0katz commented 8 years ago

Making this project for only windows is very limiting, there's Linux and Mac users that have a different file system for files, I can't run start.bat from Linux because it's not supported I even tried a third party application "Wine cmd " which gives me a DOS command prompt but it still missing dependencies. Can start.bat be implemented in the Userscript so the browser loads them?

CupidStunts commented 8 years ago

you start the server & feeder in node on linux....the same way you do on windows... on mac idk but you can run it from a c9.io free vps

0katz commented 8 years ago

I didn't look at the code under start.bat before posting this question. It's just initializing the f.js file,This issue can be closed. For Linux users install node from github and the OpenSSL dependency for crypto support.