Nemesis731 Posted July 6, 2002 Share Posted July 6, 2002 I can't download the file, everytime I do it says no files, so can you send me the file at riskbreaker731@comcast.net? Link to comment Share on other sites More sharing options...
Dest Posted July 6, 2002 Author Share Posted July 6, 2002 it says no files? when you goto the link it says direct link denied and then gives you the link to the file. Link to comment Share on other sites More sharing options...
Nemesis731 Posted July 6, 2002 Share Posted July 6, 2002 Yeah then whe I download the file and open it there are no files in it. Its weird. So if you could send it to me I would be really thankful. I will try your link again though. Link to comment Share on other sites More sharing options...
Sam Posted July 6, 2002 Share Posted July 6, 2002 i HAVE THE SAME PROBLEM BUT I DIDNT GET AN ANSWER Link to comment Share on other sites More sharing options...
Sam Posted July 6, 2002 Share Posted July 6, 2002 I need help every time i download theres no files so i cant do any thing so i download again and again but still nothing im going to pm my email to you to send me the files Link to comment Share on other sites More sharing options...
Nemesis731 Posted July 6, 2002 Share Posted July 6, 2002 I still ned help too. I get the same problem as Sam. Link to comment Share on other sites More sharing options...
Subject452 Posted July 6, 2002 Share Posted July 6, 2002 Yep, its a 1,5mb zipfile with no files in it, i think somewhere along packing your files into a zip file it went wrong for you Dest. Link to comment Share on other sites More sharing options...
Jedais Posted July 6, 2002 Share Posted July 6, 2002 Everybody he is changing the scaling mod so that everybody can re-scale the lighsaber size to a little one, He told me that he is going to relese it latter this night hehehe I cant wait for this. Link to comment Share on other sites More sharing options...
Tchouky Posted July 7, 2002 Share Posted July 7, 2002 ok i finally found an internet connection and i m glad someone continue the job ! thx man. how did you fix the pk3 bug ? when i compiled the game vm the saber blocks were stranges.... will you post the source code plz? you can use the parse functions to fix the digits limitations but it messed up with the bots loading files. Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 hey tchouky's back! The problem with the qvm was a pointer error. You had tck.buffer as char *buffer and it should have been a char buffer[TCK_BUFFERSIZE] or something. Putting stuff into char *'s at the global scope that havent been initialized is bad. I'll have the source code up in a minute. I commented everything that I added with a //// instaed of //. I mean everything that I changed from raven's source, not your source. I also did some very weird things with defines and ifdefs in bg_pmove.c Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 I fixed the digit limitation and also fixed an error where you could do soemthing like model n and it would think its desann cause desann has an n in it Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 You can get the source at http://www.8op.com/dest123/JediMod.html This is basically my mod combined with tchouky's mod to make one big happy mod. Ok now about the weird defines. In the game source you will find a lot of #ifdef CLIENTSIDE stuff. This is so that if I have CLIENTSIDE defined then the game source will compile as a clientside and serverside mod. If I dont define it then it will only be a serverside mod. There aren't any #ifdef CLIENTSIDE's in cgame because its obvious that it will be clientside. I also use #ifdef CLIENTCOMPILE In order to make it so you could turn the ability to spin in backstabs on and off I had to have two different version of bg_pmove.c and since both game and cgame use the same bg_pmove.c I had to use defines to basically make it to different versions. The problem was because I needed to acces cvars like mod_nerfspin which were only set on the server so I basically did #ifdef CLIENTCOMPILE vmcvar_t mod_nerfspin; #endif #ifdef CLIENTCOMPILE mod_nerfspin.integer = cgs.nerfspin #endif This means that in order to compile cgame you have to define CLIENTCOMPILE in bg_pmoves.c and in order to compile game you have to define CLIENTSIDE in gamedefs.h and undefine CLIENTCOMPILE in bg_pmoves.c I just added the define to the projects/settings/c/c++/preprocessor definations This works for when you use a dll but to compile into a qvm you must put the defines in the source files. Some of the defines are very ugly but it is good to have it so I can make it a server side only mod(no model scaling rgb sabers etc). Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 There are still some bugs that I haven't been able to fix. When another player changes their model it rescales correctly but it looks like whatever model that *you* are currently using and does not load the right model for them until you hit tab. Link to comment Share on other sites More sharing options...
t3rr0r Posted July 7, 2002 Share Posted July 7, 2002 Originally posted by Dest When another player changes their model it rescales correctly but it looks like whatever model that *you* are currently using and does not load the right model for them until you hit tab. does that have to do with defer player models? Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 hm that sounds like that would make sense. Link to comment Share on other sites More sharing options...
NickR Posted July 7, 2002 Share Posted July 7, 2002 The tab activates the scoreboard right and the defer player models means that the info on other player models only updates when the scoreboard is shown. Link to comment Share on other sites More sharing options...
Darth-Nasty Posted July 7, 2002 Share Posted July 7, 2002 im not sure if i have the latest version (if not can someone point me to it) however i have spotted a couple of bugs firstly: No morgan at all not as bot not as player secondly the robed/uncaped options for the tyrion model dont work i'm thinking that these are connected as they both arnt default models (the morgan defualt is the sp ghost) Link to comment Share on other sites More sharing options...
Dest Posted July 7, 2002 Author Share Posted July 7, 2002 yeah that was a bug with the / character in the skins. It works in latest version which is at http://www.jediknightii.net/files/index.php?link=file&id=427 Link to comment Share on other sites More sharing options...
rut-wa jodar Posted July 7, 2002 Share Posted July 7, 2002 I am apologise for being blunt but this mod SUCKZ!!!! the saber detection is non existent WTF !!! Tchoucky had to compile part of the code to a DLL to rectify the saber collision problem, but you have made it 10x worse. Also "no second saber instance" keeps appearing in top left of the screen even though it`s supposed to be disabled Dest: good idea, badly executed Link to comment Share on other sites More sharing options...
C]-[33S3/\/\@N Posted July 7, 2002 Share Posted July 7, 2002 As prviously mentioned, thers absolutely NO saber detection, i can hit a wall let alon a player, any chance of rectifying this? otherwise, i cant see the use of it at all apart from taking screenshots. Damn good effort tho, if ya can fix that, its a winner Link to comment Share on other sites More sharing options...
Nemesis731 Posted July 8, 2002 Share Posted July 8, 2002 I can't even get the models to scale. Tchouky's worked for me, but this one won't scale my players, says that 2nd saber thing over and over, and the lightsaber won't work. I got the colors thing for the lightsaber to work though. Maybe you should do work and TEST it first. Keep trying though. Link to comment Share on other sites More sharing options...
Dest Posted July 8, 2002 Author Share Posted July 8, 2002 ummmm wtf the 2nd saber thing code shouldn't be in there.... Sorry guys the 2nd saber thing is all that is messing it up It's meant for dual sabers. I will fix it and repost. When I tested it I had mod_dualsaber set to 1 so I didnt get that error and thats why I didnt notice it. Link to comment Share on other sites More sharing options...
Dest Posted July 8, 2002 Author Share Posted July 8, 2002 Just set mod_dualsaber to 1 and it will work fine. Link to comment Share on other sites More sharing options...
Dest Posted July 8, 2002 Author Share Posted July 8, 2002 Ok I put up a new version its at http://www.8op.com/dest123/jedimod.htlm This was just a quick fix and it *has* server side dualsaber code so make sure you *set* mod_dualsaber to 0 otherwise the server will give you an invisible 2nd saber! (it is still buggy and only one of your two sabers can hit at a time so the 2nd saber doesnt help you much currently) You have to restart the match everytime you change mod_dualsaber. Link to comment Share on other sites More sharing options...
Daskers Posted July 8, 2002 Share Posted July 8, 2002 The download does'nt work. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.