Timeslip Softworks Forums

Vigilantes => Resolved Bugs => : Nomad May 07, 2017, 06:11:03 AM

: [Resolved] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Nomad May 07, 2017, 06:11:03 AM
Again, sorry if someone's already reported this.

The city map is floating above the ground.
Things like the movement grid can only be seen when viewed at certain angles.

I suspect (just an opinion) that an object on or near the ground might have the wrong graphic. Just a guess.

Map: DowntownMed5/config2
(https://scontent.fadl1-1.fna.fbcdn.net/v/t1.0-9/18222664_1681916408504980_3126487733377139765_n.jpg?oh=f251d8731cb58495858be10615a748e5&oe=59B7705F)
: Re: Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 08, 2017, 10:41:49 AM
Whoops! You can temporarily fix this by pressing "g". What's happened here is I've left the grid used for laying out the maps active - will add in code to disable this automatically outside the Unity editor.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Nomad May 08, 2017, 03:14:38 PM
lol.... awesome.
Next time I get it (I've had it a few times now) I'll try the g key.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 08, 2017, 03:29:26 PM
Or you just pretend that the characters are giants, stomping around the city map :) #undocumentedFeature
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: ushas May 08, 2017, 05:05:48 PM
We are getting a toy carpet! My nephew is having one of these.
(also happens on other configurations of that map)

Next time I get it (I've had it a few times now) I'll try the g key.
Oho. Try it also on other maps ;)
That grid is sick, well done, Daithi!

Just a minor thing: seems that moving with the camera changes how it's drawn? See attached pictures - it looks either like under or above the reachable tiles coloration... I prefer the distinct above-like look.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 08, 2017, 05:28:10 PM
Yeah, you're right on the issue with camera angle. Need to have a look at adjusting the positions, or the shaders to force the grid to be on the top.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: ushas May 09, 2017, 11:38:37 PM
Have you also considered to make the reachable tiles highlight a grid-like itself? I would like it better, not sure if others though. Just for illustration:
(https://s8.postimg.org/4z6pdric5/grid_c.jpg)



Wait a minute. Isn't DowntownMed5 a recursive mission challenge? You cannot flee the mission and have no access to Loot & Leave, instead you have to choose to go into one of the districts on the floor. Only one of them (randomly chosen) leads out of recursion, so choose carefully. All the others lead to the next recursive mission and so forth. No save-scumming of course. So if you are lucky it takes you 2 missions to get out, if not theoretically up to infinite, practically earlier once all the party members die...
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Nomad May 10, 2017, 12:43:32 PM
Recursive mission challenge?

Each time I've played it (if I recall correctly), it's been a Survivalist fleeing map. I kill everyone and then loot them and interrogate a survivor.

Is the Recursive mission challenge a thing or a suggestion?
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: ushas May 10, 2017, 03:37:07 PM
A thing of my night-imagination. Apologies for misinformation. Would like it as an easter egg indeed (<1% to get), but the amount of coding and testing (needed to be sure it's a true recursion) doesn't warrant take it seriously... 
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 10, 2017, 08:27:56 PM
Have you also considered to make the reachable tiles highlight a grid-like itself? I would like it better, not sure if others though. Just for illustration:
(https://s8.postimg.org/4z6pdric5/grid_c.jpg)

It does provide more information that way. Think it would look bad if used with regular grid. I wonder how necessary a grid beyond movement range is?


Wait a minute. Isn't DowntownMed5 a recursive mission challenge? You cannot flee the mission and have no access to Loot & Leave, instead you have to choose to go into one of the districts on the floor. Only one of them (randomly chosen) leads out of recursion, so choose carefully. All the others lead to the next recursive mission and so forth. No save-scumming of course. So if you are lucky it takes you 2 missions to get out, if not theoretically up to infinite, practically earlier once all the party members die...

Ha :) Totally an #undocumentedfeature
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 10, 2017, 08:28:50 PM
Recursive mission challenge?

Each time I've played it (if I recall correctly), it's been a Survivalist fleeing map. I kill everyone and then loot them and interrogate a survivor.

Is the Recursive mission challenge a thing or a suggestion?

Sounds like a groundhog day scenario? Is Sam adrift in time?
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi May 12, 2017, 01:18:58 PM
It probably won't look bad if kept at the same height, though there could be z competition (textures competing to be considered top, dependent on camera angle). Without this, it adds another constraint: height of walkable tile must be same as grid or multiple line sets visible. Will think about it.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: ushas May 13, 2017, 08:30:14 PM
Must be the highlight texture monolithic? I mean it can be selectively fully transparent around the lines where the grid will be. That way it also has a grid like look on its own as the grid is made from the floor below. But for all I don't have any knowledge the transparent part may still compete with the grid in the code. Yeah, so this is probably silly.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Nomad May 24, 2017, 03:59:50 PM
If you're seriously considering adding the extra grid information... can't you just make the Z axis on it be higher than any small height differences, like gutters?
That way it also wouldn't flicker (Z axis competition) against the movement spaces.
: Re: [Fix req] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Daithi June 20, 2017, 01:26:42 PM
It's something to think about. The initial error has been fixed and will have a proper look at the grid in upcoming updates - doing a quick sweep on bugs prior to launching V17.
: Re: [Resolved] Graphical glitch - DowntownMed5 - City map overlaid above the ground
: Nomad June 20, 2017, 02:50:22 PM
Oooh... awesome. Good luck on the bug sweep.  =D