Skip to main content

Final Major Project [Post 5] ~ Testing in Engine

 I have put most of my untextured assets into UDK to see what they will look like as a scene and if they are the correct scale etc. I found that most things looked correct until I realised that I hadn’t changed the game mode, which was a bit of a noob mistake. Changing the game mode then meant that the player size had changed making my level look too big and adding a gun that I didn’t need. I fixed these problems by finding a few UDK console commands and then adding them to Kismet under the “level loaded” box. 
I changed the player size, the camera perspective and hid the gun. Making the secret door was easy, it’s just a simple Matinee animation, moving the bookcase asset to the side, the trigger is on a marble bust at the other end of the library. I found out that there is another Kismet function that displays any text on the screen, so when the player gets near the bust a message saying “Press E to activate” appears on screen. I would like to add an animation to the bust where the head moves backwards revealing a button, a lot like on the original Batman. I need to make the secret door and even the route of the level more obvious to the player, as I found when someone else played my level, they didn’t know where to go, as some doors open and others don’t.

Comments

Popular posts from this blog

Final Major Project [Post 4] ~ Building, Building and more Building

Recently I have been like an asset making machine, I have really been enjoying sitting in front of 3D Studio Max and churning out various assets for my level. I feel like I am definitely getting a lot faster with building in 3D and I am pleased with most of the things that I have made. My level was looking very sparse but hopefully once I have put all of these assets into my level, then it will look more like a manor house. I am not really looking forward to unwrapping or texturing some of these assets though as some have very rounded parts that will be difficult to unwrap neatly. I am going to pay more attention to making my unwraps a lot neater in this project though, as I feel that has let me down in past projects, although looking at my assets now, most of them will share the same tileable textures of wood or gold. I made a paint-over of my library, as I couldn't get the ceiling to look right, by doing my paint-over, I realised that the ceiling wasn't high enou...

Final Major Project [Post 1] ~ Ideas

It’s time for me to start my final major project, I have been thinking about what I would like to do for a while now but have never settled on a complete idea. I always wanted to build a large ornate manor house, because I love going to National Trust properties and other manor houses and I already have a lot of reference pictures. I presented my idea in front of my university class and about 5 tutors and the feedback that I got on my idea was mainly positive, (which in a way I was surprised about and glad) the only thing that they weren’t happy about is that I wanted to create the interior AND exterior of the house, they said it would be too much work and probably wouldn’t look right as different game engines are better for different things like this. They gave me a choice which was: I could do the exterior of an existing building, it would be an exact copy of the building but in 3D and would be more of a presentation piece that they would possibly show in a museu...

Final Major Project [Post 11] ~ Working Locks and Melting Brains

I finally found a way to get my library door/key to work correctly, it took a lot of researching and random testing but it finally has the desired effect! Now the player can approach the library door, it wont open but will display [Door Locked] on screen, until the player gets the key. The key is in one of the drawers in the dining room that open when you get near. I had a problem here with the key in the drawer, if the player didn’t pick up the key once the drawer had been open and then closed again, the key would stay floating and clipping through the front of the drawer. I tried a few ways of fixing this but the more I did to it, the worse it got (key was now reappearing and floating in place when player had collected key, secondary key would not go away.) So I took a small break, watched a brain-melting episode of Jeremy Kyle and then came back to the problem, for some reason I managed to fix it straight away, its like all of a sudden it made sense to me. It is very importan...