[Map] Stampy's Lovely World

User avatar
BorisGrishenko
Member
Posts: 206
Joined: Sun Jan 20, 2013 06:11
Location: Battlehorn Castle, Cyrodiil

by BorisGrishenko » Post

That is quite lovely...
Hi, I'm this guy at his home somewhere in a very hot place.
Currently working on houses based in real and virtual worlds.
Judge Minister Claude Frollo should be a Disney Prince.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

by Morn76 » Post

Map update #8

New in this version: Stampy's secret underwater base with its highly secure combination lock door and hidden panic room

The hidden panic room door on this map is triggered by a player sensor, so you just have to get close to the wall for the door to open. (In the real Stampy map, the door uses a pressure plate and a button, but I figured it would be better to hide everything completely.)

You may want to install the boats mod (see first post) to ride up the water elevator from the secret base. Otherwise just swim up and down.


Image
Combination lock
Image
Inside the secret base with Stampy's time machine in the background
Image
Panic room with emergency cake supply
Attachments
stampyworld_2014-03-23.zip
(7.97 MiB) Downloaded 1005 times
Last edited by Morn76 on Sun Apr 20, 2014 19:59, edited 2 times in total.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

by Morn76 » Post

Map update #9

The Soggy Sandwich restaurant and the first tree train line to the emergency igloo have been added. Also, there are some updates to the quest world (rooftops/hats).

The updated ZIP file is attached to this post.

Image
The scenic Soggy Sandwich restaurant overlooking the lake at night
Image
Riding the tree train
Attachments
stampyworld_2014-04-01.zip
(7.97 MiB) Downloaded 1321 times
Last edited by Morn76 on Sun Apr 20, 2014 19:59, edited 2 times in total.

columbduffy
New member
Posts: 1
Joined: Thu Apr 03, 2014 16:53

by columbduffy » Post

Hi

This looks great. I'm a novice at this, so is there anywhere I can go to explain how to load this onto my PC? I've tried copying the folder into my .minecraft/saves folder, but that doesn't work. It seems to be missing a few folders like DCIM etc - can anyone help?

Thanks

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

columbduffy wrote:Hi

This looks great. I'm a novice at this, so is there anywhere I can go to explain how to load this onto my PC? I've tried copying the folder into my .minecraft/saves folder, but that doesn't work. It seems to be missing a few folders like DCIM etc - can anyone help?

Thanks
Urmmm this is minetest. A completly different game to minecraft.
Download minetest here.
Then download this map and extract the zip and place the folder into minetest/worlds.
Last edited by CraigyDavi on Thu Apr 03, 2014 17:01, edited 1 time in total.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

by Morn76 » Post

Map update #10

New buildings: The post office, Timmy's house, and the Dairy Queen.

The glass panes/iron bars mod is now included (in the worldmods directory), so some glass blocks have been replaced by glass panes where needed, e.g. in the squid tank.

The updated ZIP file is attached to this post.

Image
The post office and the Dairy Queen in the distance
Image
Three familiar faces on the balcony (with player_textures mod; skins from http://www.minecraftskins.com/)
Attachments
stampyworld_2014-04-14.zip
(7.99 MiB) Downloaded 626 times
Last edited by Morn76 on Wed Apr 23, 2014 17:54, edited 4 times in total.

Whitemau5
Member
Posts: 59
Joined: Thu Sep 26, 2013 02:09
In-game: Whitemau5
Location: USA

Re:

by Whitemau5 » Post

nman3600 wrote:I'm a huge fan of stampy and i was so amazed when i saw someone made this a map :D
Diddo!! I LOVE Stampycat! In fact, I made a (slight) replica of his house in my singleplayer world so this map will make it a lot easier XD Thank you!

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #11

New buildings: Smooch's house and the Pretty Kitty beauty parlour. Timm'y house has been moved to make room for Smooch and his plump lips.

The storage building in the quest world now has signs, items in chests, and a completed second floor. Also, Squid's mine in the storage building leads down to a cave. The Dairy Queen has also been updated.

The updated ZIP file is attached to this post.

Image
Smooch's house in the quest world
Image
The Pretty Kitty spa and beauty parlour
Image
Updated Minetestmapper overview for this map release
Attachments
stampyworld_2014-04-22.zip
(8.03 MiB) Downloaded 1277 times
Last edited by Morn76 on Sun May 18, 2014 19:35, edited 1 time in total.

dgm5555
Member
Posts: 245
Joined: Tue Apr 08, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by dgm5555 » Post

Your link for the latest version is incorrect, it should be download/file.php?id=456.
BTW is it possible to put the map in a git repository, that way it could be automatically updated with MT-GitSync.
And I know its somewhat inefficient, but as you use so many mods what about just adding them all into the worldmod folder?
Tx

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

dgm5555 wrote:Your link for the latest version is incorrect, it should be download/file.php?id=456.
Oops, you're right. The forum software switch to phpBB has messed with the attachment link format. Thanks for pointing that out, dgm5555!
dgm5555 wrote: BTW is it possible to put the map in a git repository, that way it could be automatically updated with MT-GitSync.
Git doesn't really work so well with binary files like maps. It would store all past versions of the map in their entirety in the repo, so repo size would balloon. But I'll think about it.

It would be cool if there would be an analog to diff and patch for Minetest worlds: If I could produce a file with changed nodes (or perhaps entire map blocks) between two versions (aka "diff") and then everyone else could apply this file to their existing map ("patch"). Then people could build their own stuff on the map and still get my updates too.
dgm5555 wrote: And I know its somewhat inefficient, but as you use so many mods what about just adding them all into the worldmod folder?
Tx
I've been thinking I could collect all needed and optional mods into a Minetest "Stampy" game on GitHub. I guess the actual mods could be git submodules, so updating them would still be possible. Then people would just have to download this to their games directory and change the "gameid" in world.mt.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #12

The Caring Cat Clinic has been added. Also, Stampy's mushroom farm (without mushrooms of course) and the chicken coop roof has been corrected.

The More Blocks mod is now needed: https://github.com/Calinou/moreblocks (This is mod is so far only used to get stair blocks for corners. So it might be possible to only use moreblocks/stairsplus if More Blocks is too heavy.)

The updated ZIP file is attached to this post and the first post.

Image
The Caring Cat Clinic
Attachments
stampyworld_2014-05-18.zip
(8.12 MiB) Downloaded 1466 times

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #13

Fred's room (the former minecart station above the crafting room) and Abfgern's battle robot house (complete with flashing eyes and moving arms) have been added.

Download the latest version here or from the first post.

Image
Abfgern's house

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #14

The music room tower has been redone and is fairly authentic now.

Download link is in the first post.

Image

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #15

Harrison's house has been added (with its secret basement). Also, the music room tower is now more accurate, particularly its underside.

Map download is in the first post.

Image
Harrison's house, outside and inside

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [W.I.P][Map] Stampy's lovely world

by Evergreen » Post

Did you use my mod for the stuff that is made out of quartz? If you did, it's not in the list of needed mods.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Quartz is included in worldmods/, so it's not on the list.

Thanks for that excellent mod, Evergreen! :-)

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [W.I.P][Map] Stampy's lovely world

