Ooooh Spooky

Discuss map ideas, techniques, and give help.
Post Reply
User avatar
Zott
Vidmaster
Posts: 1666
Joined: Jul 1st '06, 21:14
Location: Earth
Contact:

Happy Halloween Everyone!

I am making a small, one map scenario with some Pathways into Darkness inspired features. Due to its Halloween theme, I was trying to have it out by today, but the mapping is taking longer than anticipated. Expect it within a week.

Take care, and don't eat too much candy!
Creepy Pumpkin
Creepy Pumpkin
User avatar
Zott
Vidmaster
Posts: 1666
Joined: Jul 1st '06, 21:14
Location: Earth
Contact:

Would someone lend some advice on how to package scenario files together?
The biggest issue arises because I'm not trying to package the whole marathon shapes file with changes. If I use that, it works great. Otherwise:

I tried to embed a shapes patch in the map using atque. This seems to work, but the custom shapes referenced in the embedded mml file don't seem to take priority, and I'm stuck with the software shapes. The audio referenced through the embedded mml works fine however.

I then tried to work around this by putting everything in a plugin (except map, physics term). In this case the shapes patch included with the plugin didn't even seem to activate. Here's how I wrote the plugin:

Code: Select all

<plugin name="SevenShadesofWraith" description="Sounds, Shapes, MML, lua" version="1.0" solo_lua="Halloween.lua">
  <mml file="Halloween.mml"/>
  <shapes_patch file="Halloween.ShPa"/>
</plugin>
Is there an easier way I'm overlooking here?
User avatar
treellama
Vidmaster
Posts: 6110
Joined: Jun 2nd '06, 02:05
Location: Pittsburgh
Contact:

You can't do solo Lua and shapes patches in the same plugin. Also, shapes patches override replacements MML, otherwise they wouldn't work in net maps when people are using hi-res textures.

If you have a custom map, custom shapes, custom sounds, custom Lua, and custom physics, then my advice is to release it as you would any other scenario with all of those!
User avatar
Zott
Vidmaster
Posts: 1666
Joined: Jul 1st '06, 21:14
Location: Earth
Contact:

Thanks for the clarifications on file hierarchy, treellama. I embedded the lua in the map, and put the shapes patch in the plugin.

Anyways, here is the one-level scenario. Follow the instructions in the Read-me to install.
http://simplici7y.com/items/seven-shades-of-wraith

If anyone is interested in the full-sized pumpkin graphics, let me know.
Post Reply