[Request] How to remove portals in a 5900+ source?

07/27/2014 08:01 jjrules#1
Hello all,

I was wondering if anyone knew how to remove portals out of a 5900+ source?
I've tried removing them out of the "Portal.ini" file in the source if anyone can help I would appreciate it immensely.
07/27/2014 20:27 -impulse-#2
Remove them from the game world or make them unusable server side?
07/27/2014 23:55 Aceking#3
I assume he means remove them from the map.

I haven't tested this, but they may be considered traps and if they are then they can be removed by sending the remove trap packet.
07/28/2014 07:00 Spirited#4
Portals are saved in the data map files (dmap) located in the client. There are no tools currently for adding and removing portals. You would have to write a simple tool to read a binary file. The dmap file structure is public.