fmp-game-thing
fmp-game-thing
FMP Thing
140 posts
Don't wanna be here? Send us removal request.
fmp-game-thing 2 months ago
Text
Harvard Bibliography
Tumblr media
i feel like i'm missing a few things, but i don't think i am.
0 notes
fmp-game-thing 2 months ago
Text
Harvard Style Reference List Reference.
Tumblr media Tumblr media
the reason i'm using these two references in particular is because they use links rather than books, meaning it's easier to reference when writing.
these will be useful for writing the Proposed Research Sources and Bibliography section of the project proposal.
Tumblr media
0 notes
fmp-game-thing 2 months ago
Text
the game is finished.
Tumblr media
now i need to make a start on all the written work.
im expecting it to take a while, but i'll hopefully get it done by monday.
i hope so.
0 notes
fmp-game-thing 2 months ago
Text
death screen
honestly, i don't know what to make the death screen.
i may just make it a black screen.
Tumblr media
this will do.
i think.
0 notes
fmp-game-thing 2 months ago
Text
i've also just remembered that i left the place holder death screen in.
i'm just going to draw it tomorrow. it won't take longer than 2 hours.
i hope.
slight issue with packaging.
it's fixed now, but unreal came up with a pop up that said something about SDK not being installed.
youtube
so i followed this tutorial, and hopefully it will do the trick.
it did not do the trick.
there wasn't a popup anymore, but still isn't working
Tumblr media
there was a button that said force update SDK so i pressed it.
Tumblr media
it also did not work.
the button is still there, so im going to press it some more times.
i don't have c++ installed...
oops.
my game is now packaged.
however, i accidently left the placeholder invisible walls there.
Tumblr media Tumblr media Tumblr media
they should be visible now.
1 note View note
fmp-game-thing 2 months ago
Text
slight issue with packaging.
it's fixed now, but unreal came up with a pop up that said something about SDK not being installed.
youtube
so i followed this tutorial, and hopefully it will do the trick.
it did not do the trick.
there wasn't a popup anymore, but still isn't working
Tumblr media
there was a button that said force update SDK so i pressed it.
Tumblr media
it also did not work.
the button is still there, so im going to press it some more times.
i don't have c++ installed...
oops.
my game is now packaged.
however, i accidently left the placeholder invisible walls there.
Tumblr media
Tumblr media Tumblr media
they should be visible now.
1 note View note
fmp-game-thing 2 months ago
Text
ending.
the end cutscene is done.
i don't like it, but i'm running low on motivation and just want to get this done with.
now i'm going to add it to my game.
which i'll do in the exact same way as the o
0 notes
fmp-game-thing 2 months ago
Text
ding.
ding.
youtube
0 notes
fmp-game-thing 2 months ago
Text
Tumblr media
it's not very good, but it'll get the job done.
end cutscene.
i haven't posted much about it because i just need to get it finished, but i feel this should be added.
Tumblr media
i need an image of a gun pointed at this specific angle.
i managed to find one on google, from this website:
Tumblr media
this may look like its at the wrong angle at first, but with the maginc power of image manipulation:
Tumblr media Tumblr media Tumblr media
i now have a reference to help drawing the hand.
which is rare, considering how infrequently i use references.
1 note View note
fmp-game-thing 2 months ago
Text
end cutscene.
i haven't posted much about it because i just need to get it finished, but i feel this should be added.
Tumblr media
i need an image of a gun pointed at this specific angle.
i managed to find one on google, from this website:
Tumblr media
this may look like its at the wrong angle at first, but with the maginc power of image manipulation:
Tumblr media Tumblr media Tumblr media
i now have a reference to help drawing the hand.
which is rare, considering how infrequently i use references.
1 note View note
fmp-game-thing 2 months ago
Text
credits
using this tutorial, i have started making a credits page
youtube
the process is easy.
i'll use the wind button as an example.
Tumblr media Tumblr media
scroll down to events and add "on pressed"
this adds an event that is called when the button is pressed.
Tumblr media
drag off of the event and search for "launch URL"
this will mean that when the button is pressed it will open the URL of choice.
the URL will be this one:
youtube
because it's the one i used in the opening cutscene.
Tumblr media
then copy and paste the link.
that's all there is to it.
and it works just fine.
next i went into the level blueprint and made a new widget. i set that widget to the credits page, and added it to the viewport.
Tumblr media
i also set show cursor to true, so it doesn't disapper if you misclick one of the buttons.
0 notes
fmp-game-thing 2 months ago
Text
there's still a delay between the audio and the video.
the audio plays slightly before the video starts.
to stop this i added a .5 second delay before playing the audio.
Tumblr media
it might sound a bit extreme, but it's the result of trial and error; it does the job.
adding opening cutscene to Unreal
i'll be using this tutorial to help:
youtube
i started off by creating a new level called opening-cutscene, and set the game mode to Title-STOP
Tumblr media
this is a custom game mode that removes the HUD from the viewport, without deleting it completely.
Tumblr media
then i imported my opening cutscene into UE5
Tumblr media
next, i searched for media player. this is what it says it is, an "asset that can play movies".
that adds 2 new things, a media player and a media texture.
Tumblr media Tumblr media
i then created a new material, by right clicking on the media texture.
this lets me use the media texture as a material.
Tumblr media
then i set the material domain to User Interface.
afterwards, i created a user widget.
Tumblr media
this is so i can add the video to the levels viewport later on.
in the user widget, that i called video-widget, i created a new variable called media player - and made it an object reference of the media player.
Tumblr media
this essentially makes the new variable reference the media player, i made earlier, whenever the variable is called.
Tumblr media
then i compiled the widget, so i could set the default for the media player variable the media player (which isn't confusing to read in the slightest).
Tumblr media
then, once the video widget is loaded, it opens the opening cutscene; rewinds it back to the beginning, and plays the video.
Tumblr media
lastly in terms of the video, i created a video-widget widget, and added it to the viewport.
unfortunately, this doesn't play sound, so i'll fix that later once i come back from the village fayer.
after coming back, i re-exported the video as an MP3 (only the finest of audio files for my game) and imported it into Unreal.
Tumblr media
then i just placed the audio into the level.
Tumblr media
there is a slight delay between the audio and the video.
so what i've done is i've placed an audio component into the level blueprint, set looping off (which i forgot to do originally) and then set a delay for 55 seconds.
once those 55 seconds are up, it will load the first level.
Tumblr media Tumblr media
one issue is the cutscene is unskippable, however i don't think i have enough time to fix that.
if i find the time, then i will.
i just realised there is a very easy way to skip the cutscene:
Tumblr media
now the issue is, when you click the screen to get rid of the mouse, it skips the cutscene.
to stop this, i've added this:
Tumblr media
this stops the cursor from showing.
Tumblr media
i also created this, and added it to the level viewport for 5 seconds before disappearing.
Tumblr media Tumblr media
it only took a year, but i think i'm finally starting to properly get into the swing of using blueprints in UE5.
the delay was in the wrong place, so i moved it.
Tumblr media
also for some reason the text isn't showing up and the show mouse cursor isn't working.
moving the delay still didn't do anything.
im honestly at a bit of a loss at what to do here.
Tumblr media
2 notes View notes
fmp-game-thing 2 months ago
Text
i've imported the sprites to unreal, and done this:
Tumblr media Tumblr media
here's a basic run down:
after importing the sprites, i replaced the original one with the facing forward and facing backward ones. i set the facing forward one to invisible.
then i went into the blueprint and made a branch with the condition that the enemy has seen the player in the short term.
if the condition is true, the face forward sprite is set to visible, and the face backwards one is set to invisible.
the opposite happens if the condition is false - face forward is invisible and face backwards is visible.
that's all there it to it.
now i want the enemy to constantly be "facing" the camera.
i found a tutorial that goes over how to do it.
youtube
Tumblr media
the screenshot was taken from the video.
i do plan on making a few alterations though, i.e. get world location will only be on the Y axis.
UPDATE - it didn't work.
the enemy wouldn't move with the players camera.
Tumblr media
this would happen. and i don't want this.
i have found this in my games design playlist, which is just a playlist i've been adding to that's filled with tutorials, that i added to the playlist for this specific reason.
youtube
i'll try following this one instead.
UPDATE - this also doesn't work.
Tumblr media
i may have been wasting my time however, as i've just remembered that the enemies are already coded to do this once they've got line of sight with the player.
so im going to find that in the blueprint somewhere, and mess around with it.
Tumblr media
originally there was a condition that checked to see if the enemy had seen the player in its long term memory.
i removed the condition and it works perfectly.
that was annoyingly easy.
Tumblr media
enemy sprite "updates"
i've done 2 things in regards to enemy sprites.
1 - i removed the kind of funny shirt.
Tumblr media Tumblr media
it does look like something is missing though.
2 - i made a behind sprite.
Tumblr media
what i did here, was i duplicated the sprite.
i flipped it, then made a few alterations, i.e. the head and lack of gun.
1 note View note
fmp-game-thing 2 months ago
Text
enemy sprite "updates"
i've done 2 things in regards to enemy sprites.
1 - i removed the kind of funny shirt.
Tumblr media Tumblr media
it does look like something is missing though.
2 - i made a behind sprite.
Tumblr media
what i did here, was i duplicated the sprite.
i flipped it, then made a few alterations, i.e. the head and lack of gun.
1 note View note
fmp-game-thing 2 months ago
Text
Tumblr media
after removing the video node, the text appears on screen
Tumblr media
my theory is that maybe the video is playing over the text.
UPDATE - after moving the anchor on the text, my theory seems to be correct.
Tumblr media Tumblr media
i tried flipping the 2 around, but nothing changed.
i don't know what to do, so i asked Danyal for help.
i set the z-order of the text to 1 and kept the video as 0.
now the text works.
Tumblr media Tumblr media Tumblr media
only issue is now i don't know how to make the text go away.
i forgot to tick this:
Tumblr media
i've spent 40 something minutes trying to figure out how to set the text to a variable.
the text disappears after 4 seconds now though.
Tumblr media
and with that, the opening cutscene is finished.
adding opening cutscene to Unreal
i'll be using this tutorial to help:
youtube
i started off by creating a new level called opening-cutscene, and set the game mode to Title-STOP
Tumblr media
this is a custom game mode that removes the HUD from the viewport, without deleting it completely.
Tumblr media
then i imported my opening cutscene into UE5
Tumblr media
next, i searched for media player. this is what it says it is, an "asset that can play movies".
that adds 2 new things, a media player and a media texture.
Tumblr media Tumblr media
i then created a new material, by right clicking on the media texture.
this lets me use the media texture as a material.
Tumblr media
then i set the material domain to User Interface.
afterwards, i created a user widget.
Tumblr media
this is so i can add the video to the levels viewport later on.
in the user widget, that i called video-widget, i created a new variable called media player - and made it an object reference of the media player.
Tumblr media
this essentially makes the new variable reference the media player, i made earlier, whenever the variable is called.
Tumblr media
then i compiled the widget, so i could set the default for the media player variable the media player (which isn't confusing to read in the slightest).
Tumblr media
then, once the video widget is loaded, it opens the opening cutscene; rewinds it back to the beginning, and plays the video.
Tumblr media
lastly in terms of the video, i created a video-widget widget, and added it to the viewport.
unfortunately, this doesn't play sound, so i'll fix that later once i come back from the village fayer.
after coming back, i re-exported the video as an MP3 (only the finest of audio files for my game) and imported it into Unreal.
Tumblr media
then i just placed the audio into the level.
Tumblr media
there is a slight delay between the audio and the video.
so what i've done is i've placed an audio component into the level blueprint, set looping off (which i forgot to do originally) and then set a delay for 55 seconds.
once those 55 seconds are up, it will load the first level.
Tumblr media Tumblr media
one issue is the cutscene is unskippable, however i don't think i have enough time to fix that.
if i find the time, then i will.
i just realised there is a very easy way to skip the cutscene:
Tumblr media
now the issue is, when you click the screen to get rid of the mouse, it skips the cutscene.
to stop this, i've added this:
Tumblr media
this stops the cursor from showing.
Tumblr media
i also created this, and added it to the level viewport for 5 seconds before disappearing.
Tumblr media Tumblr media
it only took a year, but i think i'm finally starting to properly get into the swing of using blueprints in UE5.
the delay was in the wrong place, so i moved it.
Tumblr media
also for some reason the text isn't showing up and the show mouse cursor isn't working.
moving the delay still didn't do anything.
im honestly at a bit of a loss at what to do here.
Tumblr media
2 notes View notes
fmp-game-thing 2 months ago
Text
adding opening cutscene to Unreal
i'll be using this tutorial to help:
youtube
i started off by creating a new level called opening-cutscene, and set the game mode to Title-STOP
Tumblr media
this is a custom game mode that removes the HUD from the viewport, without deleting it completely.
Tumblr media
then i imported my opening cutscene into UE5
Tumblr media
next, i searched for media player. this is what it says it is, an "asset that can play movies".
that adds 2 new things, a media player and a media texture.
Tumblr media Tumblr media
i then created a new material, by right clicking on the media texture.
this lets me use the media texture as a material.
Tumblr media
then i set the material domain to User Interface.
afterwards, i created a user widget.
Tumblr media
this is so i can add the video to the levels viewport later on.
in the user widget, that i called video-widget, i created a new variable called media player - and made it an object reference of the media player.
Tumblr media
this essentially makes the new variable reference the media player, i made earlier, whenever the variable is called.
Tumblr media
then i compiled the widget, so i could set the default for the media player variable the media player (which isn't confusing to read in the slightest).
Tumblr media
then, once the video widget is loaded, it opens the opening cutscene; rewinds it back to the beginning, and plays the video.
Tumblr media
lastly in terms of the video, i created a video-widget widget, and added it to the viewport.
unfortunately, this doesn't play sound, so i'll fix that later once i come back from the village fayer.
after coming back, i re-exported the video as an MP3 (only the finest of audio files for my game) and imported it into Unreal.
Tumblr media
then i just placed the audio into the level.
Tumblr media
there is a slight delay between the audio and the video.
so what i've done is i've placed an audio component into the level blueprint, set looping off (which i forgot to do originally) and then set a delay for 55 seconds.
once those 55 seconds are up, it will load the first level.
Tumblr media Tumblr media
one issue is the cutscene is unskippable, however i don't think i have enough time to fix that.
if i find the time, then i will.
i just realised there is a very easy way to skip the cutscene:
Tumblr media
now the issue is, when you click the screen to get rid of the mouse, it skips the cutscene.
to stop this, i've added this:
Tumblr media
this stops the cursor from showing.
Tumblr media
i also created this, and added it to the level viewport for 5 seconds before disappearing.
Tumblr media Tumblr media
it only took a year, but i think i'm finally starting to properly get into the swing of using blueprints in UE5.
the delay was in the wrong place, so i moved it.
Tumblr media
also for some reason the text isn't showing up and the show mouse cursor isn't working.
moving the delay still didn't do anything.
im honestly at a bit of a loss at what to do here.
Tumblr media
2 notes View notes
fmp-game-thing 2 months ago
Text
opening cutscene with sound
while it's not the best thing ever, considering the time i have left, this will do.
now i need to add it to my game.
0 notes