SlideShare a Scribd company logo
1 of 30
Game Dev Blog
Made some significant changes to the map layout. As
you can see, I have changed the room tile that each
“cabin” uses to a larger tileset.This is so I could add
the aesthetic props such as the bed and tables into
each room.
You may also notice that the “death room” has been
removed.This will be explained later.
The majority of these props have no actual use aside
from aesthetics, but after some experimentation with
the computer prop, I have figured out how to display
text and other images onto it. This is extremely useful,
as it enables me to use billboards and room signs as
directional tools.
I also added lamps that can be turned on and off by
clicking. It doesn’t add anything to the overall game,
but it is a nice effect. It should be noted that each
cabin is slightly different, but follow the same prop
scheme.
Room Changes
Using a combination of billboards/room signs and
popups, I am now able to create signs that the player
can read in order to navigate easier around the map.
This is extremely helpful, especially with the addition of
the side quest.The main drawback of these signs is that
they use popups to work, which means they have to
have a background to actually show up. There are only
a limited selection of backgrounds available inside the
program and none of them quite match the design
style of the level.The backgrounds I am currently using
are the Sci-Fi and Parchment ones, top to bottom
respectively.
Billboards/Room Signs
The main thing I worked on during this session, aside
from the map/room changes was the optional side
quest. This is a small quest built within the level that
the player can complete in order to gain extra loot and
also visit the secret room.
I decided to implement a side quest because I am
aiming the game at more experience players, who
would otherwise rush through the level and finish it in
a few minutes. The side quest gives the game more of
an RPG feel, much like games like Fallout and Dragon
Age, as well as providing bonus content for these
experienced players.
The quest is multi-tiered, requiring the player to
backtrack through the level a few times in order to
complete. Due to it being completely optional, the
player can simply bypass it and finish the level straight
after beating the boss if they wish. To combat this, I
added a series of popups that would tempt the player
to continue with the quest. The picture on the right
shows the first popup, that plays after the player
opens an empty safe at the end of one of the cabin
corridors.
Side Quest
The player can also speak to an NPC in a
small room before reaching this point
who will ask for help finding a pet robot.
This ties into the questline, but gives no
clues as to where the robot is hidden.
Once the player backtracks through the level, they will see
the door to the newly named (Thanks to the room
sign/popup combo) “computer room” is now open. This was
done thanks to a simple rule where the door is opened at the
same time as the safe. Inside the room they will see an egg,
which when clicked, will reveal a small robot who will follow
the player when clicked on. The player must then guide the
robot back to its owner, who will promptly reward the
player.
There is a slight issue that the robot seems to be slower
than the player if the player sprints, and can also get stuck
on corners fairly often. This is due to the AI in the follow
command and there is not much I can do to fix it. However,
the AI seems to figure out how to get around it if the player
simply waits a while.
Currently, the NPC will “see” that the robot has been
returned to her once the robot enters the room where she is
stationed. I may change this if a better option becomes
apparent, as if the robot lags behind the player a few inches,
meaning the player may not get credit for returning the
robot if they do enter the room fully.
Side Quest
Once the player has returned the robot to the NPC, the
popup on the left will show up, giving the player
directions on how to find and enter the stash room. This
step is also multi-tiered in an effort to force the player to
explore the entirety of the level, instead of rushing
through and missing sections. As a result, the player will
now find that a room in the cabin area is now open that
was previously locked. This will direct them to a console
that will open the stash room door when clicked.
I am considering added “respawning” enemies for this
quest as well, as currently, once the player has eliminated
all of the aliens, no more will spawn, which means that
they could potentially kill all the enemies on the level
then come back and do the side quest. This will mean the
entire quest will just be running back and forth which isn’t
fun. It could be done quite easily by simply having inactive
aliens that become active after a certain task has been
completed. This will raise balancing issues however, as the
player will need additonal resources (ammo/medpacks) to
deal with these new enemies, however if they skip the
side quest completely, they will have an abundance.
Side Quest
Once the player has activated the console, the
“Maintenance Room” door will be open and the
player will be given a series of powerful items.There
are currently three, singular use medpacks and one
multiuse.There is also a combined 40 ammo for the
ray gun. The big item is the “Cubic Device” which is
the highlighted item in the second picture.The
player needs this item in order to access the secret
room at the end of the level.The mechanism for this
is not quite finished and the secret room has not
been made as I am still struggling with how to add
custom music clips to the game, as the computers
we are using seem to be lacking sound drivers.
Hopefully this will be fixed soon however.
Side Quest
Something I discovered when
conducting small playtests of the side
quest is that the triggers that are used to
trigger the lore popups work both ways.
Meaning that when the player is
backtracking through the level, they will
activate these triggers a second time. A
quick fix to this was made, where the
trigger becomes inactive as soon as the
player walks through it. It still activates
the popup though.
Trigger changes
Before today, there were 3 main ways in which the
player could open a door.
• Providing some kind of input, e.g Keycard/Lever
• Walking up to the door e.g SpatialTriggers
• Clicking on the door
I felt that this constant change was confusing and
overall badly done. As a change, I have removed all
doors that open via spatial triggers and now all doors
open either by clicking on them, or by providing some
sort of input.The screen to the right will show up
after the player beats the first combat room, after
which all doors will open by clicking on them, aside
from those done by an external trigger.
Door Changes
Yes, I did notice the typo in “able”, this has been
fixed.
As speech is still broken, I have revised to using
speech to serve as a dialogue option. As this
doesn’t allow the player to reply, it is one sided,
but does provide the context I wanted to include
with dialogue.The picture to the right shows what
the NPC in the room immediately following the
spawn room will say when clicked. It also contains
a small reminder to the player to pick up the
weapon found in the drawers in the spawn room.
This revision is used at several points, particularly
in the side quest, and whilst I am hoping for a fix, it
seems to work quite well, so I may just leave it as it
currently stands.
NPC InteractionTemp Fix
Some small revisions have also been made
to the health values in the game. The max
health has been brought down from 300 to
150, with the player starting on 100. This
was because due to the regeneration
function, the player could essentially wait
on the spot, to regain health to max, and it
would take 30 direct shots to kill the player,
not factoring in regeneration in between.
With a max health of 150, this has been
mostly eliminated, however it will still take
15 shots to kill the player from full health.
This may not seem like a lot, but the
targeting AI on the enemy NPC’s isn’t very
good and they only actually land around
30% of their shots.This may make it too
easy for the player to simply “tank”
through the shots.
Health Revisions
A small change has been made to the
teleporter at the end of the level.
Now a “teleporter” effect will be
visible at all times as shown on the
right.This is further convey the
aspect that the player is to walk into
the teleporter, without directly
telling them to do so.
Teleporter effect additions
One final change made today, was the
changing in the death script. Previously,
once the player died, they were
teleported to a room away from the main
map and told to restart the game
manually, to address the problem that I
have discussed previously. After a search
of game functions, I have discovered that
it is in fact possible for the game to
restart itself once the player has died.
Currently, I have a popup that will be
shown as soon as the player dies,
informing them that they have died and
that the map will restart in 5 seconds.The
map will then restart and the control
popup will show.
Death changes

