SlideShare a Scribd company logo
1 of 13
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. 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

Destroy platform glitch fix
Destroy platform glitch fixDestroy platform glitch fix
Destroy platform glitch fixAndrew Goddard
 
Cameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameronMcRae901
 
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
 
Task 2 work number 4
Task 2 work number 4Task 2 work number 4
Task 2 work number 4warburton9191
 
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
 
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
 
5. pre production(2)
5. pre production(2)5. pre production(2)
5. pre production(2)Jack Hickman
 
Fmp production log_template_230513
Fmp production log_template_230513Fmp production log_template_230513
Fmp production log_template_230513Dom9533
 
6. production reflection(1)
6. production reflection(1)6. production reflection(1)
6. production reflection(1)lukeh01
 
Production experiments
Production experiments Production experiments
Production experiments kieran Beal
 
Wuzzit progression
Wuzzit progressionWuzzit progression
Wuzzit progressionEvan Rushton
 
Game project ppt full
Game project ppt fullGame project ppt full
Game project ppt fullPawanYadav348
 
Getting Started.docx - Unreal Tournament 3 Bots for .NET
Getting Started.docx - Unreal Tournament 3 Bots for .NETGetting Started.docx - Unreal Tournament 3 Bots for .NET
Getting Started.docx - Unreal Tournament 3 Bots for .NETbutest
 
My Level Design For 2D Scroll Game By Arron Coakley
My Level Design For 2D Scroll Game By Arron CoakleyMy Level Design For 2D Scroll Game By Arron Coakley
My Level Design For 2D Scroll Game By Arron CoakleyArron96
 
Homefront hack device
Homefront hack deviceHomefront hack device
Homefront hack deviceNaonsbu7321
 
6. production reflection
6. production reflection6. production reflection
6. production reflectionsentrydown
 
My Level Design For 2D Scroll Game
My Level Design For 2D Scroll GameMy Level Design For 2D Scroll Game
My Level Design For 2D Scroll GameArron96
 

What's hot (20)

Destroy platform glitch fix
Destroy platform glitch fixDestroy platform glitch fix
Destroy platform glitch fix
 
Cameron McRae - 2D Game Workflow
Cameron McRae - 2D Game WorkflowCameron McRae - 2D Game Workflow
Cameron McRae - 2D Game Workflow
 
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
 
Task 2 work number 4
Task 2 work number 4Task 2 work number 4
Task 2 work number 4
 
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
 
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
 
5. pre production(2)
5. pre production(2)5. pre production(2)
5. pre production(2)
 
Fmp production log_template_230513
Fmp production log_template_230513Fmp production log_template_230513
Fmp production log_template_230513
 
6. production reflection(1)
6. production reflection(1)6. production reflection(1)
6. production reflection(1)
 
BGA Studio Guidelines
BGA Studio GuidelinesBGA Studio Guidelines
BGA Studio Guidelines
 
Production experiments
Production experiments Production experiments
Production experiments
 
Wuzzit progression
Wuzzit progressionWuzzit progression
Wuzzit progression
 
Game project ppt full
Game project ppt fullGame project ppt full
Game project ppt full
 
Sniper
SniperSniper
Sniper
 
Getting Started.docx - Unreal Tournament 3 Bots for .NET
Getting Started.docx - Unreal Tournament 3 Bots for .NETGetting Started.docx - Unreal Tournament 3 Bots for .NET
Getting Started.docx - Unreal Tournament 3 Bots for .NET
 
My Level Design For 2D Scroll Game By Arron Coakley
My Level Design For 2D Scroll Game By Arron CoakleyMy Level Design For 2D Scroll Game By Arron Coakley
My Level Design For 2D Scroll Game By Arron Coakley
 
Homefront hack device
Homefront hack deviceHomefront hack device
Homefront hack device
 
6. production reflection
6. production reflection6. production reflection
6. production reflection
 
My Level Design For 2D Scroll Game
My Level Design For 2D Scroll GameMy Level Design For 2D Scroll Game
My Level Design For 2D Scroll Game
 

Viewers also liked

Media question 7
Media question 7Media question 7
Media question 7NathanielW
 
Target audience
Target audienceTarget audience
Target audienceNathanielW
 
Media question 5
Media question 5Media question 5
Media question 5NathanielW
 
Generic conventions
Generic conventionsGeneric conventions
Generic conventionsNathanielW
 
Perekonomian indonesia
Perekonomian indonesiaPerekonomian indonesia
Perekonomian indonesiaUla Hijrah
 
