-
Content Count
2,608 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Calendar
Everything posted by Jack57
-
Well yes, but you will have to copy all of them from each class across to your mod and change the files as above - there are 235 in total. Jack
-
In the Ghost Recon\Mods\Mp2\Character\Allied directory you will find Marine chr files for each of the soldier classes. It is a simple matter to make them available as playable characters in your mod. Probably the easiest to do is to make them as specialists. Copy the Ghost Recon\Mods\Mp2\Actor\hero directory into your mods Actor directory and then modify the actor files to contain the Marine model filenames and relevant rsb's (don't change the hero filenames though). The Marine face rsb's are in the Ghost Recon\Mods\Mp2\Textures\faces\marines directory. If your mod has priority they should th
-
GR uses the graphics in the cmi.rsb for the vehicle icons so if you paint them out on the alpha channel the game will still display them, just that you can't see them. Jack
-
I have to agree - it's a long time since I've been so captivated by a game demo as the RS sp demo. Another thing I really liked was the opening doors gradually with the mouse wheel. I really hate the way Fischer opens doors in Splinter Cell. I did quite a bit of modding with UnrealED a few years back so hopefully it won't take too long to come up to speed on the Unreal2 Editor. Somethin' I'm looking forward to
-
Try "Superman" followed by "God"
-
Yes, let's hope someone finds a solution to this
-
M240B M24OG is there a difference? and other q's
Jack57 replied to ragodamdiculus's topic in Real World Military
Soon fix that Thanx for the info, Jack -
M240B M24OG is there a difference? and other q's
Jack57 replied to ragodamdiculus's topic in Real World Military
So can one of you knowledgable fellows shed some light on that humungous scope that is fitted to the M240 in IT? Cheers, Jack -
best support weapon in GR DS and IT
Jack57 replied to ragodamdiculus's topic in GR (PC) - General Discussion
I just love seeing that whopping big scope on the M240. It's also surprisingly accurate if you keep your bursts to single taps -
I know Wolfsong already knows this, but for others the easy fix isto paint out the vehicle icons in the cmi.rsb. Of course you won't see any vehicles at all on the command map then, but you won't miss it near as much as you think you will
-
And here This one's got me a bit foxed It will accept one or two but when you change all of them it will ctd. A suggestion was to open the original music files, delete the contents, then copy\paste your music into it. I tried this but with the same result, however you might want to give it a go. It really is an odd one and I feel there must be an explanation for it, as on the surface there would appear to be no reason why it should not be possible. Jack
-
Hi hypopibb - I have answered this for you in your other thread
-
hypopibb, simply create a kit directory in your 'My Mod' directory with a subdirectory for each class and then populate them with the kits you want to have available for your campaign. As long as the filenames equate to the originals, yours will take priority. Jack
-
The quickest and easiest way is to open up an existing campaign.xml with Notepad (right-click > open with...) and change the contents to match your mis filenames, then save it your mods mission folder. Sadly this is not possible I wish! GR2 maybe . . . Jack
-
The trouble is, GR always goes looking for it's 12 random soldiers for the soldier screen - if it doesn't find them it will ctd. I wonder if you made ALL the actors identical with full stat points and found a way to have a graphic overlay so only the relelvant menu parts for the first soldier where visible. You would still have to check at mission start that the player hadn't inadvertantly clicked Assign All, and get rid of the surplus. The only trouble is that whatever you paint on the pda_bgd-01.rsb is going to show on the briefing screen as well Anyway have a carefull look at the pda-lcd
-
Wow, sounds like a fun mod Goose. Can't wait
-
Player Platoon (Seperating the Ghosts)
Jack57 replied to Carnivorous's topic in GR - Mission Modding
Now I remember why I wanted to use it -
Player Platoon (Seperating the Ghosts)
Jack57 replied to Carnivorous's topic in GR - Mission Modding
This post fascinated me at first because I knew it was easy enough to reference Alpha by referencing the Player Controlled Actor at StartUp. I'm not sure why you would want to reference the teams, although I have wondered about it before so I must have wanted to do it for some reason. Anyway I like a challenge ( just ask ~NkOgNiTo~ ) so I set about doing it. Below is what I came up with. The only caveat is that if for some reason there were no soldiers selected for Alpha in the soldier selection screen then Bravo would get called Alpha, Charlie would get called Bravo, etc. Don't see much -
Normally it will make actors lose their weapon and drop to their knees with their hands in the air. With the player platoon however, it seems to have a similar effect to turning off AI. I can't recall exactly which I used, I just remeber experimenting with several methods until I got the desired effect.
-
Thanks Slink, I forgot to add that impotant step of turning off Avatar switching IIRC, I used Panic actor in BoB mission 6, and teleport followed by hide in mission 8. Jack
-
There are other ways if you don't want to fail the mission. You can hide the player platoon from the game world, with the exception of the Player of course (don't use this one inadvertantly for a co-op game as it wil crash if you try and hide a human actor) You can teleport the player platoon to a location they cant escape from. You can Panic the player platoon. You can turn off AI for the player platoon. Or you could kill them (you can have some fun with this one if you have a fertile imagination ) With most of these you simply step over the Player with a StopIf query in a Q
-
With scripting, yes
-
You can have 9 if you serve yourself with it set to co-op, misson, and AI backup. Only thing is you would need to create your own kit restriction file if you wanted to a meaningful say in what kits they have. Apart from that the SP soldier screen only has room for 6 so it would probably require some fancy hacking. Jack
-
Right-Hand I have encountered a strange problem on ocassion where if any members of a team are hidden it will sometimes crash if an active\visible member of that team is killed. This seems particularly prevalent if their state has changed from shown to hidden during the mission. Don't know if that applies here or not.