RockMan Posted June 17, 2002 Share Posted June 17, 2002 Spawn NPC in MP? Not the bots, but NPCs from the single player game. I tried the npc spawn code but it's not working. Reason I ask this is because I saw soemone bring stormtroopers with their SP AI and all the stuff they say and he says thats not the code he used. Link to comment Share on other sites More sharing options...
RockMan Posted June 17, 2002 Author Share Posted June 17, 2002 Note: The person who did the trick was not the host. Link to comment Share on other sites More sharing options...
teleguy Posted June 18, 2002 Share Posted June 18, 2002 This only works if the server is running the debug mod. Originally posted by normal Some Findings (in regards to the DLL sources recently released) Three commands (right before "thedestroyer" too!), were set to only be compiled in when it was a debug release, I took the time to enable these and try them out on a multiplayer server, being a server-side only modification. I had two others join me in a game, to test these commands. First command: headexplodey Rather simple, kills you and your head flies up, and occasionally will bounce up and down. [edit]What I mean by "your head flies up", is that your head is dismembered, and given a great upper velocity. [/edit] Second command: loveandpeace This one is probably the most hilarious command i've seen in a game yet, want to kiss your opponent? this is the command to use, all you do is walk up and have your saber holstered (if that's the weapon your using). Then do "loveandpeace", it will set your animations to the kissing ones in a loop. [correction]I took a look at the code for the g2animent command, and found the correct parameters:[/correction] Third command: g2animent The command showing the greatest amount of use to me. This will spawn a pseudo-entity, that, on certain maps, will have an AI. These will act like single-player NPCs. We had some fun spawning dozens of them at the same time. =) [edit]The spawned NPCs also seem to be force resistant (you can see this in a couple screenshots, the yellow spheres)[/edit] How to use g2animent: Basic NPC Spawning: g2animent 0 ^ spawns Stormtrooper g2animent 1 ^ spawns Rodian g2animent 2 ^ spawns Jan Custom NPC Spawning: After I re-read the custom NPC spawning code, I found out what I was doing wrong, here's how to do it. g2animent 3 <alignment> <weapon> <model filename & path> <sound path> Example: [edit]corrected the example, typos.[/edit] g2animent 3 2 2 "models/players/luke/model.glm" "sound/chars/luke/misc" ^ Would spawn an NPC allied to you, using Luke's Model & Sounds, with a Light Saber. alignment: 0 - Unknown alignment, probably makes it attack everyone 1 - Evil alignment, attacks you & players 2 - Good alignment, attacks evil NPCs. weapon (updated): 0 - None 1 - Stun Baton 2 - Light Saber 3 - Bryar Pistol 4 - Blaster 5 - Disruptor 6 - Bowcaster 7 - Repeater 8 - DEMP2 9 - Fletchette 10 - Rocket Launcher 11 - Thermal Grenades 12 - Trip Mines 13 - Det Packs 14 - Emplaced Gun (?? -- Probably not safe to use) ^ from reading another post, this seems to give you the ability to "box" with your hands. 15 - Turret (?? -- Probably not safe to use) model: path & filename of a model using the humanoid animations, eg: models/players/luke/model.glm DO NOT USE MODELS THAT YOU KNOW DO NOT USE THE HUMANOID ANIMATIONS! It'll result in a crash, (I tried to spawn a protocol droid with a lightsaber.. baaad results!) sound path: Path to the sound set that will be used, eg: sound/chars/luke/misc Screenshots can be found here: http://force.tproc.org/debug/ I have put together a little .ZIP of the Modification I have created, simply extract the ZIP file to JK2INSTALLDIR\GameData It will extract three files, one file being a BAT file which will launch JK2 with the modification and start with the map ffa_bespin. Download Here: http://force.tproc.org/debug/debug.zip modellist bespin_cop ( "models/players/bespin_cop/model.glm" ) chiss desann droids galak galak_mech glider gonk gran imperial imperial_worker interrogator jan jedi jeditrainer kyle lando luke mark1 mark2 minemonster monmothma morgan mouse prisoner probe protocol r2d2 r5d2 rebel reborn reelo remote rodian sentry shadowtrooper stormpilot stormtrooper swamptrooper tavion trandoshan ugnaught weequay Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.