by Evergreen » Post

Morn76 wrote:Quartz is included in worldmods/, so it's not on the list.

Thanks for that excellent mod, Evergreen! :-)
Thanks! Also, why are those other mods not included as well?

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

The other mods are either a bit too big (e.g. Mesecons) or get frequent updates on GitHub (e.g. 3-D torches, carts, food). My approach has been to put small, low-maintenance mods in worldmods/ and leave more problematic mods for the global mod directory where they can be updated easily.

But of course as mods get more stable I could move more stuff to worldmods/, e.g. beds.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #16

Abfgern's house has been finished and suitably rickety steps have been added to Harrison's house.

More importantly, Stampy's Fun Land has been started southeast of the house. The sign, red brick house, some streets, and a minecart track are there, but no actual attractions yet. The majority of real Stampy attractions would only work correctly in MC, so it is still undecided what to put there. Perhaps the mouse maze.

Map download is in the first post as always.

Image
Entrance to Stampy's Fun Land
Image
Updated minetestmapper overview map

shadowzone
Member
Posts: 78
Joined: Tue Jul 01, 2014 22:02
GitHub: TheShadowZone12
IRC: shadowzone
In-game: shadowzone
Location: Nowhere Sorry

Re: [W.I.P][Map] Stampy's lovely world

by shadowzone » Post

I love it I joined my world for the first time and I said "I can't believe I am in stampy's world" and my brother said "I want that" so it seems that you have 2 fans of your world.
Hey!

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Thanks, shadowzone! That was totally the plan. :-)

shadowzone
Member
Posts: 78
Joined: Tue Jul 01, 2014 22:02
GitHub: TheShadowZone12
IRC: shadowzone
In-game: shadowzone
Location: Nowhere Sorry

Re: [W.I.P][Map] Stampy's lovely world

by shadowzone » Post

Well it worked.

Good luck with any other plans minetest related.
Hey!

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #17

Stampy's Moon rocket has been added at the lake near Harrison's house.

Map download in the first post.

Image
Stampy's spaceship, outside view & crew's quarters

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: [W.I.P][Map] Stampy's lovely world

by Morn76 » Post

Map update #18

The quest world has been moved a little to make room for Stampy's 'Beat the Heat' fire station. Also, Lee's bedroom is now upstairs from Stampy's bedroom. Paintings have been added to conceal the entrances to the secret base and enchanting room.

Hatches have been replaced with the much better trapdoors in minetest_game, so this map needs Minetest 0.4.10 now.

Image
The fire station and Lee's hidden bedroom

radgie
New member
Posts: 4
Joined: Thu Jul 24, 2014 11:39

Re: [W.I.P][Map] Stampy's lovely world

by radgie » Post

Hi please could anyone help me as im a noob with this sort of thing, i have minecraft and have been trying to recreate stampys world on xbox, so i was looking for a pc map of it to convert to use on xbox, then i came across this and this map is way better than ive seen before but its used on minetest, so i downloaded it but i cant seem to get the program to even load a new single player map let alone getting this stampy map to work, please could anyone give me a little step by step guide to get this working? also could this be used to convert to be used on the xbox? thanks for reading.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest