Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Editing levels for "Venice"?

Retro is so happening! Read and post about retro game file formats!
Post Reply
bizzybody
beginner
Posts: 28
Joined: Wed Jan 02, 2008 9:54 am
Has thanked: 1 time
Been thanked: 13 times

Editing levels for "Venice"?

Post by bizzybody »

AKA Venice Deluxe https://en.wikipedia.org/wiki/Venice_(video_game)

It comes with 71 levels. Once you beat the regular game you can play Flood mode where the same levels are played but with the water level steadily increasing. There's also an endless survival mode. Periodically through regular and flood modes are trick shots, which can be revisited later.

The levels are obviously constructed from a variety of tiles and other stock elements.

config.xml has a bunch of settings that look like they'd be interesting to fiddle with, and it references a bunch of other XML files for the levels, all of which are most likely in the 30+ megabyte main.pak

Unpacking main.pak should give access to the level xml files to be able to make new levels and if needed repack to a replacement main.pak

Figuring out how the survival mode produces an endless stream of a level without making any weird looking or impossible to hit stuff might be tapped for producing random regular levels to modify for playability.
herbert3000
veteran
Posts: 145
Joined: Wed Jun 02, 2010 4:53 am
Has thanked: 20 times
Been thanked: 149 times
Contact:

Re: Editing levels for "Venice"?

Post by herbert3000 »

Just a hint: main.pak is XOR'ed with 0xF7
Post Reply