CTF Map

07/12/2012 15:36 marlyandedsel#1
in Capture The Flag Map have some Unknown type: 7 when jumping near the FlagBase Area, wondering what would that be....
07/12/2012 17:33 I don't have a username#2
Unknown type of what packet?

Also a packet-dump?
07/12/2012 17:46 shadowman123#3
well Honestly There is Roll back in this Map thats happen when i change the extension of map into .map so what i suggest is making Reader for DMaps Files so once you do that Roll Jumping going to be Stable ..And tested
07/12/2012 19:38 Zeroxelli#4
There is no packet of type 7 in Conquer, as to my knowledge almost all packet types are kept above 1000/10000
07/13/2012 01:59 marlyandedsel#5
Quote:
Originally Posted by shadowman123 View Post
well Honestly There is Roll back in this Map thats happen when i change the extension of map into .map so what i suggest is making Reader for DMaps Files so once you do that Roll Jumping going to be Stable ..And tested
what do you exactly mean by that dude?
07/13/2012 13:50 shadowman123#6
ill explain .. in your source there are copies of Dmap files changed in its extension so when u go to map files in your source u find it .map Not Dmap and thats create errors in some recent maps as house 4 , 5 , Ctf map and others .. this Error cause jump rollback so in order to fix that you have to keep the extension of these files as Dmap but the Map files reader just read map files so you have to make it able to read the Dmap file too .. this would solve just the Roll back of jump
07/13/2012 14:50 marlyandedsel#7
thanks bro...

Quote:
Originally Posted by shadowman123 View Post
ill explain .. in your source there are copies of Dmap files changed in its extension so when u go to map files in your source u find it .map Not Dmap and thats create errors in some recent maps as house 4 , 5 , Ctf map and others .. this Error cause jump rollback so in order to fix that you have to keep the extension of these files as Dmap but the Map files reader just read map files so you have to make it able to read the Dmap file too .. this would solve just the Roll back of jump

Should I create another copy of .map file and rename it to .dmap files? and what you mean by reader? is it the loader code of the map in source ?

Also when Carrying Flag it can't jump in CTF map, MapId = 2057
07/18/2012 19:42 marlyandedsel#8
this is for packet 2224 type 7
07/18/2012 21:27 shadowman123#9
Quote:
Originally Posted by marlyandedsel View Post
Should I create another copy of .map file and rename it to .dmap files? and what you mean by reader? is it the loader code of the map in source ?

Also when Carrying Flag it can't jump in CTF map, MapId = 2057
nah Cuz once u change Dmap files into map files this map file become Corrupted so returning its extension to map wont fix that all u have to do is you puting Dmap files which is located in Client / Map / Map in your map files in source.. thats it but first u have to make Dmaps Reader
07/19/2012 12:13 marlyandedsel#10
Thanks... Now I have manage to display score in the screen right corner....
I would like to display it in the upper center portion of the screen... I dont know the Message type of it...