The Gang Garrison 2 Forum
May 21, 2013, 06:15:41 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Chat with us on IRC: http://ganggarrison.com/irc.html
Server: irc.esper.net, Channel: #gg2
 
   Home   Help Search Login Register  
Pages: « 1 2 3 4 5 »
  Print  
Author Topic: How to keep your mod up to date (mostly) automatically + Link to Nagn's GUI  (Read 6766 times)
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #15 on: August 06, 2010, 01:29:03 am »

1 Echo to tell you med0 made gmksplit
2 Pause So you can wait between splitting the gmk and zipping it back up.
1) Readme file. hehe I actually read those things.
2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back...
...like I did.
Logged

cats4gold
Guest
« Reply #16 on: August 06, 2010, 01:30:04 am »

1 Echo to tell you med0 made gmksplit
2 Pause So you can wait between splitting the gmk and zipping it back up.
1) Readme file. hehe I actually read those things.
2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back...
...like I did.
1. fuck this
2. dude why bother clicking three more times
Logged
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #17 on: August 06, 2010, 01:31:21 am »

2 Pause So you can wait between splitting the gmk and zipping it back up.
2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back...
...like I did.
2. dude why bother clicking three more times
I like clicking my mouse. Grin makes me feel like I'm getting paid for this.
Logged

cats4gold
Guest
« Reply #18 on: August 06, 2010, 01:39:24 am »

Or maybe you could just download my gui for it and don't bother with godddamn prompt.

I for one absolutely hate having to use command line.

http://www.mediafire.com/?nxai71m3vcvc1cm
Buttons and file browser
Oh, must have used a modified copy...

Anyway, I don't like having to command line so here's a GUI I whipped up, just plop it in the same folder as the gmksplit.jar and you can compile/decompile files from anywhere else.

http://www.mediafire.com/?nxai71m3vcvc1cm

=/
Logged
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #19 on: August 06, 2010, 01:41:36 am »

Yeah, a little slow on that.
besides, after screwing around with the command prompt, before L posted that. I said "Fuck it, I'll just download Vindy's GUI. Now where did he post it?"
*L posts*
"......Lucky me."
True story.
Logged

cats4gold
Guest
« Reply #20 on: August 06, 2010, 01:43:41 am »

Yeah, a little slow on that.
besides, after screwing around with the command prompt, before L posted that. I said "Fuck it, I'll just download Vindy's GUI. Now where did he post it?"
*L posts*
"......Lucky me."
True story.
even though my batch is amazing and fantastic?
Logged
cats4gold
Guest
« Reply #21 on: August 06, 2010, 01:46:09 am »

why does your batch split it twice?
split it, then press any key to zip it back up

oh, haha, i forgot to copy.
« Last Edit: August 06, 2010, 01:48:16 am by Cats4Gold » Logged
cats4gold
Guest
« Reply #22 on: August 06, 2010, 01:48:46 am »

Code:
java -jar gmksplit.jar xyz.gmk xyz_split
pause
java -jar gmksplit.jar xyz.gmk xyz_split
pause

 z5 that just splits it twice.

edit; unless medo changed how it works
edit; i fix fol u, check post above yours
Logged
MedO
Owns this place
*****
Offline Offline

Posts: 1490



« Reply #23 on: August 06, 2010, 04:16:10 am »

I thought about mentioning your GUI in the guide, but hadn't been able to test it before, so I didn't know whether you can see the output of Gmk Splitter if you use it.

Just two things, why do you copy the source directory before starting, and could you let the output stay visible until the user hits a button? Alternatively, could you redirect it to a log file?

In addition to this GUI, we could look for a GUI for Git to recommend for console-averse people. There are several (e.g. Git Gui, SmartGit, TortoiseGit), but I didn't try working with them so far.

Edit: SmartGit looks like a good candidate. If you worked with any TortoiseXYZ before you might prefer TortoiseGit though.
« Last Edit: August 06, 2010, 05:04:38 am by MedO » Logged

Quote from: Alfred North Whitehead
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties.

Quote from: John Carmack
[...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
cats4gold
Guest
« Reply #24 on: August 06, 2010, 12:56:24 pm »

I thought about mentioning your GUI in the guide, but hadn't been able to test it before, so I didn't know whether you can see the output of Gmk Splitter if you use it.

Just two things, why do you copy the source directory before starting, and could you let the output stay visible until the user hits a button? Alternatively, could you redirect it to a log file?

In addition to this GUI, we could look for a GUI for Git to recommend for console-averse people. There are several (e.g. Git Gui, SmartGit, TortoiseGit), but I didn't try working with them so far.

Edit: SmartGit looks like a good candidate. If you worked with any TortoiseXYZ before you might prefer TortoiseGit though.
Honestly? Smartgit? Perfect opportunity for GitSmart.
Logged
MedO
Owns this place
*****
Offline Offline

Posts: 1490



« Reply #25 on: August 08, 2010, 06:36:55 am »

If you have the time, you can also try to do the same thing with Bazaar. I can set up the same repository on Launchpad, if you want to try it. After that you can tell us which is easier to learn.
Logged

Quote from: Alfred North Whitehead
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties.

Quote from: John Carmack
[...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
MedO
Owns this place
*****
Offline Offline

Posts: 1490



« Reply #26 on: September 30, 2010, 06:36:06 pm »

The latest version of Gmk Splitter changes the source tree format a bit, and I changed my local repository accordingly. The repository on Github will be replaced with one that uses the new format too, so if you already started working with that repository (I doubt anyone has, actually) please let me know so I can help you convert your own repository.
Logged

Quote from: Alfred North Whitehead
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties.

Quote from: John Carmack
[...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
NAGN
Developer
******
Offline Offline

Posts: 16895


Yeah so now I have an idea


« Reply #27 on: October 18, 2010, 06:02:08 pm »

this is so buggyyyyy
Logged



[im
NAGN
Developer
******
Offline Offline

Posts: 16895


Yeah so now I have an idea


« Reply #28 on: October 18, 2010, 06:10:04 pm »

no really

every time I recompile something it keeps saying the file is corrupted
Logged



[im
Alfred
King of the Modders
******
Offline Offline

Posts: 1820



« Reply #29 on: October 18, 2010, 06:11:05 pm »

Check the announcement.
Logged

my name is taimat
i eat a lot of chips
break a lot of games
suck a lot of dicks
Quote
[05:36] <@Vindicator> wow
[05:36] <@Vindicator> bawls taste amazing
Pages: « 1 2 3 4 5 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.361 seconds with 18 queries.