Aurora 4x
C# Aurora => General Discussion => Topic started by: hopeless4xnoob on April 16, 2020, 09:11:17 AM
-
r/aurora put out a call for new moderators. I would have applied, but after reading Steve's post this morning about the first mod released, no way.
I told them (the mods at r/aurora) how they could have very easily avoided this. They could have used a tool called AutoModerator for Reddit to set up a simple filter that would have sent any post containing the word 'mod' to the moderator queue instead of being published. That's it. 5 minutes or less of work.
That they did not do this probably indicates that they don't care. Given how firm you've been about no C# modding, this is something they really should have thought to do.
Steve, I just want to say that while I'm new here, I have a great amount of respect for what you're doing. You're releasing a complex, well thought out game for free. The bottom line is that no one is entitled to feature requests here, and that includes mod support.
A game like Rimworld benefits greatly from mod support. But that's because Tynan built that game with mod support in mind. Your game is different, and that's cool. That's great, actually. Because I know when I'm playing Aurora 4X, I'm experiencing it the way the developer intended. There are plenty of games out there; we don't need to be able to mod them all.
Ignore the entitled individuals on Reddit and elsewhere.
-
Some thoughts on modding C#
Yeah i have one : DONT. Just DONT.
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
I just looked around and found some stuff about it.
I mean if the guy was a real fan he would of PM'ed it to Steve or something and ask him to implement it into the game.
-
Question is if it will be possible to stop people releasing mods, the internet is a big place. A checksum still seems a good precaution, and could be as simple as this:
private static string GetChecksum()
{
var file = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Aurora.exe");
var bytes = File.ReadAllBytes(file);
using (var sha = SHA256.Create())
{
var hash = sha.ComputeHash(bytes);
return Convert.ToBase64String(hash.Take(8).ToArray());
}
}
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
I just looked around and found some stuff about it.
I mean if the guy was a real fan he would of PM'ed it to Steve or something and ask him to implement it into the game.
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
I just looked around and found some stuff about it.
I mean if the guy was a real fan he would of PM'ed it to Steve or something and ask him to implement it into the game.
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
Then he should of just kept it to himself.
-
I would lock this thread. The decision has been made. . . no mods.
If you feel this is heavy handed or unfair, find another free (or low priced; steam has sales) 4x game to play.
Its Steve's decision to make and he has made it.
-
I would lock this thread. The decision has been made. . . no mods.
If you feel this is heavy handed or unfair, find another free (or low priced; steam has sales) 4x game to play.
Its Steve's decision to make and he has made it.
Agreed now. Making this thread was kind of short sighted of me.
-
I would suggest adding a rule to the forum rules indicating that the concept of modding Steve's Aurora as verboten, given that just about all any passer-by or returning member could understand about it is "Word of mouth was that the developer didn't want that."
Enumerating it in the rules would ensure that individuals can be redirected to a consistent and simple element of the board to quell ongoing discussion, and will be a lot more clear of a message to send than locking topics until everyone "gets it" collectively. (which they won't)
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
I just looked around and found some stuff about it.
I mean if the guy was a real fan he would of PM'ed it to Steve or something and ask him to implement it into the game.
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
Well, there have been multiple replies in the suggestion thread about color scheme changes and other QoL improvements. It's not like these suggestions fall on deaf ears; it's likely that Steve would get around to allowing customizability if a lot of us have asked for it. It's only a matter of time, and most probably after the current bug-fixing period.
-
I'm so confused, so someone made a mod and there was a post about this and I missed it all?
Someone released a QoL mod that (I think) allowed some resizing. Thing is, as you're probably aware, a seemingly small mod can still cause bugs. The kids on Reddit don't seem to understand this and are having a hissy fit.
I just looked around and found some stuff about it.
I mean if the guy was a real fan he would of PM'ed it to Steve or something and ask him to implement it into the game.
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
Well, there have been multiple replies in the suggestion thread about color scheme changes and other QoL improvements. It's not like these suggestions fall on deaf ears; it's likely that Steve would get around to allowing customizability if a lot of us have asked for it. It's only a matter of time, and most probably after the current bug-fixing period.
I'm not sure they will, given we've been suggesting this since literally the first screenshot of C#. Priorities, I know :)
-
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
If he did, its news to me :)
-
Well, there have been multiple replies in the suggestion thread about color scheme changes and other QoL improvements. It's not like these suggestions fall on deaf ears; it's likely that Steve would get around to allowing customizability if a lot of us have asked for it. It's only a matter of time, and most probably after the current bug-fixing period.
I haven't had chance to look at suggestion yet, as I still defending against the bug hordes. However, as shown in the screenshots from the post below, I know how to do this. It just depends on priorities.
http://aurora2.pentarch.org/index.php?topic=8455.msg94287#msg94287
-
I like the blue theme better. But the blue theme needs more nuance. You can barely see the bars seperating fields. Maybe tweaking those might be more effective. The white theme is very aggressive in its brightness.
-
Well, there have been multiple replies in the suggestion thread about color scheme changes and other QoL improvements. It's not like these suggestions fall on deaf ears; it's likely that Steve would get around to allowing customizability if a lot of us have asked for it. It's only a matter of time, and most probably after the current bug-fixing period.
I haven't had chance to look at suggestion yet, as I still defending against the bug hordes. However, as shown in the screenshots from the post below, I know how to do this. It just depends on priorities.
hxxp: aurora2. pentarch. org/index. php?topic=8455. msg94287#msg94287
Priority comes down to being your call, of course, but I think that all the noise around this makes it pretty clear that from our point of view as players, the colour scheme is a fairly significant QoL issue.
Major bugs should come first, but (selfishly) I do think that providing some customization functionality, or at least picking a more neutral colour scheme in the short term, would almost certainly be very widely appreciated amongst all of us here, and may help to tamp down some of the more heated exchanges people have been having on the topic.
-
According to the author, He did, and Steve refused. The game in it's current color scheme is unplayable for me, so while I didn't download the mod, I'm frustrated as it shows how incredibly trivial it would be to fix it. (one line of code).
C'mon Steve, help us out. We want to play your incredible game. For now I'm stuck waiting.
If he did, its news to me :)
Hah, well I guess I shouldn't be surprised someone that decided to go against your wishes, also lied about asking you first ;D
You're a rock star Steve, and we all appreciate what you do. Don't mind us galliformes.
-
Steve, I know how frustrating all this crap must be to you, but don't be discouraged about publishing Aurora. Whilst there are some idiots out there going against your wishes of no modding, I believe most people here respect your wishes.
-
Given how complex this game is and how much time is already spent on bug hunting this week alone no one can fault Steve for not minding any suggestion or QoL suggestions. The work on hunting bugs are amazing as it is in my opinion.
I have been on these forums long enough to know that Steve takes everything written here very seriously even though he has no obligation to do anything at all.
I think some people just don't understand that Steve have NO obligation to do anything and everything he does is just a public service.
I just hoped people would stop spending time talking about this and just ignore any offenders or give them a platform to operate on.
-
I have been on these forums long enough to know that Steve takes everything written here very seriously even though he has no obligation to do anything at all.
I think some people just don't understand that Steve have NO obligation to do anything and everything he does is just a public service.
That doesnt mean we cant give constructive criticism about what he does. He has no obligation to us, but we also ahve no obligation to have the exact same opinion than him on every matter. People can disagree on stuff and still respect each other and their decisions. I have no intention of modding unless Steve gives the OK, but that doesnt mean i dont think there are valid points to allowing mods and that i wish to discuss them.
If he gives serious consideration to things, then even more of a reason to discuss the suvbject in a serious manner.
I respect Steve, and i also disagree on some of the things about HIS game. If he wants, he can listen to my concerns, or he can ignore them. But what he can't and shouldnt do, is stop me from voicing them.
-
Given how complex this game is and how much time is already spent on bug hunting this week alone no one can fault Steve for not minding any suggestion or QoL suggestions. The work on hunting bugs are amazing as it is in my opinion.
I have been on these forums long enough to know that Steve takes everything written here very seriously even though he has no obligation to do anything at all.
I think some people just don't understand that Steve have NO obligation to do anything and everything he does is just a public service.
I just hoped people would stop spending time talking about this and just ignore any offenders or give them a platform to operate on.
A major issue is the entitlement culture we live in and how most people in this culture never grow up mentally and emotionally into real adults.
That's a whole other story.
If you have respect for Steve as a human being then you should either not mod when he asks you to not mod or to mod and never speak about it and never post bug reports with your modded version (if you have the skill to mod one would assume you have the knowledge to know that your bug reports could hamper development).
I don't even understand why these people come out and post their mods publicly, are they really that altruistic or is it more of a "haha I beat your attempts to stop me" sort of thing. Maybe there is some secret conspiracy behind the scenes paying them to release their mods. Maybe they just want attention cause they don't get enough in their daily lives to satisfy themselves.
I think the biggest problem is that the last week, every morning I would wake up and start stalking Steve's posts on here to watch his bug killing progress with glee as I make mental plans for my first real game of Aurora C# when it's stable enough for me,
WHILE YALL TALKING ABOUT MODS WHICH IS DISTRACTING HIM THUS RUINING MY MORNING ROUTINE. I AM VERY ANGRY WITH YALL SO CAN YOU ALL MENTALLY CONTROL YOUR FINGERS FROM TYPING ABOUT THIS UNPRODUCTIVE STUFF AND GET MORE FOCUSED ON REPORTING BUGS, WE CAN ALL BE HAPPIER AT THE END OF THE DAY.
-
I have been on these forums long enough to know that Steve takes everything written here very seriously even though he has no obligation to do anything at all.
I think some people just don't understand that Steve have NO obligation to do anything and everything he does is just a public service.
That doesnt mean we cant give constructive criticism about what he does. He has no obligation to us, but we also ahve no obligation to have the exact same opinion than him on every matter. People can disagree on stuff and still respect each other and their decisions. I have no intention of modding unless Steve gives the OK, but that doesnt mean i dont think there are valid points to allowing mods and that i wish to discuss them.
If he gives serious consideration to things, then even more of a reason to discuss the suvbject in a serious manner.
I respect Steve, and i also disagree on some of the things about HIS game. If he wants, he can listen to my concerns, or he can ignore them. But what he can't and shouldnt do, is stop me from voicing them.
We are getting off topic here this is becoming less a modding aurora thread and more a freedom of speech thread.
When Steve inevitably reads and locks this thread he is going to need to understand that as a consequence of C# being easy mod that mod discussions and even modding attempts aren't going to go away even if he wishes god themselves to smite all who attempt it.
He either needs to come up with some checksum system (not too hard to implement) to ignore modded bug reports and add a more strict format on the forums for bug reporting.
Or he does what no one wants and pulls further public releases of Aurora and keeps it to himself. Having this game being public and available on the internet is great for everyone not least of all Steve - but all great things come at a price and here we are.
I only wish the best for everyone here.
-
WHILE YALL TALKING ABOUT MODS WHICH IS DISTRACTING HIM THUS RUINING MY MORNING ROUTINE. I AM VERY ANGRY WITH YALL SO CAN YOU ALL MENTALLY CONTROL YOUR FINGERS FROM TYPING ABOUT THIS UNPRODUCTIVE STUFF AND GET MORE FOCUSED ON REPORTING BUGS, WE CAN ALL BE HAPPIER AT THE END OF THE DAY.
Do not ever do this again, I even had to size down in the quote to avoid hurting peoples eyes. There are other ways to draw attention that does not affect peoples vision.
-
We are getting off topic here this is becoming less a modding aurora thread and more a freedom of speech thread.
i mean, thats what it's devolved into. On one side, people saying, hey, lets talk about mods, I have so and so opinion on it
on the other side it feels like most responses on the vein of "you're disrespecting Steve's wishes, dont discuss even the possibility of mods"
-
We are getting off topic here this is becoming less a modding aurora thread and more a freedom of speech thread.
i mean, thats what it's devolved into. On one side, people saying, hey, lets talk about mods, I have so and so opinion on it
on the other side it feels like most responses on the vein of "you're disrespecting Steve's wishes, dont discuss even the possibility of mods"
Why even bother talking about mods and modding on here? The game isn't even fully out yet, Steve clearly doesn't want them, there are other places to talk about your opinions and thoughts on modding in general, etc.
All signs point to not talking about modding and mods especially ones for Aurora C# on here.
Yet here we are.
-
We are getting off topic here this is becoming less a modding aurora thread and more a freedom of speech thread.
i mean, thats what it's devolved into. On one side, people saying, hey, lets talk about mods, I have so and so opinion on it
on the other side it feels like most responses on the vein of "you're disrespecting Steve's wishes, dont discuss even the possibility of mods"
Why even bother talking about mods and modding on here? The game isn't even fully out yet, Steve clearly doesn't want them, there are other places to talk about your opinions and thoughts on modding in general, etc.
All signs point to not talking about modding and mods especially ones for Aurora C# on here.
Yet here we are.
Because i do not lose anything by talking about it. Because i have an opinion about it. Because it can be implmented later. Etc, etc
i dont see how not talking about it helps us in any way either.
It is a topic. It has to do with Aurora. As such, we talk about it in the Aurora forums
-
Stupid thing to do, but I guess it was inevitable that someone would be stupid eventually.
We cannot do much more to stop it from happening. But we can help to crack down on it when it happens and maybe take some of that burden off for Steve. Like in this case go to Reddit and use whatever report function etc. they have to get someone with a brain to act on it a bit faster.
-
We are getting off topic here this is becoming less a modding aurora thread and more a freedom of speech thread.
i mean, thats what it's devolved into. On one side, people saying, hey, lets talk about mods, I have so and so opinion on it
on the other side it feels like most responses on the vein of "you're disrespecting Steve's wishes, dont discuss even the possibility of mods"
Why even bother talking about mods and modding on here? The game isn't even fully out yet, Steve clearly doesn't want them, there are other places to talk about your opinions and thoughts on modding in general, etc.
All signs point to not talking about modding and mods especially ones for Aurora C# on here.
Yet here we are.
Because i do not lose anything by talking about it. Because i have an opinion about it. Because it can be implmented later. Etc, etc
i dont see how not talking about it helps us in any way either.
It is a topic. It has to do with Aurora. As such, we talk about it in the Aurora forums
I seem to have spent the little free time I have had today reading mod discussions, instead of bug-fixing.. Please can we avoid mod discussions on these forums so I don't get distracted due to low willpower :)
-
Next person to make a thread about mods gets a timeout