More Related Content

What's hot

6. production reflection
6. production reflection6. production reflection
6. production reflectionJackScott54
 
25 tips to build Tutorials on Board Game Arena
25 tips to build Tutorials on Board Game Arena25 tips to build Tutorials on Board Game Arena
25 tips to build Tutorials on Board Game ArenaBoard Game Arena
 
Jello karaboosqaud steyeraustin_assignment1_0715
Jello karaboosqaud steyeraustin_assignment1_0715Jello karaboosqaud steyeraustin_assignment1_0715
Jello karaboosqaud steyeraustin_assignment1_0715Asteyer
 
BGA Studio - Focus on BGA Game state machine
BGA Studio - Focus on BGA Game state machine BGA Studio - Focus on BGA Game state machine
BGA Studio - Focus on BGA Game state machine Board Game Arena
 
Cameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameronMcRae901
 
Destroy platform glitch fix
Destroy platform glitch fixDestroy platform glitch fix
Destroy platform glitch fixAndrew Goddard
 
Level design workflow 3
Level design workflow 3Level design workflow 3
Level design workflow 3tommo123456
 
Level design workflow 3
Level design workflow 3Level design workflow 3
Level design workflow 3tommo123456
 
Jack Fletcher ICA1 'The Chair'
Jack Fletcher ICA1 'The Chair'Jack Fletcher ICA1 'The Chair'
Jack Fletcher ICA1 'The Chair'j45a45ck
 
