| Author |
Topic: [Release] Perl Script To Package Map Sources |
| SparkyMcSparks |
 |
General Member Since: Feb 28, 2004 Posts: 1713 Last: Dec 29, 2016 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 01:53 am |
 |
http://www.youtube.com/watch?v=nd4Jm1o6zh8&hd=1
Instructional video above.
Quote: Perl script for packaging map sources -- it searches through the map you enter looking for prefabs, and then looks inside those prefabs for more prefabs and so on. It then copies all those prefabs used by your map into a convenient folder so you can easily port your map across the different Call of Duty™ titles by just copying them into the map_source folder.
Download Latest Version ( v 1.0 ) Of Perl Script: http://www.filefront.com/17747040/PackageMapSource.pl/
Get Perl Here: http://www.activestate.com/activeperl/downloads
I've only tested this locally with Call of Duty: World At War and Call of Duty 4: Modern Warfare.
Note About The Music: I was listening to a sound track while recording and slipped my mind it was going to be recorded, just mute or enjoy.
edited on Jan. 3, 2011 09:21 pm by SparkyMcSparks |
|
|
|
| voidsource |
General Member Since: May 5, 2007 Posts: 1513 Last: Sep 1, 2013 [view latest posts] |
|
|
|
|
| SparkyMcSparks |
 |
General Member Since: Feb 28, 2004 Posts: 1713 Last: Dec 29, 2016 [view latest posts] |
|
|
 |
|
|
| BlackJack_Jonny |
 |
General Member Since: Nov 22, 2008 Posts: 237 Last: Dec 3, 2012 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 02:32 am |
 |
nice work Sparks
havnt tested it yet but i can certainly see this being usefull indeed
thanks man |
 |
|
|
| voidsource |
General Member Since: May 5, 2007 Posts: 1513 Last: Sep 1, 2013 [view latest posts] |
|
|
|
|
| sam_fisher3000 |
 |
General Member Since: Apr 18, 2007 Posts: 816 Last: Jul 16, 2016 [view latest posts] |
|
|
 |
|
|
| dundy |
 |
General Member Since: Dec 14, 2004 Posts: 768 Last: Nov 1, 2020 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 12:37 pm |
 |
Could you do a little step by step tut for me how to do this such a
noob with this...Wanna port some WaW stuff too BO
Haved got a clue what to typ in The cmd thing...
|
 |
|
|
| SparkyMcSparks |
 |
General Member Since: Feb 28, 2004 Posts: 1713 Last: Dec 29, 2016 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 08:16 pm |
 |
If you want to use a batch file, make one in the bin folder and put this inside:
Code: @ECHO OFF
set MAPNAME=
set /P MAPNAME=Map Name: %=%
@ECHO:
perl PackageMapSource.pl %MAPNAME%
pause
The music is Tron Legacy.
edited on Jan. 4, 2011 03:20 pm by SparkyMcSparks |
|
|
|
| sam_fisher3000 |
 |
General Member Since: Apr 18, 2007 Posts: 816 Last: Jul 16, 2016 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 09:10 pm |
 |
SparkyMcSparks writes...Quote: If you want to use a batch file, make one in the bin folder and put this inside:
Code: @ECHO OFF
set MAPNAME=
set /P MAPNAME=Map Name: %=%
@ECHO:
perl PackageMapSource.pl %MAPNAME%
pause
The music is Tron Legacy.
edited on Jan. 4, 2011 03:20 pm by SparkyMcSparks
I saw the movie Tron Legacy last week. I can't believe I forgot about the song. -_- How could I not know? lol Anyways, it was a spectacular movie. Did you watch it? |
|
|
|
| dundy |
 |
General Member Since: Dec 14, 2004 Posts: 768 Last: Nov 1, 2020 [view latest posts] |
|
|
 |
|
Category: CoDBO Map + Mod Releases Posted: Tuesday, Jan. 4, 2011 11:04 pm |
 |
SparkyMcSparks writes...Quote: If you want to use a batch file, make one in the bin folder and put this inside:
Code: @ECHO OFF
set MAPNAME=
set /P MAPNAME=Map Name: %=%
@ECHO:
perl PackageMapSource.pl %MAPNAME%
pause
The music is Tron Legacy.
edited on Jan. 4, 2011 03:20 pm by SparkyMcSparks
Please my dear sir do a step by step tut how to use this
not a pc wizzperson barly know how to start my pc lol |
 |
|
|
|
|
mp_TempleCall of Duty: Mods: Multiplayer (624.12Kb)
|