| Quote: |
#!/usr/bin/perl
# Andreas Waas / Vision GmbH
# created: 20010731
# PrivEmail: awaas@yahoo.com
# TelNo.Germany:+491729101806
#
# Feel free to write an email to me if you have any new ideas
#
# AME.pl Awa's Multi Extracter
#
# Version 1.0 20010801 writes wsc and multi.txt files
# ATTENTION. type definition not defined in this version for wsc files i.e. doors and signs.
#
# Version 1.1 20010801 writes wsc and multi.txt files
# type definition include for wsc files. type definition for multi.txt formated files not possible, isent it?
# analyse for type flag included
#
# Version 1.2-1.7 20010802-20010804 small bug fixes and auto projectfolder creation incl. permission change
#
# Version 1.9 20010806 complete duplicate filtering implemented
#
# Version 1.10 20010807 write all multis to one multi.txt file
#
#
# Explanation COMPONENTs:
# a component is an item inside the multi.mul which is only viewable with the ghostimage during placing.
# but in the end, the item will not be a part of the placed multi. this means this component item have to be placed by the server
# as an extra single item. most server softwares will connect the single component items to the multi within the game.
# advantage is that the component item can be removed inside the game. pol will automatically recognized the component item.
# with sphere, it have to be declared. examples for components are signs, doors, tillerman, shipgangway and any item which
# have to stay movable during gaming. (written by AwA 06.08.2001)
#
# search for OUT_MUL inside this script if u want to read how to disable/enable the creation of the multi.txt files for sphere
|