Post by Admin on Mar 3, 2015 20:32:07 GMT
Silent Map Converter είναι ένα πρόγραμμα που χρησιμοποιείται για να μετατρέψει τα αρχεία SQM σε SQF αρχεία για ΑΡΜΑ 2/3 (ιδιαίτερα χρήσιμο για headless client missions ).
Αυτό ήταν το πρώτο σχέδιο προγραμματισμού που χρησιμοποιούνται σε Python και διάφορες έννοιες του προγραμματισμού.
Ως εκ τούτου, το πρόγραμμα δεν είναι σε πλήρη εξέλιξη αναλυτή SQM ή τίποτα ιδιαίτερα περίπλοκο. απλά χρησιμοποιεί συνήθεις εκφράσεις για να βρει και να συλλέξει τις πληροφορίες που χρειάζεται με βάση την τυποποιημένη παραγωγή του mission editor. αποστολής ΑΡΜΑ.
Σημειώστε ότι αν έχετε εγκαταστήσει το Python, τότε μπορείτε να εκτελέσετε μόνο το ίδιο το αρχείο δέσμης ενεργειών. Συμπεριφέρεται ακριβώς το ίδιο με το εκτελέσιμο.
SilentSpike released an updated version of his Silent Map Converter on the BI forums.
Quote :
Silent Map Converter is a program used to convert SQM files into SQF files for ARMA 2/3 (particularly useful for headless client missions).
This was my first programming project which I used in order to get comfortable with Python and various programming concepts.
As such, the program isn't a full blown SQM parser or anything particularly sophisticated. It simply uses regular expressions to find and extract the information it needs based on the standardised output of the ARMA mission editor.
Please note that if you have python installed then you can just run the script file itself. It behaves exactly the same as the executable.
Changelog:
v2.0.2
- Hotfix for init field handling
-- Magic variable "this" can now also be preceded/proceeded by parentheses (and commas) without issue
v2.0.1
- Fix for vehicles spawning above the ground (createVehicle uses ATL not ASL)
- Improved init field handling
-- Replacement of the substring "this" now only takes place if it isn't immediately preceded or proceeded by anything other than a semicolon, the start/end of the string or a space.
-- Trailing spaces in the init field are now stripped away before checking that it ends with a semi-colon.
Downloads
v2.0.0
- Overhauled old code.
- Now supports all sections of an SQM file produced by both A2/A3.
link armaholic
Αυτό ήταν το πρώτο σχέδιο προγραμματισμού που χρησιμοποιούνται σε Python και διάφορες έννοιες του προγραμματισμού.
Ως εκ τούτου, το πρόγραμμα δεν είναι σε πλήρη εξέλιξη αναλυτή SQM ή τίποτα ιδιαίτερα περίπλοκο. απλά χρησιμοποιεί συνήθεις εκφράσεις για να βρει και να συλλέξει τις πληροφορίες που χρειάζεται με βάση την τυποποιημένη παραγωγή του mission editor. αποστολής ΑΡΜΑ.
Σημειώστε ότι αν έχετε εγκαταστήσει το Python, τότε μπορείτε να εκτελέσετε μόνο το ίδιο το αρχείο δέσμης ενεργειών. Συμπεριφέρεται ακριβώς το ίδιο με το εκτελέσιμο.
SilentSpike released an updated version of his Silent Map Converter on the BI forums.
Quote :
Silent Map Converter is a program used to convert SQM files into SQF files for ARMA 2/3 (particularly useful for headless client missions).
This was my first programming project which I used in order to get comfortable with Python and various programming concepts.
As such, the program isn't a full blown SQM parser or anything particularly sophisticated. It simply uses regular expressions to find and extract the information it needs based on the standardised output of the ARMA mission editor.
Please note that if you have python installed then you can just run the script file itself. It behaves exactly the same as the executable.
Changelog:
v2.0.2
- Hotfix for init field handling
-- Magic variable "this" can now also be preceded/proceeded by parentheses (and commas) without issue
v2.0.1
- Fix for vehicles spawning above the ground (createVehicle uses ATL not ASL)
- Improved init field handling
-- Replacement of the substring "this" now only takes place if it isn't immediately preceded or proceeded by anything other than a semicolon, the start/end of the string or a space.
-- Trailing spaces in the init field are now stripped away before checking that it ends with a semi-colon.
Downloads
v2.0.0
- Overhauled old code.
- Now supports all sections of an SQM file produced by both A2/A3.
link armaholic