5. pre production(2)
5. pre production(2)5. pre production(2)
5. pre production(2)Jack Hickman
 
6. production reflection(1)
6. production reflection(1)6. production reflection(1)
6. production reflection(1)lukeh01
 
Brash Games - Eron Review
Brash Games - Eron ReviewBrash Games - Eron Review
Brash Games - Eron ReviewJames Meldrum
 
Fmp production log_template_230513
Fmp production log_template_230513Fmp production log_template_230513
Fmp production log_template_230513Dom9533
 
Production experiments
Production experiments Production experiments
Production experiments kieran Beal
 

What's hot (20)

6. production reflection
6. production reflection6. production reflection
6. production reflection
 
25 tips to build Tutorials on Board Game Arena
25 tips to build Tutorials on Board Game Arena25 tips to build Tutorials on Board Game Arena
25 tips to build Tutorials on Board Game Arena
 
Jello karaboosqaud steyeraustin_assignment1_0715
Jello karaboosqaud steyeraustin_assignment1_0715Jello karaboosqaud steyeraustin_assignment1_0715
Jello karaboosqaud steyeraustin_assignment1_0715
 
Tambola
TambolaTambola
Tambola
 
BGA Studio - Focus on BGA Game state machine
BGA Studio - Focus on BGA Game state machine BGA Studio - Focus on BGA Game state machine
BGA Studio - Focus on BGA Game state machine
 
Cameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameron McRae - 2D Game Workflow
Cameron McRae - 2D Game Workflow
 
Destroy platform glitch fix
Destroy platform glitch fixDestroy platform glitch fix
Destroy platform glitch fix
 
Level design workflow 3
Level design workflow 3Level design workflow 3
Level design workflow 3
 
Level design workflow 3
Level design workflow 3Level design workflow 3
Level design workflow 3
 
Jack Fletcher ICA1 'The Chair'
Jack Fletcher ICA1 'The Chair'Jack Fletcher ICA1 'The Chair'
Jack Fletcher ICA1 'The Chair'
 
5. pre production(2)
5. pre production(2)5. pre production(2)
5. pre production(2)
 
Bulbs Write Up
Bulbs Write UpBulbs Write Up
Bulbs Write Up
 
BGA Studio Guidelines
BGA Studio GuidelinesBGA Studio Guidelines
BGA Studio Guidelines
 
A mazing Game
A mazing GameA mazing Game
A mazing Game
 
6. production reflection(1)
6. production reflection(1)6. production reflection(1)
6. production reflection(1)
 
TRIAD Write Up
TRIAD Write UpTRIAD Write Up
TRIAD Write Up
 
Brash Games - Eron Review
Brash Games - Eron ReviewBrash Games - Eron Review
Brash Games - Eron Review
 
Fmp production log_template_230513
Fmp production log_template_230513Fmp production log_template_230513
Fmp production log_template_230513
 
Workflow document
Workflow documentWorkflow document
Workflow document
 
Production experiments
Production experiments Production experiments
Production experiments
 

Similar to Media 03 02-15 dev blog V2

