So I made a working game level for FPS games

The place for discussing and linking to pictures and videos on the web. It's a sharing economy.
Post Reply
User avatar
shadowalk
Metal God
Posts: 13455
Joined: 13 Apr 2009, 09:16
Location: Manila, Philippines

So I made a working game level for FPS games

Post by shadowalk »

<!-- m -->https://dl.dropboxusercontent.com/u/264 ... eamed.html<!-- m -->



If you're on a PC/laptop right now, please do check it out and tell me what you think. It's part of my portfolio for graduation. It will require you to download and install the Unity Web Player (1 MB download, malware/virus free). After that, refresh the page and give it time to load.



Controls:

W,A,S,D - movement

Space - jump

Mouse - mouse look



Thanks!
User avatar
happiness and harmony
Postwhore
Posts: 77218
Joined: 18 Apr 2009, 07:36

Re: So I made a working game level for FPS games

Post by happiness and harmony »

i would do this but i am at work and you need administrator access to download software onto these hoebag computers
Skinfection wrote:
21 Oct 2020, 20:08
super Jesus people
User avatar
Mesarthim
Lhümbergø
Posts: 21073
Joined: 16 Apr 2009, 08:49
Location: Birdtown, Minnesota

Re: So I made a working game level for FPS games

Post by Mesarthim »

looks great mate! the only issue I had movement wise was going up some stairs - had to jump my way up.
rhino wrote:
20 Dec 2020, 07:48
I'm just getting buzzed up and making dumb threads :bacon:
Verbal wrote:
06 Aug 2021, 04:32
i dont think youre appreciating how much of an idiot i am
User avatar
zim
Zim(a)
Posts: 26250
Joined: 14 Apr 2009, 02:36
Location: couch

Re: So I made a working game level for FPS games

Post by zim »

i have some thoughts/recommendations



why not use a skybox?

after moving, whenever i let go of a key i decelerate really slowly. it feels like i'm ice skating or something.

lots of empty space

your resume was really far away from the spawn point

could you possibly implement some kind of shader for the water?

replace ramp with actual stairs?

-you could possibly lower the elevation of the entire city area and build docks straight to the edge of town.

maybe lower the intensity of the light



personally, i would cut down on all the empty space, make it so the player can't see anything out of bounds (emptiness). you'd have to line the edges of your town with buildings, walls, etc. you could build the entire town with your resume being the center piece.
the dead vote well wrote:
18 Jun 2021, 04:22
moving from a garbage disposal back to the dumpster but it’s an improvement nonetheless
User avatar
shadowalk
Metal God
Posts: 13455
Joined: 13 Apr 2009, 09:16
Location: Manila, Philippines

Re: So I made a working game level for FPS games

Post by shadowalk »

I tried using a skybox but I think I fucked up on implementing it as my cloud texture looked stretched out when I tried it. :redneck: But then again, I didn't fiddle around with the skybox too much as I concentrated more on having excellent normal maps. I'll try the skybox again or if all else fails, I'll just make a dome shaped 'sky' in Maya.



Now that you mention it, the lighting did make things look a bit whitewashed so maybe I'll lower the lighting intensity. :santa:
User avatar
Lavabug
Metal God
Posts: 7659
Joined: 17 Apr 2009, 16:15
Location: An ocean of filth.

Re: So I made a working game level for FPS games

Post by Lavabug »

would try it but there is no unity thingy on linux, is there a workaround? I'll reboot into windows if you really care about my input all that much. :santa:
User avatar
shadowalk
Metal God
Posts: 13455
Joined: 13 Apr 2009, 09:16
Location: Manila, Philippines

Re: So I made a working game level for FPS games

Post by shadowalk »

I just googled this and I found out that the Unity Web Player does not yet support Linux. :homework:
User avatar
Lavabug
Metal God
Posts: 7659
Joined: 17 Apr 2009, 16:15
Location: An ocean of filth.

Re: So I made a working game level for FPS games

Post by Lavabug »

Tried it out.



