Jump to content

redsaurus

Members
  • Posts

    352
  • Joined

  • Last visited

Everything posted by redsaurus

  1. still working on this apparently; now have five things to choose from. ui temporary (still). release in the next week. todos: fix UI for this NPC headswaps done: "playerHeadModel" and "customHeadSkin" in the .npc file optional holster tags maybe done: probably needs testing. looks for "*holsterorigin" (just like "*flash", so i suppose it'd be "tag_holsterorigin"). not sure if works properly! anything important i've forgotten?
  2. try doing /logfile 1 in SP before loading the map, then look at the qconsole.log it creates.
  3. So resize your widescreen image to a power of two rather than cropping it...
  4. Just tried building in a 10.6 VM, this is what I did and it seemed to build ok: 1. Make sure you have Xcode installed 2. Download SDL2.framework and put it in /Users/YOURUSER/Library/Frameworks/ - you might need to create the folder. 3. Download cmake and run installer. Install command line stuff when prompted to. 4. Download code, either with git (BEST VALUE) or by downloading the zip. 5. Go to the OpenJK folder in terminal. mkdir build, cd build. then.. 6. cmake .. -G "Unix Makefiles" -DCMAKE_OSX_ARCHITECTURES=i386 -i 7. Select most defaults, except CMAKE_INSTALL_PREFIX should be a sensible install path and UseInternalPNG should be ON not OFF 8. make install -j8 if you're building for 10.6 on >10.6 you should also set CMAKE_OSX_DEPLOYMENT_TARGET to 10.6 It looks like if you build on 10.6 there are some kind of issues with zlib, but if you have a more up to date zlib installed when building it should be fine (not necessary for actually running?)
  5. updated it again for app store support, edited the above link or you can do JKJALaunch->Check for updates...
  6. I've updated JKJALaunch to support *steam* JKII better, you can either do JKJALaunch->Check for Updates…, or get the new version here: JKJALaunch.zip how to use it w/ steam jk2: in the 'find jedi academy mp' box thing that comes up when you first open JKJALaunch, the path you want to put in is probably /Users/<whatever>/Library/Application Support/Steam/SteamApps/common/Jedi Outcast/Jedi Knight II.appAfter that it should remember the path, but if you want the startup window to come up again you'll need to hold shift when starting jkjalaunch
  7. Wherever you think the thread's best off is fine, I'd prefer to keep it all in one thread though.
  8. Sounds like I need to update JKJALaunch so the app store/steam server joining fixes are for JK2 as well. Only have steam JK2 so won't be able to guarantee it works on app store JK2 (though if anyone wants to compensate me for buying the app store version I can and will try to work with anyone with the app store jk2 anyway) should have steam done by monday
  9. haha very sneaky @@Circa Can probably already shift the bolted position, but would be best if the saber had a tag, yeah. Need to get back to this soon!
  10. sp is hardcoded so that tie_bomber.md3 misc_model_breakables always have the 'only damaged by heavy weapons' flag which might be the problem? once it's spawned you can probably use an icarus script setting SET_DMG_BY_HEAVY_WEAP_ONLY false to work around that
  11. It's the only thing I can think of for now, say if it doesn't work though. OT: yup
  12. I think you probably need client side JA+, looks like you don't have the right menus?
  13. All Seeing Eye won't work with the mac version. How are you using the launcher? What version of OSX are you using? Can you do /logfile 2 in the console before you try to connect to the server and then see what error you get by looking at the log file in /users/yourname/library/application support/jedi academy/japlus (or maybe base here)? Also check what crash log you get from OSX.
  14. npc head switching is a future plan, shouldn't be too much more work apparently a couple of weeks was optimistic. realistically i only have a day or so's decent work more to do before i release a beta, but not sure when i'll do that :/ aiming for end of the week
  15. but in the next couple of days
  16. pro codders
  17. yeah I did...should have time to put a new release out next weekend :/
  18. i) what's cl_renderer ii) is the extension of your shader .mtr
  19. not today
  20. Sorry for the lack of stuff being done recently, hope to have a release out in the next couple of weeks.
  21. will probably do it in 2-3 days
  22. You can probably change the starting ammo with some of the menu stuff that's used for the weapon select thing
  23. I think it's just that my fork was using an older version of OpenJK where texture clamping on some gfx cards in OSX didn't work properly…updated now.
  24. Nearly done codewise…but need to add extra slots and also proper dual / staff saber support. You have a .csab file in ext_data/sabers that looks like this: saberbuilder_1 //this is the name that is in the .sab { saberlongname "Ashura's Saber" //this is the name shown in the menu foldername Saberbuilder //this is the name of the folder, i.e. if the model is in models/weapons2/Saberbuilder/ skin1 emitter //what .skin files to look for. will search for e.g. models/weapons2/Saberbuilder/emitter_blah.skin, models/weapons2/Saberbuilder/emitter_1.skin etc. skin2 pommel //what .skin files to look for. will search for e.g. models/weapons2/Saberbuilder/pommel_blah.skin skin3 rest //what .skin files to look for. will search for e.g. models/weapons2/Saberbuilder/rest_blah.skin skin1name @SPMOD_EMITTER //what to show as header for first category skin1desc @SPMOD_EMITTER_DESC //what to show as description for first category skin2name @SPMOD_POMMEL //what to show as header for second category skin2desc @SPMOD_POMMEL_DESC //what to show as description for second category skin3name @SPMOD_HILT //what to show as header for third category skin3desc @SPMOD_HILT_DESC //what to show as description for third category }
  25. I'm just using the old linuxjampded, the address is 188.226.142.199
×
×
  • Create New...