Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
A basic addon for OpenMW to create 2d platformers. Up to four players can play at the same time (only one keyboard and one controller). If you want less players, remove the NPCs.
Players stay on moving Activators (platforms).
Players can activate Activators ("Activate" control)
Configure controls in Option->Scripts->Platformer Settings
Some rules to create your own : - Players can only be NPCs - Records Id have to be "PlayerOne", "PlayerTwo", "PlayerThree", and "PlayerFour" - The platformer start when the mwscript global variable "Platformer" is set to 1. Set to 0 to disable - Everything else is good old mwscript
It's an addon, there is no content for Morrowind (well there is 2DPlatformMorrowindDemo.omwaddon, but it's just a demo for Morrowind)
Teleport to the PlatformCell (player->positioncell,0,0,55,0,PlatformCell) set the global variable Platformer to 1 to start (set platformer to 1).