JRHockney* Posted June 3, 2006 Share Posted June 3, 2006 How did you get the files? If I remember right, I just downloaded the whole thing and used microsoft visual C++ v8 to look at them. I had no intention of modifying anything yet, so I did it the easy way. Link to comment Share on other sites More sharing options...
Vruki Salet Posted June 3, 2006 Share Posted June 3, 2006 You must have the wrong code JR. Or maybe you're doing a search using regular expressions, without realizing it, and not escaping the '[' ? Link to comment Share on other sites More sharing options...
razorace Posted June 3, 2006 Author Share Posted June 3, 2006 simply searching for "SaberSys" (without the qoutes) should get you everything you need. Maybe you're not searching in the correct area,which I either set to the entire solution or the root directory of all the source code files. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 10, 2006 Share Posted June 10, 2006 Meh. I can't get the direct access working (like everyone else ). I get as far as trying to log in, but it rejects my password. It might have something to do with the SSL certificate (if I don't include the .cvsSSLkeys file, I get the same error) but I took care to download the most recent version from Freepository's site. Any ideas? Link to comment Share on other sites More sharing options...
razorace Posted June 10, 2006 Author Share Posted June 10, 2006 hmmm, what's the actual error message? As for getting help on weird problems, the best way is to email the freepository admin. He's great about helping fix problems just like this. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 10, 2006 Share Posted June 10, 2006 Here's the connection log from my last attempt: In C:\Documents and Settings\Chris\My Documents\Visual Studio 2005\Projects\OJP: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "." CVSROOT=:sserver;version=1:sushi@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject Empty password used - try 'cvs login' with a real password cvs [checkout aborted]: authorization failed: server freepository.com rejected access to /fp1/222yx9P6fFHQYOpenJediProject for user sushi Error, CVS operation failed In : "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "login" CVSROOT=:sserver;version=1:sushi@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject Logging in to :sserver:sushi@freepository.com:3025:/fp1/222yx9P6fFHQYOpenJediProject cvs [login aborted]: authorization failed: server freepository.com rejected access to /fp1/222yx9P6fFHQYOpenJediProject for user sushi Error, CVS operation failed In : "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "login" CVSROOT=:sserver;version=1:sushi@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject Logging in to :sserver:sushi@freepository.com:3025:/fp1/222yx9P6fFHQYOpenJediProject CVS Password: cvs [login aborted]: received interrupt signal CVS operation aborted by user request Error, one of the CVS operations failed Using connection string: :sserver;version=1:sushi@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject I'll refrain from posting the SSL key here. If nobody has any ideas, I'll contact the admin when I have time. Link to comment Share on other sites More sharing options...
razorace Posted June 11, 2006 Author Share Posted June 11, 2006 ok, when it give the empty password error, you have to wait for it to give you the opertunity to enter a password., it will pop up automatically. OR did you already do that? Link to comment Share on other sites More sharing options...
razorace Posted June 11, 2006 Author Share Posted June 11, 2006 Added a tutorial on commiting things to the repository and a description of all the repository branches. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 11, 2006 Share Posted June 11, 2006 Yes, forgot to mention that... it prompts for my password, I enter it, then gives me that error, then prompts for my password, I enter it, gives error...etc. Link to comment Share on other sites More sharing options...
razorace Posted June 11, 2006 Author Share Posted June 11, 2006 hmmm, sounds like a password problem. Talk to the repository admin. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 14, 2006 Share Posted June 14, 2006 Good news... I finally got it working. It turns out I WAS using the wrong connection string. I'd selected the first one listed for "WinCVS and TortoiseSVN," not the second one designated for Freepositories created before 2006. My bad... Link to comment Share on other sites More sharing options...
razorace Posted June 14, 2006 Author Share Posted June 14, 2006 I'm glad you got it working. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 14, 2006 Share Posted June 14, 2006 So am I. Next question: why didn't my checkout grab everything? When I go into my freshly checked out folder, there is no "Enhanced" directory. There's "Basic" and "Betaserver" and "Vehicles" but no "Enhanced." The odd thing is, when I checked out (and updated after just to be sure) it listed files in that directory. Where did they go? Link to comment Share on other sites More sharing options...
razorace Posted June 14, 2006 Author Share Posted June 14, 2006 The Enhanced code is in the Basic folder under another branch. I believe there's a tutorial on the code set up at the beginning of this thread. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 14, 2006 Share Posted June 14, 2006 OK, if I've understood correctly, the Enhanced code is in OJPBasic/Source. Thanks Razor! Link to comment Share on other sites More sharing options...
razorace Posted June 14, 2006 Author Share Posted June 14, 2006 yeah, but Basic and Enhanced are in the same folder. Fortunately, the default branch is Enhanced. Link to comment Share on other sites More sharing options...
alexx860 Posted June 17, 2006 Share Posted June 17, 2006 Can't get direct access with TortoiseCVS. I followed all the steps but when I do check-out it always ask me my password (the one I use for login to freepository) : In D:\JA Coding\OJP CVS: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "." CVSROOT=:sserver;version=1:alexx860@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject cvs.exe checkout: Empty password used - try 'cvs login' with a real password cvs.exe [checkout aborted]: authorization failed: server freepository.com rejected access to /fp1/222yx9P6fFHQYOpenJediProject for user alexx860 Error, CVS operation failed In : "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "login" CVSROOT=:sserver;version=1:alexx860@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject Logging in to :sserver:alexx860@freepository.com:3025:/fp1/222yx9P6fFHQYOpenJediProject cvs.exe [login aborted]: authorization failed: server freepository.com rejected access to /fp1/222yx9P6fFHQYOpenJediProject for user alexx860 Error, CVS operation failed In : "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "login" CVSROOT=:sserver;version=1:alexx860@freepository.com:3025/fp1/222yx9P6fFHQYOpenJediProject Logging in to :sserver:alexx860@freepository.com:3025:/fp1/222yx9P6fFHQYOpenJediProject Error, CVS operation failed Error, one of the CVS operations failed Link to comment Share on other sites More sharing options...
razorace Posted June 17, 2006 Author Share Posted June 17, 2006 TortoiseCVS will ask for your password if you wait. If it doesn't do it after a few moments, you're probably not using a new enough version of TortoiseCVS. Link to comment Share on other sites More sharing options...
Sushi_CW Posted June 17, 2006 Share Posted June 17, 2006 That's almost exactly the problem I was having...for me, it turned out I wasn't using the right CVSRoot string. I needed to use the LAST one listed on the freepository page. Also, if you've changed your Freepository password since getting the CVSRoot string, you need to enter your OLD password when you try to check out. Tricky. Link to comment Share on other sites More sharing options...
alexx860 Posted June 17, 2006 Share Posted June 17, 2006 Oh yes thanks, it works You must use the 4th CVSROOT in "Secure ID entries" : 4. Legacy freepositories (created prior to Jan-2006) and CVSNT-based client (WinCVS and TortoiseCVS): I was using the second Link to comment Share on other sites More sharing options...
razorace Posted June 17, 2006 Author Share Posted June 17, 2006 Oh, ok. That's new. I guess jbminn changed things around. Link to comment Share on other sites More sharing options...
JRHockney* Posted July 2, 2006 Share Posted July 2, 2006 I have a coding question for anyone who can help. Just for fun, I located the code for the double DP damage when hitting a runing person. If I wanted to make a patch for 0.0.9d to add that in, how would go about doing that. This fix wont be necessary for very long obviously, but if I knew such a thing, I think it would help me greatly in learning how to code. Can anybody give me a detailed description of how to do it (without too much computer jargon, because Im kind of stupid when it comes to that stuff! LOL)? I may also try changing the lunge damage as well since it appears to be apart of the same code block. Link to comment Share on other sites More sharing options...
Vruki Salet Posted July 2, 2006 Share Posted July 2, 2006 Lol you want to make it damage X 2000 against runners, don't you? I know it! Link to comment Share on other sites More sharing options...
razorace Posted July 2, 2006 Author Share Posted July 2, 2006 Just recompile the game .dll and then package it up in a .pk3. Link to comment Share on other sites More sharing options...
JRHockney* Posted July 2, 2006 Share Posted July 2, 2006 Lol you want to make it damage X 2000 against runners, don't you? I know it! No I was actually hoping for X 4000. LOL! No but seriously, version 0.0.9d doesnt have any running penalties. I was hoping to add the X 2 DP penalties for running back in and lower the lunge DP damage possibly even back to normal hit damage. Heck, because we found out that running is still a bit too powerful for this mod, I might even make the running damage X 2.5 until we can come up with something else. That should make it penalized just enough so only the best runners can do well. Just recompile the game .dll and then package it up in a .pk3. Well, I'm not entirely sure how to do that, but I could probably figure it out (I think the directions are with the code development pack anyways). Do you have the most recent code that includes the mishap meter at the repository, btw? If not, Do I have to recompile and put in the whole thing or can I just pick out running code somehow? If the code I have is old and I put the whole w_saber cv file in, wont that disable some of the new code or something? Like I said, I am stupid at this. Help me oh great Jedi Guardian of the Newbie Questions (bows down) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.