I don't know exactly what you want a critique on so I'll say everything that comes to mind:



The level itself looks pretty, with a proper sky, some more embellishments and some anisotropic filtering it could pass for an early to mid 2000's PC or dreamcast game. The textures on the houses look very low res though.



Collision detection is fucked though. I got stuck in the space between barrels and boxes whenever I got on top of them, and if I jumped close to the edge of a barrel I'd sometims fly off perpendicular to it, very unpredictable physics. Acceleration/deceleration is also weird. Also no mid-air direction control, which I suppose is more realistic than something like half-life, but if you jump in while standing still you can still move around a bit. Something tells me the actual mechanics were not the focus of this but rather the level itself amirite?
User avatar
shadowalk
Metal God
Posts: 13455
Joined: 13 Apr 2009, 09:16
Location: Manila, Philippines

Re: So I made a working game level for FPS games

Post by shadowalk »

[quote name="Lavabug"]Something tells me the actual mechanics were not the focus of this but rather the level itself amirite?[/quote]



Aye. I'm marketing myself as a game level designer and not really as a developer of a full completed game with storylines, game characters, game mechanics/scripts, etc. A game of that magnitude needs an entire game development team, I'm just one savage. :homework:
User avatar
zim
Zim(a)
Posts: 26250
Joined: 14 Apr 2009, 02:36
Location: couch

Re: So I made a working game level for FPS games

Post by zim »

Just throwing this out there shadowalk, but if your focus is on level design why don't you use a different medium such a UDK, Source, etc?
the dead vote well wrote:
18 Jun 2021, 04:22
moving from a garbage disposal back to the dumpster but it’s an improvement nonetheless
User avatar
shadowalk
Metal God
Posts: 13455
Joined: 13 Apr 2009, 09:16
Location: Manila, Philippines

Re: So I made a working game level for FPS games

Post by shadowalk »

Because almost all the game development studios here in the savagelands use Unity. There's one or two that uses UDK I think but they use it sparingly. Unity is the hot thing nowadays since the scripts are in C# and everyone here loves C#. UDK uses C++ I think. Plus, Unity is proven to be more stable although I think UDK has the better visuals though this may or may not depend on the game designers themselves.
User avatar
zim
Zim(a)
Posts: 26250
Joined: 14 Apr 2009, 02:36
Location: couch

Re: So I made a working game level for FPS games

Post by zim »

ah, didn't know that
the dead vote well wrote:
18 Jun 2021, 04:22
moving from a garbage disposal back to the dumpster but it’s an improvement nonetheless
User avatar
Lavabug
Metal God
Posts: 7659
Joined: 17 Apr 2009, 16:15
Location: An ocean of filth.

Re: So I made a working game level for FPS games

Post by Lavabug »

[quote name="shadowalk"]
[quote name="Lavabug"]Something tells me the actual mechanics were not the focus of this but rather the level itself amirite?[/quote]



Aye. I'm marketing myself as a game level designer and not really as a developer of a full completed game with storylines, game characters, game mechanics/scripts, etc. A game of that magnitude needs an entire game development team, I'm just one savage. :homework:[/quote]



If you want some good motivation (or want your self-esteem completely destroyed :redneck: ) check out the indie game Dust: An Elysian Tail. All of the programming and artwork/animation was done entirely solo over the course of 3-4 years, shit is incredible. Not 3-D though, everything is hand-drawn, which may or may not be more time-consuming. And the mechanics/physics surpass most 2-D games I've ever seen.
User avatar
Lavabug
Metal God
Posts: 7659
Joined: 17 Apr 2009, 16:15
Location: An ocean of filth.

Re: So I made a working game level for FPS games

Post by Lavabug »

off-topic, but I've been playing black mesa source today and realized that the physics in it and HL1 are both completely fucked. :redneck: If you jump in a moving train you fly backwards as if you were standing stationary w.r.t the train, also no apparently higher/lower gravity when you're in elevators going up/down. Pretty :redneck:::::::::::
Post Reply