bigmap editor
bigmap editor
by pancelor

Plese be patient...

Loading...

Mahjong Grand Master Game with EditorMahjong Grand Master Game with Editor Geometry Egg DashGeometry Egg Dash Stick DrummerStick Drummer Tomb Of The MaskTomb Of The Mask La Sal (puzzle-y celeste map mod)La Sal (puzzle-y celeste map mod) CHR PrinterCHR Printer Picross MakerPicross Maker Pario-8Pario-8 Editors Pick Night OutEditors Pick Night Out Editors Pick MermaidEditors Pick Mermaid ExterminationExtermination Coachella HairstylesCoachella Hairstyles UnmatchUnmatch SpazzleSpazzle Fizmo - PuzzleFizmo - Puzzle DRIFT CHASEDRIFT CHASE Road Network Designer  Traffic SimulatorRoad Network Designer Traffic Simulator (Touhou Unmei no Hoshi)(Touhou Unmei no Hoshi) Spirit SolsticeSpirit Solstice Tiny Platformer (TutorialExample Project)Tiny Platformer (TutorialExample Project) Teenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATETeenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATE Thopter EscapeThopter Escape Celeste Dark WorldCeleste Dark World To take root Among the StarsTo take root Among the Stars Isle Craft DemoIsle Craft Demo PorterPorter BathosBathos PICOZONE 17-games-in-1PICOZONE 17-games-in-1 Cursed FlailCursed Flail Getting Over It with Meep_MoopGetting Over It with Meep_Moop Toxic InvadersToxic Invaders Pico-8 TetrisPico-8 Tetris Passengers (LD33)Passengers (LD33) fallestefalleste The CarpathianThe Carpathian Wild Wild YardWild Wild Yard - BEATWISE TRIGGER -- BEATWISE TRIGGER - OutvainOutvain A Very Warm FireA Very Warm Fire CALIGOCALIGO Pie Game An RPGPie Game An RPG Celeste 1.5Celeste 1.5 Get in Santa's Pants 1.3Get in Santa's Pants 1.3 1000 Meters to Shade1000 Meters to Shade Train JourneyTrain Journey HighSteelHighSteel Meowlionaire 1.4Meowlionaire 1.4 Derailed! - A co-op game about building tracks (Unrailed! demake)Derailed! - A co-op game about building tracks (Unrailed! demake) Momo's MomentumMomo's Momentum The HeavensThe Heavens Lil KingLil King The Violet Signal - A Boss Only SHMUPThe Violet Signal - A Boss Only SHMUP Get Me the Spell Outta Here!!Get Me the Spell Outta Here!! Unchecked-8 (platformer maze)Unchecked-8 (platformer maze) Raccoon BallRaccoon Ball BrawlBrawl Web Pilot - Tempest-inspired tube shooterWeb Pilot - Tempest-inspired tube shooter WoolCat 3DWoolCat 3D KemobombKemobomb ToboggobanToboggoban Dig Deeper - Global Game Jam '21Dig Deeper - Global Game Jam '21 Fiss the Elf's Puzzling Pin-UpsFiss the Elf's Puzzling Pin-Ups Lina Witches Of The MoonLina Witches Of The Moon Zelda fishing minigame remakeZelda fishing minigame remake SKELETHRONE CLASSICSKELETHRONE CLASSIC MoonraceMoonrace Quasar Kid 1.2Quasar Kid 1.2 FaultFault DEFENDER X - v1.1DEFENDER X - v1.1 tiny farm 2.0!!!!!!tiny farm 2.0!!!!!! Picoball - Football Manager DeckbuildingPicoball - Football Manager Deckbuilding Picotune - 64x64 music playerPicotune - 64x64 music player moleculesmolecules Boomby!Boomby! Station-8Station-8 The Zombie Apicolypse - LOWREZJAM 2021The Zombie Apicolypse - LOWREZJAM 2021 Celeste Classic collabCeleste Classic collab The FlightlessThe Flightless Better Off AloneBetter Off Alone POSEIDIOSPOSEIDIOS JetpicJetpic Space Tavern PokerSpace Tavern Poker Slay the DragonSlay the Dragon Dust DasherDust Dasher Isohopes - an 8 bit nuclear reactor simIsohopes - an 8 bit nuclear reactor sim FroggleoidFroggleoid Vortex InvaderVortex Invader Road StormRoad Storm Racerbeam - A demo for the Assembly 2002 Pico-8 CompoRacerbeam - A demo for the Assembly 2002 Pico-8 Compo KosmoDuck Now FinishedKosmoDuck Now Finished Pico TowerPico Tower PAC-MAN 3DPAC-MAN 3D PICO-8 0.1.11 ED BY TIC TAC TOADPICO-8 0.1.11 ED BY TIC TAC TOAD 3D Experiment3D Experiment Realtime 3d shadowsRealtime 3d shadows Got-Ya!- A Pico-8 Gacha Game -- 56 cards new secretsGot-Ya!- A Pico-8 Gacha Game -- 56 cards new secrets
...
...
...

bigmap editor

motivation
The recent 0.2.4 release added support for larger maps:
> Similar to gfx memory mapping, the map can now be placed at address 0x8000 and above (in increments of 0x100). This gives 4 times as much runtime space as the default map, and an additional POKE is provided to allow customisable map sizes.
Larger maps are now possible, but it's difficult to get them into memory -- the built-in map editor only works with vanilla-sized maps.
This cart is a full map editor that makes it easy to make these larger maps!
features

tight iteration loop - play a level in your game, jump into the map editor to make a small tweak, and return to the game with minimal friction

change map size at any time

max width: 256 tiles
max height: none
max total size: 32K tiles (e.g. 128*256, or 32*1024)

easy copy-paste (right mouse + drag to copy, left mouse to paste)
zooming inout
large brushes - place multiple tiles at a time
show 16x16 'room' outlines (useful for carts like celeste that are made of many 16x16 rooms)

'transparency' - optionally treat sprite 0 in large brushes as 'transparent'

compressed maps using PX9
autosaving
the map editor uses 0 of your tokens -- it's a completely separate cart that you only use during development
(well, it costs ~300 tokens to load the map string and run the decompressor)
your game will still be splore-compatible
your game can call map(), mget(), tline() etc without any extra work

undoredo?
The editor currently has no undoredo functionality. That's not ideal! I'm hoping to get it working soon.
To undo all changes since your last save (probably the end of your last session using bigmap), use the 'discard changes' button in the top-right.
If you make a large mistake, replace map.p8l with your an autosaved version (inside mygameautosave) and reload bigmap.
setup

Setting the bigmap editor up take



License: None (Free)

Close
Connection Error!

Please check your connection and try again.