Ben Atherton 2D Side Scrolling Shooter Workflow
Ben Atherton 2D Side Scrolling Shooter WorkflowBen Atherton 2D Side Scrolling Shooter Workflow
Ben Atherton 2D Side Scrolling Shooter WorkflowBen_Atherton
 
Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915masonwhitley
 
Harry johnson 2d work flow task 2 screen shots
Harry johnson 2d work flow task 2 screen shotsHarry johnson 2d work flow task 2 screen shots
Harry johnson 2d work flow task 2 screen shots11275449
 
Up cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentUp cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentEléonore Arbaux
 
video game production reflection
video game production reflectionvideo game production reflection
video game production reflectionkieran Beal
 
Work Flow for 2D Game
Work Flow for 2D GameWork Flow for 2D Game
Work Flow for 2D Gamebowes96123
 
"Lunia Z" En 2.4 update plan
"Lunia Z" En 2.4 update plan"Lunia Z" En 2.4 update plan
"Lunia Z" En 2.4 update plansadku
 
Level desighn workflow
Level desighn workflowLevel desighn workflow
Level desighn workflowKeatonBradley
 
Unit 4: Production Reflection
Unit 4: Production ReflectionUnit 4: Production Reflection
Unit 4: Production ReflectionLouis Dowson
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJakeyhyatt123
 
Flow Of The Making Of A 2D Game
Flow Of The Making Of A 2D GameFlow Of The Making Of A 2D Game
Flow Of The Making Of A 2D GameLouisHughes666
 

Similar to Media 03 02-15 dev blog V2 (20)

Workflow
WorkflowWorkflow
Workflow
 
Workflow
WorkflowWorkflow
Workflow
 
Ben Atherton 2D Side Scrolling Shooter Workflow
Ben Atherton 2D Side Scrolling Shooter WorkflowBen Atherton 2D Side Scrolling Shooter Workflow
Ben Atherton 2D Side Scrolling Shooter Workflow
 
Maze
MazeMaze
Maze
 
Evaluation fmp
Evaluation   fmpEvaluation   fmp
Evaluation fmp
 
Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915
 
critique review
critique reviewcritique review
critique review
 
3. research
3. research3. research
3. research
 
Pong analysis gs
Pong analysis gsPong analysis gs
Pong analysis gs
 
Harry johnson 2d work flow task 2 screen shots
Harry johnson 2d work flow task 2 screen shotsHarry johnson 2d work flow task 2 screen shots
Harry johnson 2d work flow task 2 screen shots
 
Up cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentUp cloth - GameDesignDoccument
Up cloth - GameDesignDoccument
 
Evaluation 1
Evaluation 1Evaluation 1
Evaluation 1
 
video game production reflection
video game production reflectionvideo game production reflection
video game production reflection
 
Work Flow for 2D Game
Work Flow for 2D GameWork Flow for 2D Game
Work Flow for 2D Game
 
"Lunia Z" En 2.4 update plan
"Lunia Z" En 2.4 update plan"Lunia Z" En 2.4 update plan
"Lunia Z" En 2.4 update plan
 
Level desighn workflow
Level desighn workflowLevel desighn workflow
Level desighn workflow
 
Unit 4: Production Reflection
Unit 4: Production ReflectionUnit 4: Production Reflection
Unit 4: Production Reflection
 
Street runner final
Street runner finalStreet runner final
Street runner final
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game Workflow
 
Flow Of The Making Of A 2D Game
Flow Of The Making Of A 2D GameFlow Of The Making Of A 2D Game
Flow Of The Making Of A 2D Game
 

More from NathanielW

Gaming powerpoint, summer holiday
Gaming powerpoint, summer holidayGaming powerpoint, summer holiday
Gaming powerpoint, summer holidayNathanielW
 
Gaming brainstorm
Gaming brainstormGaming brainstorm
Gaming brainstormNathanielW
 
Media question 7
Media question 7Media question 7
Media question 7NathanielW
 
Media question 5
Media question 5Media question 5
Media question 5NathanielW
 
Target audience
Target audienceTarget audience
Target audienceNathanielW
 