Koperasi berbasis modal sosial
Koperasi berbasis modal sosialKoperasi berbasis modal sosial
Koperasi berbasis modal sosialUla Hijrah
 
Pemimpin dalam perspektif islam
Pemimpin dalam perspektif islamPemimpin dalam perspektif islam
Pemimpin dalam perspektif islamUla Hijrah
 
Analisis regresi linear_berganda
Analisis regresi linear_bergandaAnalisis regresi linear_berganda
Analisis regresi linear_bergandaUla Hijrah
 
Air dalam perspektif islam
Air dalam perspektif islamAir dalam perspektif islam
Air dalam perspektif islamUla Hijrah
 
statistics for business and economics cp.7
statistics for business and economics cp.7statistics for business and economics cp.7
statistics for business and economics cp.7Ula Hijrah
 

Viewers also liked (12)

koperasi
koperasikoperasi
koperasi
 
Media question 7
Media question 7Media question 7
Media question 7
 
Target audience
Target audienceTarget audience
Target audience
 
Media question 5
Media question 5Media question 5
Media question 5
 
Generic conventions
Generic conventionsGeneric conventions
Generic conventions
 
Perekonomian indonesia
Perekonomian indonesiaPerekonomian indonesia
Perekonomian indonesia
 
Koperasi berbasis modal sosial
Koperasi berbasis modal sosialKoperasi berbasis modal sosial
Koperasi berbasis modal sosial
 
Pemimpin dalam perspektif islam
Pemimpin dalam perspektif islamPemimpin dalam perspektif islam
Pemimpin dalam perspektif islam
 
Bisnis plan
Bisnis planBisnis plan
Bisnis plan
 
Analisis regresi linear_berganda
Analisis regresi linear_bergandaAnalisis regresi linear_berganda
Analisis regresi linear_berganda
 
Air dalam perspektif islam
Air dalam perspektif islamAir dalam perspektif islam
Air dalam perspektif islam
 
statistics for business and economics cp.7
statistics for business and economics cp.7statistics for business and economics cp.7
statistics for business and economics cp.7
 

Similar to Media 03 02-15 dev blog

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
 
Up cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentUp cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentEléonore Arbaux
 
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
 
Work Flow for 2D Game
Work Flow for 2D GameWork Flow for 2D Game
Work Flow for 2D Gamebowes96123
 
video game production reflection
video game production reflectionvideo game production reflection
video game production reflectionkieran Beal
 
Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915masonwhitley
 
Level desighn workflow
Level desighn workflowLevel desighn workflow
Level desighn workflowKeatonBradley
 
Unit 72 my computer game user guide (1) (4)
Unit 72 my computer game user guide (1) (4)Unit 72 my computer game user guide (1) (4)
Unit 72 my computer game user guide (1) (4)Lewis Brierley
 

Similar to Media 03 02-15 dev blog (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
 
Evaluation fmp
Evaluation   fmpEvaluation   fmp
Evaluation fmp
 
Maze
MazeMaze
Maze
 
Bulbs Write Up
Bulbs Write UpBulbs Write Up
Bulbs Write Up
 
critique review
critique reviewcritique review
critique review
 
3. research
3. research3. research
3. research
 
Up cloth - GameDesignDoccument
Up cloth - GameDesignDoccumentUp cloth - GameDesignDoccument
Up cloth - GameDesignDoccument
 
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
 
Evaluation 1
Evaluation 1Evaluation 1
Evaluation 1
 
GameMaker Workflow
GameMaker WorkflowGameMaker Workflow
GameMaker Workflow
 
Work Flow for 2D Game
Work Flow for 2D GameWork Flow for 2D Game
Work Flow for 2D Game
 
Pong analysis gs
Pong analysis gsPong analysis gs
Pong analysis gs
 
video game production reflection
video game production reflectionvideo game production reflection
video game production reflection
 
Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915Team oflegends nielsens10heuristics_0915
Team oflegends nielsens10heuristics_0915
 
Level desighn workflow
Level desighn workflowLevel desighn workflow
Level desighn workflow
 
Work flow
Work flowWork flow
Work flow
 
Work flow
Work flowWork flow
Work flow
 
Unit 72 my computer game user guide (1) (4)
Unit 72 my computer game user guide (1) (4)Unit 72 my computer game user guide (1) (4)
Unit 72 my computer game user guide (1) (4)
 

Recently uploaded

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Recently uploaded (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

Media 03 02-15 dev blog

  • 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. 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
  • 4. 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. 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.
  • 5. 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
  • 6. 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
  • 7. 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
  • 8. 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
  • 9. 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.
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. 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