Jump to content

RecklessJames

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by RecklessJames

  1. Hmm I see, is there another possible way that something could become debugged unintentionally? Or a way to determine if I'm using debugged content? Also here is proof, lol. And when I build it I select "Build>Build Solution". I've also made absolutely sure that there are definitely no other .dlls or mods interfering with this... whether they are within the "Base" folder or "OpenJK", and I've also experimented with placing jagamex86.dll in multiple areas just in case. Btw, also using Windows 7. Forgot that info heh
  2. Hello! Hope this is the correct area, it seemed most relevant to me. Recently I downloaded @@eezstreet 's AI Workshop mod. Only very recently have I first delved into building/compiling my own .dlls and .exes, with the desire to edit code in the future. Eezstreet offered the source code within this download so I figured it was the perfect time! Before making any changes at all, I wanted to simply recompile the proper files just to see if it would turn out fine before I waste time changing any code. Well as it turns out its a good thing I did this test, as I have indeed been coming across problems.... but it isn't just this mod alone, I later learned my issues happen with all builds I do. Whether its OpenJK vanilla, OpenJK custom, other people's mods, etc. As for the specific issue, I'll now elaborate on what the exact problem is with this error. So with the AI Workshop mod, it works perfectly fine... all maps and savegames load up with no issues at all, and the mod itself is working properly! Anyways I went ahead and recompiled the given source code using Visual Studio Community 2017, and yes I made sure it was set to "Release" build and it is not set to "Debug" mode (a common mistake I've read about). When I load up my saved games, I suddenly get this error every single time: When I click "Ignore" then it goes through about 3 or 4 similar errors before giving up and crashing. First thing I found odd was, again, I made absolutely no changes whatsoever. I compiled "jagamex86.dll", "openjk_sp.x86.exe", and "rdsp-vanilla_x86.dll". Next I tried to mix it up a bit, compiling only 1 of the files or 2 of them but same result no matter the combination. So then the next thing I thought of, maybe it doesn't like my save files? So I tried to load up a map instead (yavin1b specifically) and..... it worked! At least at first... because next I tried to load a modded map and I get this same error. Pretty much any map that isn't vanilla Jedi Academy gives this error. Here is the line its pointing towards, within code/game/g_navigator.cpp, but I'm not sure whats wrong with it lol! if (CHECK_START_SOLID) { // Try It //-------- if (!MoveTrace(Start, Stop, Mins, Maxs, 0, true, false)) { assert("ERROR: Nav in solid!"==0); gi.Printf( S_COLOR_RED"ERROR: Nav(%d) in solid: %s@%s\n", type, pointName, mLocStringA); delayedShutDown = level.time + 100; return; } }I'd like to compile something that runs at least 90% properly, know what I mean? Haha! Eezstreet's download works perfectly fine on modded maps and savegames, so I don't see why it shouldn't work when I build it myself without making any changes.... therefore I'm sure there must be something I'm doing wrong. The next question is.... what am I doing wrong? Its very frustrating because I feel that I'm so close to being able to edit certain content, yet this is something now preventing me from continuing. I want to edit .dlls and such so that I can tweak the game for my own personal tastes; additional force powers/weapons, more lightsaber color choices, RGB lightsabers as well, increased cap for the dismembering limit, increased NPCs/vehicles, menu editing, and much more. Or perhaps just do experiments with the game and come up with something I wouldn't have thought of before! So yeah I really hope someone with more knowledge than me can shed some light on this! I'd really appreciate it! Thanks for reading.
  3. lol unfortunately it is heavily relied on all the downloaded/custom mods I have so it wouldn't be very useful to anyone else. Although as a blank template, could be a nice idea!
  4. Lol yeah, your menu is really great! I've even used it to learn how to customize menus/huds myself! I learned alot of ideas by messing around with it and trying to stretch its limits haha, for instance here is an in progress example of me going overboard with the menu customizing lol! But yeah I really look forward to future updates and more advanced features! Goodluck with the progress!
  5. I'm glad to hear that you fixed your issue! It reminds me.... am I the only one who finds it annoying that OpenJK installs a folder into Documents/My Games? When I first used OpenJK, it took me the longest time to even know this and it makes things very confusing as literally every other mod goes into GameData haha. Also changing the names of "autoexec" into "openjk" and making two of them (one for sp and one for mp) also made me really confused at first for quite awhile. Issues with resolution, dismembering, etc. I got around this by using a program that does "symbolic linking" allowing me to put my OpenJK folder inside GameData (where it should be) but also tricking it into thinking its still inside Documents/My Games! lol... also my "autoexec" file is one single file that exists in 4 or 5 places at once under different names, very useful for multiple mod folders!
  6. I agree with the complaints, I thought this was the baton guy but instead its Finn for some reason lol
  7. @@Langerd @ Here, try these settings in your "autoexec" (or whichever you use) and please tell me the results! set cg_dismember 2 set com_blood 1 set g_dismember 100 set g_dismemberment 3 set g_DismemberProbabilities 0 set g_SaberMoreRealistic 3 set saberdamagescale 1000 Setting the probabilities to 100 only works if the NPC's probabilities are also set to 100 or higher... otherwise it gets overridden and won't always work. BUT setting it to 0 negates all of it, and completely ignores probabilities altogether meaning anyone can be dismembered no matter what. After tons of trial and error, this is what I came up with that ensures it works. (and also looking at lots of tutorials and doing experiments lol) The only other reason why it wouldn't work is due to dismembering limits within maps. After a certain point, spawned NPCs no longer have dismembering due to an in-game limit that's built in or something like that. You'd need a custom install of OpenJK that increases this limit I believe. (although I can't help with that as it involves coding, someone else will have to help with that sadly)
  8. Recently I've been sorting through all my playermodels and have been coming across something that's really been confusing. After various testing of taking models in and out of the game, it seems to produce completely random results (at least to me). I tried to test if it was based on each model file size, model folder size, amount of model files, amount of folders, amount of skins, whether a "playerchoice" text file exists in each folder or not, whether they are listed in "MENU" strings or not, and so on. It seems no matter what, it is extremely inconsistent for me. Sometimes it only shows the default 6 models, sometimes it shows nothing (and crashes), sometimes it shows up to 50 or more models at a time. I know that it has to do with editing the "MENU" strings file as I mentioned before, and I also know that it has to do with the text file "playerchoice". But not all my models have that file but they are sometimes selectable and sometimes they aren't. Sometimes models would push out other models (so they don't get listed), and other times it completely ignores the strings file flat out. It's very confusing... if someone knows how to properly list models within the character creation menu then I'd appreciate it alot! And yes I followed a tutorial for it already. I should also mention that all models are fully working too. Fully working for bots, NPCs, as a player (when using the console), and etc. Also no other .pk3 files have models inside them and such except for the one I'm using (and Assets of course), I made sure to remove any variables that would conflict with these. My main goal is so that it lists the proper playermodels as selectable but its very confusing to figure out what does what so far... Edit: Okay I sorta figured it out I think after doing some experiments. Basically it seems the game doesn't read the sizes or individual folders so much as it focuses on the names of the folders and the amount of letters total among the playermodel folders, and uses that to determine a limit. A combination of this, the load order, plus the playerchoice.txt determines what gets listed in the game selection. There's more to it but w/e I give up over thinking it, lol. It just gets very confusing when you have a large amount of models lol, but I got it now... so people can ignore this!
  9. 2,312 downloads

    Was experimenting with the sabermark files and ended up with this. It looked pretty cool imo, so I decided to share it! Very simple to install, just place into your "Base" folder (or any other folder you may be using for mods). If you have other graphical mods, then you may rename this file in order to make it load last (if need be)! Also make sure you have the following inside your "autoexec" .cfg file, just in case they aren't set already: seta cg_g2Marks 1 seta cg_g2MarksAllModels 1 seta cg_marks 1 seta cg_saberEntMarks 1
  10. Thanks, I'll try out both programs! Edit: Yup it worked, "Hex-Editor MX" worked for me. Thanks for the help!
  11. @@katanamaru recently decided to try out what you said before and nothing works, I'm following this tutorial: https://jkhub.org/topic/10156-creating-an-original-humanoid-file-unique-to-one-or-more-characters/?hl=%2Banimation+%2Bhex I used notepad, notepad++, a hex editor, etc. Pretty much changing any line within a .glm file causes the model to refuse to load and instead uses a default stormtrooper model in its place. So, any ideas?
  12. I might be missing some info, but if someone were to do such a thing then how would your own Lightsaber still damage you? Are you saying to replace the playermodel hitbox with an enemy/custom hitbox? Or did you mean something else? (sorry not sure how most of this works)
  13. Yeah, I'm sure such a thing is very possible... but only if someone has the patience/time to do so. I have neither unfortunately, lol! But figured it wouldn't hurt to throw ideas around, never know who may stumble across this thread and take interest one day! That being said, let me share one more video that inspired this idea the most! (and very funny too, lol)
  14. Oops forgot to post an update here! But yeah wanted to say that I haven't been noticing it happening much anymore lol.... I guess it really was just that specific Jedi and a few modded characters, but once I ignored it I kinda forgot about it tbh haha! I also tested it without OpenJK and noticed it would still happen sometimes. So yeah, who knows!
  15. Forgot to mention, I am using OpenJK btw. @@AshuraDX Yeah, normally that's what I would notice too in the past... seeing it with custom models sometimes. But today was the first time seeing it with a base character. When I first had noticed this, it was with the "jedi2" NPC while I was testing something unrelated. After repeating similar actions a few times, I noticed it kept happening! Worst case (and most noticeable) was when it goes to the extreme of duplicating an entire body on some occasions, lol. But I recently did some new tests and I think I may have learned a few things, although still a bit random to really tell. But I think it may have something to do with the hidden lightsaber styles (the ones you can only use with cheats or editing files) since I tested for about 30 to 40min on a few different NPCs using different styles and noticed it gave varied results. The forbidden styles seemed to produce the issue more often on different types of NPCs I think... at least seemingly at first, because whenever I tested on that specific "jedi2" NPC again then it seems to happen very often regardless of what style I use... very puzzling lol. For Stormtroopers in particular the most I could get was a duplicate arm and that's it, no matter what. Oh yeah and it seems to happen when attacking the upper chest area. Here are new screenshots I took: So yeah... still not sure what's causing it but all I know is that "jedi2" seems to do it the most out of the handfull of NPCs I tested, it also happens a bit often with other Jedi depending on lightsaber style used. Custom models too (which I find normal and expected). As for the lightsaber theory, that could also just be a coincidence and not a cause at all... I would have to cut up people for hours to really narrow things down tbh, lmao! And again I removed all mods to see if that made a difference and also reinstalled my asset files, same results... only thing I haven't done yet is test it without using OpenJK. I suppose I'll try that tomorrow and I'll share any results...
  16. Hello! Recently I've noticed this strange issue in my game (using OpenJK). When dismembering characters, sometimes theres a chance that a body part will actually be a full body which causes two dead bodies to appear (or sometimes multiple heads/arms). Sometimes I noticed this with modded NPCs and figured it was glitches with that... but then I'm noticing it happening with default NPCs too, such as Jedi. I removed all modded content to see if it would stop and it has not. Has this glitch always existed and I just haven't really noticed until now? If it's possible to remove this then that would be nice, at first it was funny but now its getting a bit too frequent... Here are some screencaps: Its really frustrating to replicate btw since its completely random but happens about 1/3rd of the time, and just enough to be annoying imo lol...
  17. Oh I see, thank you very much for the info! What was the tutorial called?
  18. Sorry I'm as confused as you are, I really don't know why this happened but its perfectly fine now even with the cloud off currently. Also yeah it was frustrating either way, I sure hope that doesn't happen again haha... But yeah sorry, also nevermind all this. I was extremely confused and frustrated so lets just forget about this. :3
  19. Okay so I'm very very lucky. But reverting back to an earlier point in Windows somehow fixed this? Bizarre.... I say lucky cause no one offered any help since yesterday lmao. Oh well, thanks anyways... I think.
  20. Okay so... my game is completely ruined and I have zero ideas/people to turn to. My last thread on server issues got ignored so let's hope this one doesn't get ignored either since this issue is FAR worse... but now my game simply cannot read config files at all. I've done everything to try fixing it, everything. Want to know how this happened? All I wanted was to delete saves, but old saves kept reappearing... a minor issue yes but I wanted it to stop doing that. I noticed that Steam cloud was on, so I turned it off... and thus my game was destroyed forever. Only minutes before that I've been playing the game for weeks but now it simply 100% refuses to read any and all config files no matter what... and yes I turned it back on, but now there is no turning back. I already made a Steam discussion about this too: http://steamcommunity.com/app/6020/discussions/0/2595630410180669759/ So far I've done the following: - Remove all mods/custom content. - Verify integrity of game cache. - Uninstall the game. - Completely remove the games folder and then uninstall it. - Rename the config files. - Add the config execution into a shortcut. - Add the config execution into Steam launch options. - Double check "Documents" and "AppData" for lingering installs/files. - Double check if the game is installed in two areas, and it isn't. - Restore previous versions/backups of the game folder with cloud turned on. - Restore previous versions/backups of the game folder with cloud turned off. - Restart Steam, restart PC, etc. - Check if "read only" was unchecked or not for these files... they are indeed unchecked this entire time. - Try to execute the config files within the game itself. So far the only thing that has worked is changing game options inside of the game itself... and that's it. No more custom settings, no more CVARs, no more widescreen, nothing.... and now it is simply stuck this way no matter WHAT. As you can see in that Steam discussion I've extremely confused and upset, I have NO idea why it's doing this and this might be the end for me regarding this game if I cannot get this fixed... I REALLY need help, I hope someone can help cause I'm completely lost now. And the funny thing is... it did exactly what I wanted it to do, it did indeed delete those saves like I wanted. Too bad the game is f**ked now!
×
×
  • Create New...