Generic conventions
Generic conventionsGeneric conventions
Generic conventionsNathanielW
 

More from NathanielW (7)

Question 3
Question 3Question 3
Question 3
 
Gaming powerpoint, summer holiday
Gaming powerpoint, summer holidayGaming powerpoint, summer holiday
Gaming powerpoint, summer holiday
 
Gaming brainstorm
Gaming brainstormGaming brainstorm
Gaming brainstorm
 
Media question 7
Media question 7Media question 7
Media question 7
 
Media question 5
Media question 5Media question 5
Media question 5
 
Target audience
Target audienceTarget audience
Target audience
 
Generic conventions
Generic conventionsGeneric conventions
Generic conventions
 

Recently uploaded

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 

Recently uploaded (20)

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 

Media 03 02-15 dev blog V2

  • 2. Made some significant changes to the map layout. As you can see, I have changed the room tile that each “cabin” uses to a larger tileset.This is so I could add the aesthetic props such as the bed and tables into each room. You may also notice that the “death room” has been removed.This will be explained later. The majority of these props have no actual use aside from aesthetics, but after some experimentation with the computer prop, I have figured out how to display text and other images onto it. This is extremely useful, as it enables me to use billboards and room signs as directional tools. I also added lamps that can be turned on and off by clicking. It doesn’t add anything to the overall game, but it is a nice effect. It should be noted that each cabin is slightly different, but follow the same prop scheme. Room Changes
  • 3.
  • 4.
  • 5.
  • 6. Using a combination of billboards/room signs and popups, I am now able to create signs that the player can read in order to navigate easier around the map. This is extremely helpful, especially with the addition of the side quest.The main drawback of these signs is that they use popups to work, which means they have to have a background to actually show up. There are only a limited selection of backgrounds available inside the program and none of them quite match the design style of the level.The backgrounds I am currently using are the Sci-Fi and Parchment ones, top to bottom respectively. Billboards/Room Signs
  • 7.
  • 8.
  • 9. The main thing I worked on during this session, aside from the map/room changes was the optional side quest. This is a small quest built within the level that the player can complete in order to gain extra loot and also visit the secret room. I decided to implement a side quest because I am aiming the game at more experience players, who would otherwise rush through the level and finish it in a few minutes. The side quest gives the game more of an RPG feel, much like games like Fallout and Dragon Age, as well as providing bonus content for these experienced players. The quest is multi-tiered, requiring the player to backtrack through the level a few times in order to complete. Due to it being completely optional, the player can simply bypass it and finish the level straight after beating the boss if they wish. To combat this, I added a series of popups that would tempt the player to continue with the quest. The picture on the right shows the first popup, that plays after the player opens an empty safe at the end of one of the cabin corridors. Side Quest The player can also speak to an NPC in a small room before reaching this point who will ask for help finding a pet robot. This ties into the questline, but gives no clues as to where the robot is hidden.
  • 10.
  • 11. Once the player backtracks through the level, they will see the door to the newly named (Thanks to the room sign/popup combo) “computer room” is now open. This was done thanks to a simple rule where the door is opened at the same time as the safe. Inside the room they will see an egg, which when clicked, will reveal a small robot who will follow the player when clicked on. The player must then guide the robot back to its owner, who will promptly reward the player. There is a slight issue that the robot seems to be slower than the player if the player sprints, and can also get stuck on corners fairly often. This is due to the AI in the follow command and there is not much I can do to fix it. However, the AI seems to figure out how to get around it if the player simply waits a while. Currently, the NPC will “see” that the robot has been returned to her once the robot enters the room where she is stationed. I may change this if a better option becomes apparent, as if the robot lags behind the player a few inches, meaning the player may not get credit for returning the robot if they do enter the room fully. Side Quest
  • 12.
  • 13.
  • 14. Once the player has returned the robot to the NPC, the popup on the left will show up, giving the player directions on how to find and enter the stash room. This step is also multi-tiered in an effort to force the player to explore the entirety of the level, instead of rushing through and missing sections. As a result, the player will now find that a room in the cabin area is now open that was previously locked. This will direct them to a console that will open the stash room door when clicked. I am considering added “respawning” enemies for this quest as well, as currently, once the player has eliminated all of the aliens, no more will spawn, which means that they could potentially kill all the enemies on the level then come back and do the side quest. This will mean the entire quest will just be running back and forth which isn’t fun. It could be done quite easily by simply having inactive aliens that become active after a certain task has been completed. This will raise balancing issues however, as the player will need additonal resources (ammo/medpacks) to deal with these new enemies, however if they skip the side quest completely, they will have an abundance. Side Quest
  • 15.
  • 16. Once the player has activated the console, the “Maintenance Room” door will be open and the player will be given a series of powerful items.There are currently three, singular use medpacks and one multiuse.There is also a combined 40 ammo for the ray gun. The big item is the “Cubic Device” which is the highlighted item in the second picture.The player needs this item in order to access the secret room at the end of the level.The mechanism for this is not quite finished and the secret room has not been made as I am still struggling with how to add custom music clips to the game, as the computers we are using seem to be lacking sound drivers. Hopefully this will be fixed soon however. Side Quest
  • 17.
  • 18.
  • 19. Something I discovered when conducting small playtests of the side quest is that the triggers that are used to trigger the lore popups work both ways. Meaning that when the player is backtracking through the level, they will activate these triggers a second time. A quick fix to this was made, where the trigger becomes inactive as soon as the player walks through it. It still activates the popup though. Trigger changes
  • 20.
  • 21. Before today, there were 3 main ways in which the player could open a door. • Providing some kind of input, e.g Keycard/Lever • Walking up to the door e.g SpatialTriggers • Clicking on the door I felt that this constant change was confusing and overall badly done. As a change, I have removed all doors that open via spatial triggers and now all doors open either by clicking on them, or by providing some sort of input.The screen to the right will show up after the player beats the first combat room, after which all doors will open by clicking on them, aside from those done by an external trigger. Door Changes Yes, I did notice the typo in “able”, this has been fixed.
  • 22.
  • 23.
  • 24. As speech is still broken, I have revised to using speech to serve as a dialogue option. As this doesn’t allow the player to reply, it is one sided, but does provide the context I wanted to include with dialogue.The picture to the right shows what the NPC in the room immediately following the spawn room will say when clicked. It also contains a small reminder to the player to pick up the weapon found in the drawers in the spawn room. This revision is used at several points, particularly in the side quest, and whilst I am hoping for a fix, it seems to work quite well, so I may just leave it as it currently stands. NPC InteractionTemp Fix
  • 25.
  • 26. Some small revisions have also been made to the health values in the game. The max health has been brought down from 300 to 150, with the player starting on 100. This was because due to the regeneration function, the player could essentially wait on the spot, to regain health to max, and it would take 30 direct shots to kill the player, not factoring in regeneration in between. With a max health of 150, this has been mostly eliminated, however it will still take 15 shots to kill the player from full health. This may not seem like a lot, but the targeting AI on the enemy NPC’s isn’t very good and they only actually land around 30% of their shots.This may make it too easy for the player to simply “tank” through the shots. Health Revisions
  • 27.
  • 28. A small change has been made to the teleporter at the end of the level. Now a “teleporter” effect will be visible at all times as shown on the right.This is further convey the aspect that the player is to walk into the teleporter, without directly telling them to do so. Teleporter effect additions
  • 29.
  • 30. One final change made today, was the changing in the death script. Previously, once the player died, they were teleported to a room away from the main map and told to restart the game manually, to address the problem that I have discussed previously. After a search of game functions, I have discovered that it is in fact possible for the game to restart itself once the player has died. Currently, I have a popup that will be shown as soon as the player dies, informing them that they have died and that the map will restart in 5 seconds.The map will then restart and the control popup will show. Death changes