Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
My partner and I have tried everything to be able to work on the same script together, and our most recent disaster was Cloud 9. We are looking for a program that we can script our GM together in. If there's not one out there, I put this thread out there as a request. Thanks for reading.
Aerotactics
P.S. Since this is "Scripting Help" related, I figured this was the most appropriate thread.
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
Together? Github? If that's what you are asking
(Do you mean live/realtime together coding or just a group/team project)
Edit - no idea about realtime together
Edit 2 - ******d this, and floobit/collabedit seem nice!
Posts: 882
Threads: 176
Joined: Aug 2011
Reputation:
0
Realtime coding together.
edit: We've tried them both.
Posts: 390
Threads: 65
Joined: Dec 2012
Reputation:
0
Teamviewer.
Connect to one's PC and simply script together, there is even a chat!
With Teamviwer, you will see one of the partner's screen.
Posts: 508
Threads: 146
Joined: Jan 2014
Reputation:
0
stypi.com/
Its not PAWN but just still code there then transfer to a compiler and compile
Posts: 140
Threads: 2
Joined: Jan 2012
Reputation:
0
Simply build your script with includes and let one person work on one include at a time. Then combine the includes somewhere (e.g. on GitHub) so everybody is able to compile and run the script at any time with the latest updates.