-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
92 lines (87 loc) · 5.62 KB
/
tutorial.html
File metadata and controls
92 lines (87 loc) · 5.62 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styleblog.css">
<script type="text/javascript" src="./script.js" defer></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
<link rel="icon" type="image/x-icon" href="/icons/BotW_Linkda.png">
<title>CyberGuides</title>
</head>
<body>
<img src="./icons/background.png" class="background-image">
<div class="top">
<div class="sitelogo">
<img src="./icons/BotW_Linkda.png">
<h1><a href="./index.html">CyberHub</a></h1>
</div>
</div>
<div class="full-container" onclick="fullImage()"><img class="full-image" style="display: none;"></div>
<main class="article-list">
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe frameborder="0" allowfullscreen
src="https://www.youtube.com/embed/5RqyUWm4i1I?si=PRpc9kxFvFv47Qer">
</iframe>
<h2>Model Import/Creation Guide!</h2>
<p>In this live streamed video I go through the entire process of making a mod, all the way from starting from a base body, modelling, uving, texturing, and showing several techniques along the way to getting it working in game, rigged and all!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/h12eqqKeyqQ?si=dH_rsld6ZeGpxmmt">
</iframe>
<h2>MMD Handling Guide</h2>
<p>This guide is more focused on working with mmd models, and editing the skeletons to remove unnecessary bones to make them easier to work with when model importing!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/7ijMOjhEvBw?si=zf1oEADiuVg1CfDC">
</iframe>
<h2>Genshin Impact Model Importing Guide!</h2>
<p>This is a beginner tutorial for Genshin Impact Model Importing! It focuses mostly on the fundamentals, like combining textures, getting your model to work with genshin, and more!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/dF1QqIvW_iw?si=IKjLEq0zyQ-g8UNd">
</iframe>
<h2>Mini Tutorial Compilation</h2>
<p>This is a compilation of mini guides I made when talking to people on Discord, it includes merging by distance, PRM creation, separating meshes by materials, and much much more!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/yegFQ7pqjmM?si=xiTV7F4jN-6rqzaQ">
</iframe>
<h2>Smash Ultimate UI Modding Guide!</h2>
<p>This guide covers UI creations for Super Smash Bros Ultimate, often thought to be one of the more difficult parts of the mod creation process, including chara_ui_4!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/I7YkWG3KraE?si=5ukbBexMHGLTC9Fv">
</iframe>
<h2>Smash Ultimate Magic exoskeleton guide!</h2>
<p>This guide covers how to use magic exoskeleton, made by SSBUCarlos, a very useful tool for when your character doesn't match the proportions of the original smash character!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/Hsm3g9nl5qE?si=m40UmMsiF75VWw_p">
</iframe>
<h2>SSBU ARCropolis mods on Ryujinx!</h2>
<p>This guide covers how to get Smash Bros Ultimate mods on Ryujinx, a popular Nintendo Switch Emulator! Finally, your able to get mods working on your PC!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/GMqmTpb2R1o?si=aeoBJQMUcCBzdMuY">
</iframe>
<h2>SSBU Shape Keys/Expression Guide!</h2>
<p>This guide covers how to use and apply shape keys to make expressions for SSBU!</p>
</article>
<article class="blog-article" style="min-height:50vh; height: fit-content;">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/Ne9Hr-_--rY?si=D-0mST3zPjP8s6a-">
</iframe>
<h2>SSBU Swing Bones/Physics Tutorial!</h2>
<p>This guide covers how to do one of the most difficult parts of Smash model importing, swing bones! Use these to get your mesh and mod moving a lot more fluidly in game!</p>
</article>
</main>
</body>
</html>