Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - VGCartography

Pages: 1 2 [3]
31
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: June 28, 2021, 02:58:55 pm »
Resident Evil (2002) maps from going for platinum recently:
https://twitter.com/hatersgonnahate/status/1409615780250066945

Want to do a bit more error checking/cleanup before I submit though.

32
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: May 20, 2021, 04:29:57 pm »
I love seeing 3d maps rendered in an isometric perspective like this, even though they're not always easily "readable" because rooms will overlap with one another and ceiling geometry is sometimes visible.
Also, because of the primitive graphics of the game, it's not always easy to tell where edges are located. When older 3D games are rendered like this, I've always wondered how much better/worse it would look with a visible outline around edges.

Thank you for such an amazing video, and I'm glad that you'll be making maps for the next two games as well.
Can't wait to check out the maps by myself!

Thanks! Yeah, I often get confused by perspective when trying to find the best angle overall for each level, reminds me of that bit in Indiana Jones 3 when the perspective shifts and he realizes he's on a bridge. Peardian's Ocarina of Time iso maps are my favorite, but TR's levels fit together a bit differently and it's difficult to separate a single room so I wasn't able to achieve that level of clarity (partially why only the overhead map parts are labeled). For TR2 and 3 with a lot more verticality, I might try separating floors a bit more and trying more severe angles maybe.

33
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: May 19, 2021, 09:36:23 pm »
Finished and submitted TR maps to the site! I also used the base maps to make this Youtube video breaking down the parts of various levels + some infographics: https://www.youtube.com/watch?v=GiToc0SYkds

34
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: March 31, 2021, 08:07:52 am »
I've been sharing classic Tomb Raider maps as I assemble them. Most are on my Twitter feed, a couple examples:
https://twitter.com/hatersgonnahate/status/1377198997740347393 - TR2 - 40 Fathoms
https://twitter.com/hatersgonnahate/status/1376192309650411523 - TR - Palace Midas
The isometric maps for TR1 are done but need cleanup pass and labels etc. Haven't finished topdown map for 2/3 yet but maybe ready in a week or two.

35
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: March 19, 2021, 08:00:39 pm »
noclip has a discord where the main author Jasper is pretty active/helpful. You basically need to write the translation piece between raw data and something you can feed to his basic rendering components. Since it has everything from PS2 to N64, there isn't a ton of shared code across games. But I don't know how much easier learning all that is vs. standing up a simple ThreeJS viewer yourself or something - I've found it difficult and Tomb Raider is a well-documented game in terms of data formats. I have the geom rendering in the app but haven't figured out proper way to load textures and haven't had a good chance to dive into it again.

36
Maps In Progress / Re: FlyingArmor's Map Projects Present and Future
« on: March 18, 2021, 07:20:25 am »
Enjoy reading about the layering challenges upthread! I didn't notice until reading your comments what was "faked" for the map like that, which is always the goal  :)

Tomba on PS1 mixed sprite billboards with 3D level geometry and parallax scrolling, so I had to do some goofy tricks to try and stretch/tile/recreate gradients over larger areas to simulate the effects as best as possible.

https://vgmaps.com/Atlas/PSX/Tomba!-VillageOfAllBeginnings.png
They swap out BGs as you move across the level, so here the clouds are used in the first part but when you climb up they secretly swap it out for a "forest canopy in distance" BG. No great way to blend them nicely so I just left a big artificial crop on it where it appears.

https://vgmaps.com/Atlas/PSX/Tomba!-LavaCaves.png
This one had a cool graphical effect on PS1 I couldn't duplicate in Blender to make the caves recede into the darkness, so I just cropped the main red outer wall shell I had and duplicated it, shrinking and making it darker each time. It actually is fairly different to in-game (which also has pulsing lights) but at a glance I got it close enough to be happy.

Your FF7 maps are one of the biggest influences that made me decide to try my hand at some of my own, btw.

37
Maps In Progress / Re: Jackster's Map Projects
« on: March 18, 2021, 07:08:32 am »
Just dropping in to say I appreciate a lot of these - the Zelda CD-I ones were amazing to see since I've never played or watched the game, it looks gorgeous if you only knew the backgrounds lol. Also the 16-bit Toy Story was a fun trip down memory lane.

38
Maps In Progress / Re: Electromax - getting to work on PS1 maps!
« on: March 18, 2021, 07:01:31 am »
In my case, I am using custom javascript tools to look at the level data outside of the game itself. For example, for VS someone has open-source tool to look at individual rooms if you have a copy of the game: https://github.com/morris/vstools

I loaded up each room one by one, got a good image of it, then composited the levels together in photoshop. It's imperfect but better than using screenshots or something in an emulator because it can render the assets and high resolution. Silent Hill was a similar process (https://www.moddb.com/downloads/silent-hill-level-viewer-202). A lot of these games have small projects like this devoted to unpacking them, and I have helped with some and leveraged others.

For Tomba, same thing - level geometry extraction, extracted objects, arranged objects (platforms, swing poles, etc) in Blender and exported that base layer, then added the sprite elements like items etc. in photoshop. I actualy tried using emulator screenshots for this before putting more work in, and it looked pretty awful.

For Tomb Raider, I've been working on a code submission to noclip.website that can extract the data from BIN files and render them there. Plan on TR2 and 3 also.

In terms of games that I don't currently have a good path forward, Metal Gear Solid and Mega Man Legends are high on my list but I haven't found good projects or documentation about their file formats yet, so TBD.

39
Maps In Progress / VGCartography - getting to work on PS1 maps!
« on: March 17, 2021, 02:10:22 pm »
Hello all. Longtime lurker. My first submissions for Tomba and Vagrant Story on PSX went live yesterday.

https://vgmaps.com/Atlas/PSX/index.htm#Tomba
https://vgmaps.com/Atlas/PSX/index.htm#VagrantStory

I've always liked game visualizations/infographics and trying to summarize a game as succinctly as possible, in map form or videos or whatever. I have a full set of Silent Hill maps similar to VS I need to create upload-ready versions of, and am midway through the original Tomb Raider.

I've always loved the maps from the likes of FlyingArmor and StarFighters76 so would love to provide some high quality content for the PS1 section. I tend to post regular updates on Twitter - https://twitter.com/hatersgonnahate and use the maps on my Youtube channel. Hope to have plenty more submissions!

Pages: 1 2 [3]