[crossfire] Crossedit strips out shop headers (could somebody
fix?)
Mark Wedel
mwedel at sonic.net
Wed Nov 30 02:20:01 CST 2005
Mitch Obrian wrote:
> bump
Just tried this. crossedit didn't strip out any shop headers for me. is your
crossedit (and more importantly, the common directory it is building with)
latest CVS?
That the crossedit seems to write the headers in different order than say the
java edit (or however the headers were put in), so thus, doing a diff I see:
*** armourshop 3 Oct 2005 03:05:22 -0000 1.3
--- armourshop 30 Nov 2005 08:15:00 -0000
***************
*** 1,15 ****
arch map
- region scorn
name armourshop
msg
Creator:
Email:
Date: Fri Oct 15 13:50:25 1993
endmsg
- hp 14
- stand_still 1
- shopitems armour:50;shield:50;helmet:40;cloak:40;boots:40;gloves:40;bracers:50
;girdle:50;*:-50
- shopmax 2000
end
arch shop_empty
end
--- 1,18 ----
arch map
name armourshop
+ fixed_resettime 1
+ difficulty 1
+ region scorn
+ shopitems armour:50;shield:50;helmet:40;cloak:40;boots:40;gloves:40;bracers:50
;girdle:50;*:-50;
+ shopmax 2000
+ width 16
+ height 16
+ enter_x 14
msg
Creator:
Email:
Date: Fri Oct 15 13:50:25 1993
endmsg
end
arch shop_empty
end
But the order of the headers isn't important (or if they are, the common/map.c
file needs to be fixed, since the same routine is being used to save the temp maps)
More information about the crossfire
mailing list