Using Single Player Entities in MP

Thorofin

2007-09-14 17:43:15

So, I've mucked around with this before, and didn't get very far, so I thought I question the masses.

There are a few SP entities that I would like to use in MP (no not cars), and I was wondering if there is a simple way to do it from inside the map, packaging all the necessary pieces in the BSP. For example...the Annabelle, or (for a map one of my clan members is working on) a manually operated turret.

I don't want to have to worry about making any server side changes.

st00pidity

2007-09-14 18:16:05

idk about the annabelle, but you can make your own turret with func_tank, some well thought out relays and a few dynamic props...

Irie Skanking

2007-09-15 06:03:44

last i checked turrets are ok (airboat gun, lasers, ctfmod style, tfc style)

annabelle dont even work really in single player, its world model only i think?????

not sure been a while KAPOWWWWWWWWW!

Swot

2007-09-15 06:21:30

yes, there seems to be only a world model for that weapon. it's from that guy from ravenholm afair.

As you can read here:

http://developer.valvesoftware.com/wiki ... _annabelle

it was never intended being picked up by the player.

When wielded by the player, this appears to be the normal combat shotgun. However the behavior of the weapon is not uniform with that of the combat shotgun - only two shells are loaded into the gun at a time, and the ammo is limited as well. Lastly, the cooldown is much longer for this weapon.

Did not check this one yet :)

Generally most of the sp entities can work also in mp but sometimes it is a bit more work. But if the code for it has been removed there is no way.

Ko-Tao

2007-09-15 08:08:17

You cant import the annabelle, alyxgun or bugbait with any degree of reliability. Cars and fast zombies are also unavailable, as their entity types were erased from hl2dm during the fios patch.

You can bring in airboats (gunless type only, takes some work), and most types of turrets will function, though a way hasnt yet been found to make them credit kills.

snipeIT

2007-09-19 09:34:04

Irie Skanking wrote:last i checked turrets are ok (airboat gun, lasers, ctfmod style, tfc style)

annabelle dont even work really in single player, its world model only i think?????

not sure been a while KAPOWWWWWWWWW!
Airboats dont work in linux servers no longer, to my knowledge.