-
Content Count
96 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Alberto Salvia Novella
-
Linux system wide installer
Alberto Salvia Novella replied to Alberto Salvia Novella's topic in I want to Help
Having it installed as a system wide application makes more sense to me. It also makes more sense only displaying info or errors that need compulsory attendance of a human. Everything else is better automated or prevented all together. That said most of my software design ideas come from The Unix Philosophy, in case you are curious. -
Linux system wide installer
Alberto Salvia Novella replied to Alberto Salvia Novella's topic in I want to Help
@freyk -
I have created an software that can install The Dark Mod in any Linux system wide. https://gitlab.com/es20490446e/darkmod-linux
-
Streaming now.
-
Streaming now at:
-
Streaming now at: https://www.twitch.tv/alberto_salvia_novella
-
If you are playing some Dark Mod campaign, you can let other people join you by streaming it. If that's the case mention so here in the very moment you are starting the stream, indicating which campaign you are playing.
-
Fan Mission: Snowed Inn by Goldwell & Kingsal (2019/12/25)
Alberto Salvia Novella replied to Goldwell's topic in Fan Missions
Just played it through, great map! -
I made an improved PKGBUILD. If you wanted a pull request, just let me know.
-
Hahaha! Guess that, even then, I never used the candle. Cause I felt more secure by not being seen myself. So being afraid of darkness was the only way to make people like me uncomfortable while playing.
-
I still suspect it could be a good idea, and better known after tried out.
-
Yeap, the lighting should never be completely dark. I remember playing a scenario which was impossible till you increased gamma to the maximum. That should be prevented by design. Amnesia got it right. It lights a subtle blue light after a few moments of complete darkness.
-
DarkRadiant 2.7.0 pre-release test
Alberto Salvia Novella replied to greebo's topic in DarkRadiant Feedback and Development
Not working on Linux: Required WXU 3.0.5 is the incomplete release, so not offered by distros -
You don't need to use GitHub/GitLab's bug tracker, wiki or continuous integration tools. My proposal was using those platforms only for code storage, for easing merge requests. While breaking the different programs into different projects under the same account, for speeding up cloning repositories. Nothing else.
-
@Jetrell Nah, I'm not gone. It's simply I realized that doing as in the peter_spy's thread, replying to every single point to justify my view, is pointless. Either people listen or not. And in this particular topic I didn't took it personally at all, it seems that most of the annoyance comes from previous discussions where I didn't participate. Or that the people was expecting me to procreate the conversation infinitely like with in peter_spy's thread, which basically I believe it was a mistake on my side. In summary: I said nothing else because nothing relevant had to be said ??
-
@stgatilov
-
@greebo
-
@Springheel Cause it was never well designed to start with, having to commit to a single central repository. People used it only because it was the sole thing available at the time. As everything is committed to a single central place: Anything can break the main code, so micro-managing commits is needed. Code conflicts can easily happen. You have to clone every related software for minor changes. So people delay commits, making them bigger, harder to inspect, and more prone to errors. And developers distrust outsiders by default, so these don't even try.