Raymond Aguilar

Results 40 comments of Raymond Aguilar

You are right about the stupid steam directory thing. Even if you use force_directory /whatever it still puts its in `/path/to/steamcmd/steamapps/workshop/content/107410/` However... what if we symlinked `ln -s /path/where/you/want/your/mods /path/to/steamcmd/steamapps/workshop/content/107410/`?...

Or... Even better, what if it kept the mods there, then after a mod is downloaded, we hit the web api to pull in the name. Then symlink `/path/to/steamcmd/steamapps/workshop/content/107410/812345 ->...

I think you're right. To be honest, the directory name doesn't even matter. The arma exe will launch a mod whether it's named @mod or 87655321. So you could just...

Yeah that could work. I gotta say... I was looking through the code. I'm surprised you could do so much with node. You are a braver man than I 👍...

Sure. I don't have any problems using my personal steam login on the server. Most of the time there's only one, maybe two admins. In my case, I'm the only...

I just thought of a way you could get the steam guard code entered in an easy way. Ask the user to login with user/pass. Then tell them they need...

Not trying to pressure you. Just wanted to see if there's anything we can do to help with this and if you have any sense on when you might be...

What other module?

Oh you mean the module that grabs the workshop missions?

How do I use that?