Author Archives: ViAxl
UE4 Niagara与材质在二次元的新展开
『点击下载ppt 』
上面是预览,下载的ppt里有动图和解说
『Unreal Circle 2019 米哈游演讲视频』
Twitter Discussion | 中文直播讲解
Tried to mimic hand drawn elements with exaggerated physics and distance function. Got some pretty unique looks😈
Twitter Discussion | 中文技术讲座
Twitter Discussion | 中文解析文章
Twitter Discussion | 英文PPT
Houdini在UE4特效中的应用
今年初在马来西亚演讲的ppt,上面是静态版本,实际ppt有动图+解说,点此下载
Continue readingReflect a voxel & raymarching game prototype
Note: This is posted in 2022 since I JUST found the original HD footage. Timestamp for the video is 11/3/2019.. oof
Lost the binaries. I can pull things off p4 to build the game again but no one got time for UE4.22
Perforce backup with rsync
First thing to know, I don’t really want to backup the entire perforce database since it’s huge and requires a lot of extra steps. I’m only backing up the latest version in case a doom fire happens to my apartment.
The scheduled backup is run on my p4 server A, in order to run a scheduled backup plan to push my newest project version to server B.
Create client(aka workspace) for the server A itself.
p4 -d `pwd` client -t Vuth_Auri -o Auri_Backup | p4 client -i p4 client Auri_Backup
Then run a script in crontab.
51 * * * * bash /home/vuth/__backup/runBackup.sh
$cat runBackup.sh
p4 sync rsync -rtz -e "ssh -p 1111 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /home/vuth/.ssh/id_rsa_somekey" /home/vuth/__backup/p4 vuth@123.123.123.123:/home/vuth/p4
First line get the latest version of your project to the workspace.
Second line runs rsync over a ssh connection to your remote server B.
And that’s it. Notice that this is incremental. You can add –delete to the rsync command to remove garbage from remote server B. I left it for extra safety.
Showreel 2018
过去一年多做的东西整理,命要肝没了, 然而似乎在以肉眼可见的速度进步? ٩( ‘ω’ )و
达成成就! Multiliens获得#ue4jam Army of One奖项
Sway 荡漾 VR体验通过Steam Greenlight
叽
一年多没更新了,来一发。
之前的《神叽的阿米拉串》,不太想发public,不过反正博客没人看。
文件名是14年的,对时间的感知越来越快(或者说慢)。
“Wait for your 30s. You’re fucked.”
Filming实在没法直接找到partner,暂时游戏业停靠中。目前Unity,在学Unreal做自己的demo,想法很多时间太紧。
Asirikuy的交易framework很不错,在用,没停。
本想接着作配乐讲
迷途巫女的慌张
剩的mana只够召唤
一包辣条 怎么办
Continue reading