4ddgarcadeproject
4ddgarcadeproject
DG Arcade Project
49 posts
Don't wanna be here? Send us removal request.
4ddgarcadeproject · 4 months ago
Text
How paranoia is used in video games
In order to put players in a state of perpetual anticipation and terror, paranoia in horror games is created using specialised gaming mechanics, psychological manipulation, and environmental design. As demonstrated in Amnesia: The Dark Descent, gloomy settings, unsettling noises, and poor vision exacerbate anxiety. Silent Hill and other psychological horror games cause players to doubt their views by fusing illusion and reality. Paranoia is heightened by gameplay factors like powerlessness and scarce resources. This is best demonstrated by the video game Paranoid, which immerses players in the protagonist's mental collapse, making it difficult to tell the difference between hallucinations and reality.
youtube
2 notes · View notes
4ddgarcadeproject · 4 months ago
Text
Adding audio into my game
Firstly I start off by downloading music from google drive.
Tumblr media
After that when you download the file I drag it into my content drawer and right click on it, then press "Create Cue".
Tumblr media
Then press on your audio and tick looping in the top left.
Tumblr media
Go back to your game and drag the cue from the content drawer into your game and then make sure to tick "Auto activate" in the details panel so when you start playing you can hear it.
Tumblr media
0 notes
4ddgarcadeproject · 4 months ago
Text
Game banners moodboard
Tumblr media
All these 5 games are similar to eachother as they display the game name in the middle with their own custom font which is then surrounded by the characters the user can use inside the game, as you can see the best example of this is "Batman" and "The Punisher" banners.
0 notes
4ddgarcadeproject · 4 months ago
Text
Quitting the game after being afk.
Firstly, I dragged my "Event BeginPlay" out and created a sequence box infront of it. I connected that to "Event BeginPlay" and dragged one node to my "Input mapping" code and the other into "Retriggerable delay" this box will make sure to execute a line of code after a "delay" for example quitting the game. Next make a "Gamepad special left" box as that is what the "select" button is named on unreal engine, what that button does it ensure that the arcade machine's buttons (when they're pressed or moved) will reset the timer in the "Retriggerable delay" box. Finally connect a "Any key" box to it which makes the timer restart after any input is made.
Tumblr media
0 notes
4ddgarcadeproject · 4 months ago
Text
Creating the start screen
Firstly i make a new widget blueprint and new level and name them start screen related.
Tumblr media
Next, you make a canvas panel and 2 text boxes inside the designer and design them to your liking.
Tumblr media
This will work as i have not thought of a title yet.
Finally, inside the event graph I add these boxes to ensure that the smaller text box flashes on the screen to attract players.
Tumblr media
and these boxes make you able to press any button to continue.
Tumblr media Tumblr media
^ Those are inside the "MenuPawn" event graph.
0 notes
4ddgarcadeproject · 4 months ago
Text
Importing my crossbow into my game and putting it as my character.
Firstly, I extract the crossbow as a png from photoshop. Next I go to my content browser and press the import button and find the file then press open.
Tumblr media
Next, I apply 2D paper texture settings and then press the extract button above that.
Tumblr media
Now my character shoots projectiles but since I have a crossbow sprite I can apply that as my character. Go into your 3D Person Character and then type into the components bar "sprite" and your sprite should show up as one of the displays.
Tumblr media
Finally I increased it's sized and tilted it's body.
Tumblr media
0 notes
4ddgarcadeproject · 4 months ago
Text
Adding camera actor to display my background
Firstly, I create a new blueprint class and press on the actor class
Tumblr media Tumblr media
Secondly, I double click that actor and go to the components section and type in "camera"
Tumblr media
Finally, add the camera and then drag the actor into your world and when it is highlighted it should have a little window in the the bottom left of what it displays.
Tumblr media
0 notes
4ddgarcadeproject · 4 months ago
Text
Importing my background into my game
I scrapped my old background and decided to get a copyright free pixel art background and downloaded that one and imported it into my game. Content drawer > Import > JPG image
Tumblr media
Next, I applied Paper 2D texture sprite onto my new background image and then extracted it.
Tumblr media Tumblr media
Finally I dragged the extracted sprite into my game.
Tumblr media
0 notes
4ddgarcadeproject · 5 months ago
Text
Start Screen
Today I started making my startscreen. Firstly I made a new "Level" blueprint and a "User widget" by right clicking in the content drawer and named both of them appropriately.
Tumblr media Tumblr media
Next inside the designer I dragged a canvas panel into the hierarchy and then a button onto the canvas panel to make a "child" for the canvas panel.
Tumblr media Tumblr media
Afterwards, I drag a text box into the canvas panel display and name it appropriately, I also change the font and the colour of the text and change the font. Next I duplicate the button with the play text box but change what the text box says to make a "quit" button.
Tumblr media
Now I start making the code for the button to actually work inside of the game, so first press on "PLAY" button and scroll all the way down till you see the events section and press the "+" icon to the right of "On clicked" text.
Tumblr media
In the event graph you create an "open level (by name)" box and connect it, also do the same thing for the "Quit" button but instead of an "Open level" box you make a "Quit game" box.
Tumblr media
After that we go into the event graph of our "Startscreen" level and delete the event tick box.
Tumblr media Tumblr media
Drag out of the begin play box and make a "create widget" box and drag off of that box and make a "add to viewport" box and finally from the "owning player" node inside of the "create widget" box create a "get player controller" box which should look like something like this.
Tumblr media
0 notes
4ddgarcadeproject · 5 months ago
Text
Rectangles
In my game ill have some extra shapes to act as shields for enemies and others, at first my initial design looked like this.
Tumblr media
But I decided to switch up the colour pattern and made this outcome which ill stick with for now.
Tumblr media
This is my final outcome.
Next I started making the damage effect for the rectangle by rounding the corners so it makes the object seem more worn away and damaged.
Tumblr media
finally for the second damage hit before it disappears looks like this.
Tumblr media
0 notes
4ddgarcadeproject · 5 months ago
Text
Triangle destroyed art
1st hit damage
Tumblr media
2nd hit damage
Tumblr media
3rd hit destroys it completely.
0 notes
4ddgarcadeproject · 5 months ago
Text
Triangles
My starting design is the same as everything else.
Firstly I make a box and then I attach a line diagonally across the box
Secondly I created a simple right-angled triangle in one section of the box.
Tumblr media
and then colour in the triangle.
Tumblr media
Then do the same thing but on the other side.
Tumblr media
Finally, remove the box surrounding the triangles and the line in the middle to complete your triangle blocks.
Tumblr media
0 notes
4ddgarcadeproject · 5 months ago
Text
Logo placeholder
Tumblr media
I started with the same initial box shape for the breakable tiles but created a blocky triangle shape that sticks out of the box.
0 notes
4ddgarcadeproject · 5 months ago
Text
Block tile creation
These block will be included in the breakable terrain for my game as some will house character and other items of value to gain point, or act as a protective barrier from attacks.
Tumblr media
for this design I took inspiration from the angry birds block sheet I found on pinterest.
How to Make your own Angry Birds Magnet Set - Kids Crafts & Activities
I have also made the break effect on this block as you progressively hit it.
Tumblr media Tumblr media Tumblr media
and after that it disappears
0 notes
4ddgarcadeproject · 5 months ago
Text
Creating background
So far I've decided to base my game in a night setting as it would fit and show off other characters I have made in a more vibrant aspect
So far I've completed the moon which looks like this:
Tumblr media
my inspiration for this design was this post on pinterest.
Retrosaur (@RetrosaurDev) / X
After making the moon I decided to make the stars, I was unsure at first how to style them and if to make a bunch of them or barely any of them but I just started clicking anywhere and came out with this.
Tumblr media
0 notes
4ddgarcadeproject · 5 months ago
Text
Slingshot creation progress #3
Tumblr media
I included more details into the wood aspect of the slingshot and i'm creating a frame animation for the string aswell.
0 notes
4ddgarcadeproject · 5 months ago
Text
Slingshot creation progress #2
Tumblr media
I decided to alter the design of the slighshot as I still need to draw the string and I couldn't really connect it properly.
0 notes