Jahandar Posted February 12, 2006 Share Posted February 12, 2006 I'm working on modding SP maps for use on an FFA server. I'm only changing entities so that players will not have to redownload the map. Is it possible to add teleports without changing the geometry? Link to comment Share on other sites More sharing options...
acdcfanbill Posted February 13, 2006 Share Posted February 13, 2006 since the server is not pure anyway, you can do pretty much anything you want. the clients will be very jumpy in area's you change, and of course, they wont see any brushwork you do, which means it will be hard to 'know' where the teleporter is at. Link to comment Share on other sites More sharing options...
Jahandar Posted February 13, 2006 Author Share Posted February 13, 2006 really? Wow.. I'll have to try that. I haven't done mapping since Q1/QW, so I'm still learning the new stuff (and relearning stuff I've forgotten, for that matter) Link to comment Share on other sites More sharing options...
acdcfanbill Posted February 13, 2006 Share Posted February 13, 2006 thats been my experiance, i havent done any tests specifically, but i have delt with some maps that were upgraded for better play and they changed brushes and entities, and the client gets very choppy in areas where brushes are added or lost, and entity info is gathered from the server so they are practically the same tho i suppose you lose prediction. Link to comment Share on other sites More sharing options...
Jahandar Posted February 13, 2006 Author Share Posted February 13, 2006 Well, I can certainly confirm that entity changes work.. I've had no trouble adding new spawn points and such, and that causes no noticeable lag. In fact, I believe that cleaning out the unused/nonfunctional SP entities actually improves load times. I also don't believe prediction comes into play for entities that are not tied to brushes, since those are always taken from the server, as far as I know. I'd never heard of a game allowing these kinds of geometry changes though. I will give it a shot and let you know how things work out. Link to comment Share on other sites More sharing options...
Jahandar Posted February 13, 2006 Author Share Posted February 13, 2006 Okay, so I figured I'd first just try to recompile one of the standard maps with no changes just to make sure everything worked. I converted t1_sour.bsp to a map using q3map2, then tried to recompile I'm getting leaks and such. Is there something special I need to do to recompile the standard maps? I can compile my own maps with no trouble, by the way. I compile with: -meta -vis -light -filter -super 2 -bounce 8 Link to comment Share on other sites More sharing options...
wedge2211 Posted February 14, 2006 Share Posted February 14, 2006 Decompiling (coverting .bsp files to .map files) is a sort of back-door process that's prone to losing map information and screwing things up in general. You can recompile using the -onlyents flag to change the positions of entities within a map (spawn points, pickups, etc), but I don't think that'll work with teleports since they require brushwork (a trigger_teleport). Link to comment Share on other sites More sharing options...
Jahandar Posted February 23, 2006 Author Share Posted February 23, 2006 sorry for the late reply... Right, that's what I was thinking. We're also trying to possibly tie target_teleporter entities to an item_* entity. For instance, we can make an item_jetpack target a target_print, and that works, but it doesn't seem to work when we try targetting a target_teleporter instead. Update: Woot! We got it working using this method! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.