Today I learned that the “Chef’s Kiss” is a gesture, not just a saying. You kiss your fingers after saying “Chef’s kiss”.
the backup finished overnight, not bad
Made script to backup #Ordy and upload it to DigitalOcean CDN
#!/bin/bash
cd /media/mika/Kansas/prj
prj=Ordy.git
arch=${prj}.`date +%Y-%m-%d`.tar.gz.enc
tar czv ${prj} | openssl enc -pbkdf2 -pass file:/home/mika/.digitalocean/backup-pwd -e > ${arch}
s3cmd put ${arch} s3://naypea
I just extracted this stupid seed, feels so good.
#Ordy Yesterday’s progress: made the save/load code compile, and after spending almost the whole
day fixing a silly bug where I put !
by mistake.
if (!type.isStr())
{
val = ObjFactory<T>::getInst().ctor(type.asStr());
#Ordy Today’s progress: still working on save/load. There is a light at the end of the tunnel. I figured out how to save/load containers of polymorphic objects (Quests).
#RTO I had my first day in the office after 2.5 years. One thing I have to remember is to hold my fart in the office.
A blackberry seed stuck in my teeth yesterday morning, and I think it’s still there.
#Ordy Today’s progress: tried to speed up compilation with precompiled headers, started on Pause Menu
#Ordy Yesterday’s update: not much still working on save/load system. I need to figure out how to deal
with polymorphic containers, I have an array of quests which is std::vector<std::unique_ptr<Quest>>
.
And Quest is the base class for all quests in the game.
Thunderstorm and shower. Lovely.
🌸 Mon, Oct 3, 2022 🌸
#LDJAM #LDJAM51 Our game submission: https://ldjam.com/events/ludum-dare/51/the-therapy
Big thanks to @wi_ch_it for her tremendous help with character design, texturing, UI/UX, 3D/2D animation, game ideas, and troubleshooting. She has been supportive and pushed for quality throughout the development.
🌸 Mon, Oct 3, 2022 🌸
#ld51 #ldjam51 #ldjam My progress yesterday: SFX, HUD, walls tinting, mob and AI for the mob, maze regeneration every 10 seconds
🌸 Sat, Oct 1, 2022 🌸
#LDJAM #LDJAM51 Today’s progress: Remove walls if they are obscuring the character, cube rotation, camera rotation while holding the right mouse button, and finish procedural maze generation.
TIL; you can install the Chrome Plugin and be able to switch to the tab or open page from the browser history by pressing Alt-F2. #KDE #lifehack #Magic
#ld51 #ldjam Yesterday’s progress: game idea, setup empty project, models of modular blocks, started working on a procedural maze generation algorithm.
#Ordy Today’s progress: brainstorming a save/load system, update hotbar with 1, 2…9, 0 digits to indicate keyboard hotkeys.
#ld51 Today’s progress made a test 2D animation in UE5
#Ordy Yesterday’s progress: fix the dialog system
#Ordy Today’s progress: Animation for dishwashing, fix the origin of the apple, decorate Chinese restaurant, add SFX while washing dishes.
#Ordy Today’s progress: WIP Chinese restaurant
#Ordy Today’s progress: Dishwasher quest, add on-screen effects on low HP and NP.
#Ordy Today’s update: finish roads, fix step sound on the road.
#Ordy #UE Today, I tried to see if I could add Quixel Mixer to my workflow, but for some reason, the UE plugin refused to see my edits. I decided to update UE to the main branch, but UE kept crashing. I guess the main branch is very unstable.
Previous - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - Next