gtav-ent / GTAV-EnhancedNativeTrainer

GTA V PC Enhanced Native Trainer
http://gtaforums.com/topic/789786-vrelwip-enhanced-native-trainer
GNU General Public License v2.0
37 stars 14 forks source link

We need a discussion board or something... #142

Closed qaisjp closed 3 years ago

qaisjp commented 9 years ago

I propose that @gtav-ent creates a Slack for active maintainers, or atleast a skype group. This is for purposes like issue #141.

Slack would also give those excel files a place to stay. They should not be in version control.

alexquebecois commented 9 years ago

I agree with this idea. I often have questions and suggestions but I dare not always created a topic for that small stuff.

alexquebecois commented 9 years ago

I have a second suggestion for @gtav-ent, take a look at this: https://www.hipchat.com/

Skype is a bit invasive. Slack or Hipchat is a good solution in my opinion.

shaneallgeier commented 9 years ago

You could always just create a channel on freenode or efnet or any of the major irc networks. On Aug 3, 2015 6:35 PM, "TiCoder" notifications@github.com wrote:

I have a suggestion for @gtav-ent https://github.com/gtav-ent, take a look at this: https://www.hipchat.com/

— Reply to this email directly or view it on GitHub https://github.com/gtav-ent/GTAV-EnhancedNativeTrainer/issues/142#issuecomment-127432036 .

sub205 commented 9 years ago

I can offer a dedicated linux vm on one of my own root servers for stuff like that. Maybe a closed-group phpBB or something. I also run an own irc-server.

qaisjp commented 9 years ago

You can also join #gtav-ent on GTANet

qaisjp commented 9 years ago

or trello

sub205 commented 9 years ago

No new commits? no traffic? everyone dead? :-(

qaisjp commented 9 years ago

Yes

On Fri, 14 Aug 2015 3:04 pm sub205 notifications@github.com wrote:

No new commits? no traffic? everyone dead? :-(

— Reply to this email directly or view it on GitHub https://github.com/gtav-ent/GTAV-EnhancedNativeTrainer/issues/142#issuecomment-131114697 .

sub205 commented 9 years ago

That's not the answer i wanted to hear...

shaneallgeier commented 9 years ago

Work has been keeping me busy, at least. There's probably a few committers on this repo that are starting a new semester of classes around this time. I'm hoping this is just a temporary dip in production.

gtav-ent commented 9 years ago

For my part... I intend to release a "28.1" with various bug fixes but nothing new. Beyond that I don't expect to contribute a huge amount more - I put in a last phase of effort to get 28 done but my motivation for this has dropped off. What happens next depends partly on what you guys would like - will discuss more at some future point, busy for a few days now.

gtav-ent commented 9 years ago

Also, on topic, I looked at Slack and Hipchat. Both seemed to require I manage access by getting and adding email addresses which I don't fancy being stuck with. If any of you want to create and run something though, go for it.

sub205 commented 9 years ago

Slack is quite nice, also has an irc/xmpp interface. I´d like to submit more, but my current knowledge of this project / language / libs is the limiting factor.

qaisjp commented 9 years ago

gtav-ent on gtanet still exists

On Sat, 15 Aug 2015 at 08:10 sub205 notifications@github.com wrote:

Slack is quite nice, also has an irc/xmpp interface. I´d like to submit more, but my current knowledge of this project / language / libs is the limiting factor.

— Reply to this email directly or view it on GitHub https://github.com/gtav-ent/GTAV-EnhancedNativeTrainer/issues/142#issuecomment-131311798 .

qaisjp commented 9 years ago

(irc, that is)

On Sat, 15 Aug 2015 at 18:46 Qais Patankar qaisjp@gmail.com wrote:

gtav-ent on gtanet still exists

On Sat, 15 Aug 2015 at 08:10 sub205 notifications@github.com wrote:

Slack is quite nice, also has an irc/xmpp interface. I´d like to submit more, but my current knowledge of this project / language / libs is the limiting factor.

— Reply to this email directly or view it on GitHub https://github.com/gtav-ent/GTAV-EnhancedNativeTrainer/issues/142#issuecomment-131311798 .

rkwapisz commented 9 years ago

I'm officially back from my vacation. Don't have any ideas in my head for features quiet yet, but at some point I'll take a look through the issues again and see if I can touch on anything.

FlakTheMighty commented 9 years ago

I've got turn signals working somewhat decently if anyone feels like that would be a good feature to add.

shaneallgeier commented 9 years ago

I'm interested. How do they work exactly? On Aug 19, 2015 7:48 PM, "FlakTheMighty" notifications@github.com wrote:

I've got turn signals working somewhat decently if anyone feels like that would be a good feature to add.

— Reply to this email directly or view it on GitHub https://github.com/gtav-ent/GTAV-EnhancedNativeTrainer/issues/142#issuecomment-132838746 .

FlakTheMighty commented 9 years ago

Well because there's no native for checking if they're on, I had to improvise and had a boolean for the two, one for left, and one for right. If you turn the left on, it'll turn the right off, and vice-versa. It's really hacky looking, but it's the best we can get without a way to check if they're actually on.