29 lines
845 B
Plaintext
Executable File
29 lines
845 B
Plaintext
Executable File
----
|
|
-- File:: rpf_empty.rbs
|
|
-- Description:: Create (or attempt to) an empty RPF.
|
|
--
|
|
-- Author:: David Muir <david.muir@rockstarnorth.com>
|
|
-- Date:: 10 December 2010
|
|
--
|
|
|
|
-----------------------------------------------------------------------------
|
|
-- Uses
|
|
-----------------------------------------------------------------------------
|
|
-- None
|
|
|
|
-----------------------------------------------------------------------------
|
|
-- File Globals
|
|
-----------------------------------------------------------------------------
|
|
local rpf_filename = "x:\\empty.rpf"
|
|
|
|
-----------------------------------------------------------------------------
|
|
-- Entry-Point
|
|
-----------------------------------------------------------------------------
|
|
|
|
start_uncompressed_pack()
|
|
|
|
save_pack( rpf_filename )
|
|
close_pack()
|
|
|
|
-- rpf_empty.rbs
|