-
Posts
347 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by Clan FJA
-
-
you can make two different pictures : one for the splash screen, like your new splash, and one for the unknowmap_mp (which appears before the map starts to load). This one with more light and several blured pictures.
-
Version 1.2
1,481 downloads
*********************************** *** Jedi Knight: Jedi Academy *** *********************************** *** OJP New Map Assets *** *********************************** DESIGNED FOR OJP : https://jkhub.org/files/file/1972-openjediproject-v12-fixed-by-fja/ Name: ojp_newmapassets.pk3 Author: French Jedi Academy Clan (Delta 4-0) Website: http://french-jedi-academy.forumactif.org/ Date: May 2015 Credits to OJP Team for their incredible OJP mod OJP Team : E-MAIL: briarbear7@gmail.com WEBSITE: http://www.lucasforums.com/forumdisplay.php?f=542 ************************* *** DESCRIPTION *** ************************* THIS FILE IS DESIGNED TO BE USED WITH OJP : http://jkhub.org/files/file/1972-openjediproject-v12-fixed-g-by-fja/ It adds more fix to coop maps in OJP: - Skycrappers on t1_rail are now displayed but they don't move. - t1_fatal, t2_wedge and kor2 are now completable - fixed a crash bug on vjun1. - fixed an important bug which allows any player to crash the game by using special skins during cinematics (due to the player npc). The player npc now uses the jan model. - other minor improvements. Now the game should run properly these maps with "seta g_autoMapCycle 1" and "seta g_gametype 5" (some maps can bug with g_automapcycle 0 at the restart) yavin1 yavin1b t1_sour t1_surprise t1_fatal t1_rail hoth2 hoth3 t2_rogue t2_wedge t2_dpred vjun1 vjun3 t3_rift t3_hevil t3_byss taspir1 kor2 THERE ARE STILL BUGS !!!! MY GOAL IS JUST TO MAKE these MAPS COMPLETABLE WITH OJP. CINEMATICS ARE STILL BUGGED AND OTHERS THINGS CAN BE DIFFERENT FROM ORIGINAL SP. My goal is not to fix cinematics. It's a lot of work and it adds nothing to the gameplay. If the file does not work, try to rename into zzzz_ojp_newmapassets.pk3 ************************* *** INSTALLATION **** ************************** - Put the "ojp_newmapassets.pk3" in your gamedata/ojpenhanced/ folder. ***************************** *** DESINSTALLATION *** ***************************** - Remove the "ojp_newmapassets.pk3" from your ojpenhanced directory. **************************** *** QUESTIONS ******* ************************** Why when I use your mod, I have not the Gunship of the screenshot on t2_wedge ? -> The gunship is not a part of the mod. THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY ACTIVISION, RAVEN, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS. -
1) if it is not in "Commands", the only way is to bind in the console. The other solutions are : - editing the menu to add the hook command - make an autoexec.cfg inwhich you put the hook and jetpack binds. 2) this is the ingame's setup menu and not the main menu's setup menu. There is all setup to change a lot of things : fov, color of shield, chatbox,.... A really nice work from Razor.
-
can you give us more details ? What is the map ? the project ? What do you want to do ? What is the targetname of the npc spawner ? Maybe there is a conflict with other entities or scripts.
-
so... it can be a spawnscript which make the npc become invisible Try again with a spawnflags 32. The npc will do nothing but we can know if it is the spawnflags or not which is the problem.
-
If you could change Rosh Penin,...
Clan FJA replied to Mert-K's topic in Jedi Knight General Discussions
I replaced Rosh with that : http://jkhub.org/files/file/2062-rodian-in-jedi-robes/ But he still looks stupid and boring -
I think you put a wrong spawnflags. Try with no spawnflags
-
Recreations of movie locations
Clan FJA replied to DoctorJones's topic in Mod Requests & Suggestions
http://www.moviebattles2.com/ Movie Battles II is a mod which recreate all battles of the movies, using an altered siege mod and altered gameplay (seems the website is temporary down, but they are still active). They have an active community. However, their maps are not designed for CTF but you can try to convert them. -
Yeah ! sometimes, I troll, it's my weakness But you can see i gave him a link and answered his questions
-
maybe try a cfg with cg_thirdpersoncameradamp 0 +jump; +attack; //(the button is not +jump but i forgot the real name) wait 300 cg_thirdpersoncameradamp 0.3 and bind "button" "exec yourcfg" Don't know if it works.
-
nice work a little too dark. Maybe a little lighter, with several scenes in the corners, like the old splash screen but with a blur.
-
1) jkhub => tutorials => searching bar http://jkhub.org/tutorials/article/148-icarus-scripting/ 2) yes, just remove the "use" which spawn rebels in the script, but it can affect other entities. Or remove entities on the map. 3) Except if your last post was three month ago, use "edit" button in place of post three times. 4) take an avatar picture. People without that are like ingame "Padawan" for me.
-
don't understand why people give difficult solutions when modifying the npc file is so easy. first, try to change the npc file. If it doesnot work, the easier second way is to ask someone (or do yourself) to modify the script(s) which give Jan a weapon. With a piece of luck, there is only one script that is used to give jan the weapon on all maps. Using entity modding (agent Jones) is not efficient because you must do that for EACH map -> lot of time and complicated. Why people say "use a hammer" to kill a single bee ?
-
http://jkhub.org/tutorials/article/146-the-basics-of-npc-files/ Try this : Jan{playerModel jansurfOff "torso_vest hips_chaps torso_computer head_goggles torso_comp hips_belt"surfOn "torso_augment_off hips_augment_off hips_torso_off"saber kyle saberColor blue weapon WP_SABER saberStyle 1 saberStyle 3 saberStyle 2 FP_HEAL 1 FP_LEVITATION 2 FP_PUSH 2 FP_PULL 1 FP_GRIP 0 FP_LIGHTNING 2 FP_PROTECT 2 FP_ABSORB 2 FP_SEE 2 FP_SABERTHROW 2 FP_SABER_DEFENSE 3 FP_SABER_OFFENSE 3 forceRegenRate 150 forcePowerMax 90rank ltreactions 3aim 3move 3aggression 3evasion 2intelligence 3playerTeam playerenemyTeam enemyclass jediyawSpeed 140walkSpeed 55runSpeed 200snd jansndcombat jansndjedi janhealth 200dismemberProbHead 0dismemberProbArms 5dismemberProbLegs 0dismemberProbHands 10dismemberProbWaist 0} don't know if it works for outcast...If jan still hold a blaster, that means there is a script that force her to take a blaster.
-
Hello ! rdate is ok, the problem was geonosis. Strangely, date(2015,04,20) gives the 20 May 2015, and date(2015,03,20) gives the 20 April 2015.... So January is 0 and not 1... stupid trap.... Thank you all. Now, I just must find someone who can convert .ase into .md3 and I will be very happy
-
Thank you a lot ! It works Now, there is another problem : When I try with 20 April 2015 for the starting date, I should get a difference of days about 35 days (with today, 25 May 2015) However, I get 6 days only !!!! var geonosis=new Date(2015,04,20,0,0,0,0); var rdate=new Date(); var rdiff=rdate.getTime()-geonosis.getTime(); It seems there is a problem here. When I test, rdiff is 516847066 / 1000*60*60*24 = 5,98 days in place of 35....
-
Essential Files for Jedi Academy LAN-gaming
Clan FJA replied to NukeDukem's topic in Jedi Knight General Discussions
It works ! Great ! I think a flipkick is when you press jump twice against a opponent. -
Hello, I'm a noob in Html, and i try to display a customised date on my forum. The goal is to convert the real date of the user into a "RP date". For example, 2 real days = 1 RP week 7 RP week = 1 RP month 10 RP month = 1 RP year The calendar start from the real date named "geonosis". I calculate the difference of days between this date and the actual date, and then I convert this number into RP months, years and weeks. I read some tutorials about date in Html and javascript, and tried to build this script : <script type="text/javascript"> function galacticdate(){ var geonosis = new Date(2015,5,25); var rdate = new Date().toString(); var rdiff = rdate.getTime() - geonosis.getTime(); var gyear=1; var gmonth=1; var gweek=1; var jourconv=1000*60*60*24; rdiffjour = Math.ceil(rdiff/jourconv); while (rdiffjour > 140) { gyear = gyear + 1; rdiffjour = rdiffjour - 10*14; } while (rdiffjour > 14) { gmonth = gmonth + 1; rdiffjour = rdiffjour - 14; } while (rdiffjour > 2) { gweek = gweek + 1; rdiffjour = rdiffjour - 2; } var galacticdisplay = 'An '+gyear+ ', mois '+gmonth+', semaine '+gweek+' de la Guerre des Clones'; document.getElementById("galactictimer").innerHTML = galacticdisplay; return } </script> <body onload="galacticdate();"> <div id="galactictimer"></div> However, it doesnot work. Nothing is displayed. someone could help me ?
-
Essential Files for Jedi Academy LAN-gaming
Clan FJA replied to NukeDukem's topic in Jedi Knight General Discussions
Hello ! Here is an old version of JA++ which works on XP (except siege mod) : https://drive.google.com/file/d/0B4Xbj09jZQUaa2REcjJlNEtxR28/view?usp=sharing There is all features you want (hook and other). Take your actual cfg, it should work. -
okay... and could someone convert this ase into a md3 for me ? (don't know how to do)
-
Essential Files for Jedi Academy LAN-gaming
Clan FJA replied to NukeDukem's topic in Jedi Knight General Discussions
I have the same OS than you. Try with OpenJK from 6 January 2015. I will try to put a link for my version of ja++ tonight (an older version which works on my computer, except for siege). Yeah, sorry it's not OpenGL, it's OpenAL. -
Thank you that's mean, can I add a .ase entity on a JKA map with only entity modding ? Or need I to use to do mapping and compile a new complete map ?
-
Essential Files for Jedi Academy LAN-gaming
Clan FJA replied to NukeDukem's topic in Jedi Knight General Discussions
very strange. I thought it was because you had japlus dll in place of JA++ dll in the My Games/OpenJK/japlus folder (if you played japlus before installing ja++), and delete the files solve the problem, but now, you have another problem. Maybe try using an older version of OpenJK (before the 6 january 2015). Have you all original dlls in your Gamedata folder ? (OpenGl, Eaxman ?) I have problems with JA++ and OpenJK too and I keep an old version of JA++ that can run on my computer (recent versions give me errors) you can try JaPro in place of JA++. It is another mod like ja++. -
Essential Files for Jedi Academy LAN-gaming
Clan FJA replied to NukeDukem's topic in Jedi Knight General Discussions
using OpenJK ? Go to "Your Session Name/My Games/OpenJK/Japlus" and delete jampgamex86.dll, cgamex86.dll and uix86.dll It should resolve the problem.