#jevlogs
Explore tagged Tumblr posts
showyoumyfavoriteobsession · 11 months ago
Text
i actually made a huge amount of progress today and the game is all but done, which is wild! literally the only thing i have left to do for the game itself is make an intro screen, which i'm not doing tonight because i forgot to make the art for it earlier. (i'll do it tomorrow probably.)
unfortunately, as i was looking at the export options to see how it worked, i realized that i fully ignored a warning that i definitely had seen: the new version of godot can't export for web if the project is using C#. my options are to export only for downloadable versions (not ideal for a short game), try to open/export the project in an older version of godot, or rewrite the C# code in GDScript. i'm actually leaning towards the latter; since i ended up using some GDScript for the dialogue system, i got a bit of a handle on it, and none of my functions should be too difficult to convert. and half the point of this project is to learn how to use godot! GDScript is better supported overall, it's probably something i'll have to learn to use more if i continue using godot. so despite myself, i'm not feeling too bad about having to potentially rewrite a bunch of code.
2 notes · View notes
the-avrille-eyes-world · 4 years ago
Photo
Tumblr media
Ayeee.. ka cute man.. salamat Jev. Check out his youtube channel JEVLOG 12. https://www.instagram.com/p/CAq57VLg76U/?igshid=1tnh443s0huv9
0 notes
jevedel · 7 years ago
Photo
Tumblr media
DE PASEO EN EL MUSEO DEL FÚTBOL DE BRASIL!!! JEVLOG #32 #HelloMotoG6 #HelloYou https://t.co/QB4HeBPJPO
0 notes
edynmackney · 9 years ago
Photo
Tumblr media
ROADTRIP!!! Part 1 vlog just went live!! Link in bio 👫😜💖 #JEvlogs
5 notes · View notes
Text
I have a very busy rest of the week and I was able to wrap up the loose ends I have, so I submitted my jam game early. Here it is! It's like 2 minutes long lol, but my priority was a polished, finished-feeling game over a longer/more complex game, and I'm happy with how it turned out! On the game page I wrote a long post (linked under the Development Log header) reflecting on the game and jam - lots of it is repeated from what I've posted here.
It runs in the browser, but does require a keyboard (won't work on mobile/touch screens).
The jam officially ends early Sunday morning - make sure to go check out the other submissions when they go public!
4 notes · View notes
showyoumyfavoriteobsession · 11 months ago
Text
have made some good progress with godot yesterday and today! got some physics objects, buttons that play sounds, buttons that change the background, got to draw some good art... it's really coming together. a lot of my time has just been wrapping my head around the structural differences - unity's "scenes are made of gameobjects are made of components" hierarchy was pretty intuitive once i understood it, but godot is a little looser, which makes it super flexible but a little weird to get my head around. i'm also still scripting in C# since I'm a little familiar with it from unity, but it's harder to find answers about it when i stumble since it's not used/documented as much as gdscript. but we're making it work! maybe for future projects i'll switch to gdscript. overall though, i really like godot - it feels much more approachable/user-friendly than unity, i love how pretty much everything has a tooltip (so i don't need to google everytime i forget the difference between a RigidBody and a StaticBody lol).
the big thing i have left to learn how to do for this project is dialogue boxes; never learned how to do those in unity either. i'll just have to go through a bunch of tutorials and stuff to cobble it together. once i figure those out, i just have to duplicate a bunch of methods so all my buttons work lol.
anyway. thinking it's time to order some chinese food.
0 notes
Text
Okay I'm making a lot of progress today (added a main menu, did a bunch of art, lots of UI work) but I had to stop and record this bug because it made me giggle
so long space cowboy...............
1 note · View note
Text
No video update bc it's late and I had to stop with some bugs still causing issues. Made some art for the UI elements, added a nice pulsing glow effect when you're in the danger zones, and made a simple background.
I'm tackling the slightly more complicated stage first, so I want the background to scroll continuously. It's sort of working, but there's a gap between the initial background spawning in and the rest of them spawning continuously that I haven't been able to fix. I really wanted to iron it out before setting it down for the night, but I just ended up going in circles for an hour instead, so I decided to come back tomorrow with fresh eyes.
I also found out that scenes in Unity don't work the way I thought they did, so now I need to figure out how to transition between stages without leaving the scene. That'll probably be the weekend project.
I've had a long work week and even working only a few hours a day on this, it starts to feel like a lot. But I still feel really motivated to finish - even if I don't get everything I want into the game, just getting it into a playable state would be great.
0 notes
Text
I've realized now that I've made literally everything harder for myself by making everything that requires heavy-duty coding a UI element, which Unity treats completely differently from any other game object. But it's fine........... I'm learning how to do it right.........
0 notes
Text
Today - fail states, difficulties, and a little bit of sound!
Most of my work time today was on the difficulty, where after each "win" the green bar decreases a little more. This also involved re-writing some of what I did last time so that you have to get three "wins" in a row to get the win screen. I also tried and mostly failed to learn and implement co-routines, but I ended up not really needing them. (They seem simple enough in theory, but there was clearly something I'm not getting and I'm on a time limit here lol)
The sound was mostly just to see how the basics work and to inject a little life into it! I'm getting tired of looking at colored blocks, but I really want to get the mechanics hammered out before I start most of the art.
I also took a little time to make a Trello board to keep myself organized. There's not a ton on it, but it's better than trying to keep everything straight in my head. It's already been helpful for tracking non-essential bugs (like that game over sound is actually playing over and over... not supposed to do that).
Yesterday I took a good break from the hard coding stuff and hammered out what the "story" of this game is. The seed of the idea was a simple balancing game representing trying to unlearn my transmasc slouch post-top surgery, so I came up with two other transition-related "balancing acts" that'll be the three stages of the game. Mechanically, they'll basically all be the same, but the art/environment will be different. Not a perfect metaphor or anything obviously, but hey! it's a jam game.
Next steps are:
UI design - polishing that simple bar and the win/lose screens into something a little prettier and adding any fancy effects I want. The rest of the art probably won't happen until next week, but I'd like the UI to be basically done before I duplicate it for multiple stages.
Adding multiple stages - they'll be mechanically the same, but they're eventually going to have different art, plus just learning how to move from scene to scene.
A title screen with Start and Quit options. I put saving and an options menu on my "nice-to-have" list because I don't think I'll have time for them and they're not high-priority.
1 note · View note
Text
Day 2: playable game! It took me longer than anticipated to get the triggers for the UI to work correctly (the green boxes), so not as many new features as I was hoping to get through today, but that's okay.
Completed today:
Countdown timer when indicator enters "win" zone
Tweaked character gravity
When timer reaches zero, "win" text appears and player control stops
Next steps:
Continue to adjust character physics (feels floaty when in the middle)
Fail states (zones at each extreme that will count down to a game over)
Increasing difficulties (shrinking the "win" zone on each win)
0 notes
Text
boy did it take me WAY too long to figure out that the reason my colliders weren't working was that they were actually working but they were each 1px by 1px wide. so
0 notes
Text
First Unity crash \o/
0 notes
Text
So I joined a game jam! It's an event where you try to make a game in a limited period of time (2 weeks in this case). It started yesterday and since I didn't have any time to work on it then, today was my first big work day, learning how to use an entirely new engine - Unity.
This is what I worked on today: about five hours of tutorials and very hesitantly written code to make a simple balancing mechanism! I followed GMTK's great intro to Unity tutorial all the way through, then started a new project to make the above. I've already learned a ton and my brain is a bit overloaded. I'm glad I have two weeks so I can take it slow, I think it's going to be a great way to learn the new software.
Of course, there's still lots of tweaking to be done even now - the physics of the tilting don't feel quite right, it needs to have extra UI indicators and a failstate (and, of course, graphics) - but I'm very happy with it for a first day's work.
0 notes
the-avrille-eyes-world · 5 years ago
Video
youtube
JEVLOG12 | Poging Vlogger/Youtuber of YT DREAMERS TROOP Presenting the YT DREAMERS TROOP'S Poging Vlogger/Youtuber JEVLOG 12. An OFW in Saudi Arabia.
0 notes
jevedel · 7 years ago
Photo
Tumblr media
CAMINOOO A PARIS!! Lanzamiento oficial Huawei P20 - JEVLOG #31 https://t.co/ZLHrZouojz
0 notes