Next Step customization ?!?
Next week i will start to customize PoP.net my goal is to change graphics and make a Flash Special version of Prince Of Persia....
And the future ? to make a generic engine for make platform game like PoP....
For customize your PoP.net simply modify the file in the root of the appllication called
app.conf
like this for "Lion" customization
<!-- KID_SPRITE -->
<add key="CONFIG_sprite_kid" value="Sprites/Player/Kid_lion/"/>
<!-- GUARD_SPRITE -->
<add key="CONFIG_sprite_guard" value="Sprites/Guard/Guard_dos/"/>
<!-- SONGS_DIRECTORY -->
<add key="CONFIG_sound" value="Sounds/dos/"/>
<!-- SONGS_DIRECTORY -->
<add key="CONFIG_songs" value="Songs/dos/"/>
<!-- ITEMS_DIRECTORY -->
<add key="CONFIG_items" value="Items/"/>
<!-- TILES_DIRECTORY -->
<add key="CONFIG_tiles" value="Tiles/lion/"/>
<!-- CONFIG_PATH_RESOURCES -->
<!-- <add key="CONFIG_path_content" value="Content"/>-->
<add key="CONFIG_path_Levels" value="Levels"/>
<add key="CONFIG_path_Rooms" value="Rooms"/>
<add key="CONFIG_path_Sequences" value="Sequences/lion/"/>
Some examples..
No comments:
Post a Comment