重新上传停更版1.0.3资料
重新上传停更版1.0.3资料 Signed-off-by: 进击的Creeper <alvenma307@gmail.com>
This commit is contained in:
42
script.js
Normal file
42
script.js
Normal file
@@ -0,0 +1,42 @@
|
||||
const days = document.getElementById('days'),
|
||||
hours = document.getElementById('hours'),
|
||||
minutes = document.getElementById('minutes'),
|
||||
seconds = document.getElementById('seconds');
|
||||
|
||||
const dd = document.getElementById('dd'),
|
||||
hh = document.getElementById('hh'),
|
||||
mm = document.getElementById('mm'),
|
||||
ss = document.getElementById('ss');
|
||||
|
||||
|
||||
const day_dot = document.querySelector('.day_dot'),
|
||||
hr_dot = document.querySelector('.hr_dot'),
|
||||
min_dot = document.querySelector('.min_dot'),
|
||||
sec_dot = document.querySelector('.sec_dot');
|
||||
|
||||
|
||||
const endDate = '03/08/2026 00:00:00';
|
||||
|
||||
// date format mm/dd/yyyy
|
||||
|
||||
const x= setInterval(()=>{
|
||||
const now = new Date(endDate).getTime();
|
||||
const countDown = new Date().getTime();
|
||||
const distance = now - countDown;
|
||||
|
||||
// 时间计算 for dats, hours, minutes and seconds
|
||||
let d = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||
let h = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||
let m = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||
let s = Math.floor((distance % (1000 * 60)) / (1000));
|
||||
|
||||
// output the result in element with id
|
||||
days.innerHTML = d + "<br><span>Days</span>"
|
||||
|
||||
// animate stroke
|
||||
dd.style.strokeDashoffset = 440 - (440 * d) / 365;
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
522
selectlist.html
Normal file
522
selectlist.html
Normal file
@@ -0,0 +1,522 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>Alven Personal Website</title>
|
||||
<link rel="icon" href="./recouce/icon.ico" type="">
|
||||
<link rel="stylesheet" href="./website.css">
|
||||
<style>
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
ul
|
||||
{
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-top:2%;
|
||||
padding-bottom:2%;
|
||||
border-radius:10%;
|
||||
}
|
||||
li
|
||||
{
|
||||
display:inline;
|
||||
}
|
||||
a:link,a:visited
|
||||
{
|
||||
font-weight:bold;
|
||||
color:#FFFFFF;
|
||||
background-color:rgba(15, 23, 42, 0.353);
|
||||
text-align:center;
|
||||
padding:0.9%;
|
||||
text-decoration:none;
|
||||
text-transform:uppercase;
|
||||
border-radius:20px;
|
||||
transition:padding 0.2s ease, box-shadow 0.4s ease;
|
||||
}
|
||||
a:hover,a:active
|
||||
{
|
||||
box-shadow: -1px -1px 10px 7px background-color:rgba(15, 23, 42, 0.353);
|
||||
padding:1.4%;
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color: rgb(15 23 42); color:#FFFFFF;">
|
||||
<div class="flex"><!-- 导航栏 -->
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: center;
|
||||
padding:1px;
|
||||
margin:1% 1%;
|
||||
">
|
||||
<img src='./recouce/logo.png'alt="Alven Website" width="60px" height="60px">
|
||||
</div>
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: left-side;
|
||||
padding:20px;
|
||||
width:100%;
|
||||
">
|
||||
<ul>
|
||||
<li><a href="./index.html">HOME</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:11000/"target="_blank">聊天室</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8081/#s/-bgmkBzA"target="_blank">个人网盘</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:3000/"target="_blank">阈限空间中文维基</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8080/"target="_blank">班级网站</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:40116/"target="_blank">生成器</a></li>
|
||||
<li><a href="./selectlist.html">时间轴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-image:url('./recouce/article.png');
|
||||
padding:5%;
|
||||
background-repeat:no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
">
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
width:76%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
height:auto;
|
||||
margin:auto auto;
|
||||
border-radius:9px;
|
||||
">
|
||||
<h1 style="
|
||||
border-radius:9px;
|
||||
background-image:url('./recouce/list.png');
|
||||
padding:16%;
|
||||
text-align:center;
|
||||
font-size:200;
|
||||
color:#FFFFFF;
|
||||
">Alven的成果展示&时间轴</h1>
|
||||
<a href="./project/d3f6279c2a8b1b5d.png"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/logo.png'alt="Alven Website" height="auto" width="40%">
|
||||
<h1>2023/9/4</h1>
|
||||
创建了第一个自己手搓的皮肤,更新至今
|
||||
</div>
|
||||
</a>
|
||||
<a href="./page4-Reading.html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/sj.png'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2023/11/14</h1>
|
||||
发布了第一个自己的整合包:探索新世界,踏上未知的旅程!--作者
|
||||
</div>
|
||||
</a>
|
||||
<a href="./page1-Reading.html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/darkpixel.png'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/3/23</h1>
|
||||
发布了第一个GUI材质
|
||||
</div>
|
||||
</a>
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/First Post Pixe.png'alt="Alven Website" height="auto" width="50%">
|
||||
<h1 style="color:aliceblue;">2024/4/23</h1>
|
||||
<p style="color:aliceblue;">随后就做了概念版生存材质包虽然长得丑,但是其药水DEMO材质为我所引用</p>
|
||||
</div>
|
||||
|
||||
<a href="./font-Reading.html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/font.png'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/5/17</h1>
|
||||
我做了个字体包(LUKE744'S FRONTS )!
|
||||
</div>
|
||||
</a>
|
||||
<a href="http://cloud.mcafra.top:25565"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/2024-5.jpg'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/5/19</h1>
|
||||
发布第一个全新版本个人网站
|
||||
</div>
|
||||
</a>
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/2024-7.jpg'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/7/3</h1>
|
||||
留以纪念
|
||||
</div>
|
||||
<a href="./page2-Reading - .html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/1.png'alt="Alven Website" height="auto" width="70%">
|
||||
|
||||
<h1>2024/8/26</h1>
|
||||
自己研究很久的FPS提升整合包
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/wukong.jpg'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/8/30</h1>
|
||||
我和椅子昂共同打败了广志,之后我一飞冲天,击杀4个BOSS
|
||||
</div>
|
||||
|
||||
<a href="./page3-Reading - .html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/app.jpg'alt="Alven Website" height="auto" width="20%">
|
||||
<h1>2024/9/18</h1>
|
||||
网站APP先后开发到普通版和专业开发者版
|
||||
</div>
|
||||
</a>
|
||||
<a href="./project/ticket.jpg"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/ticket.jpg'alt="Alven Website" height="auto" width="70%">
|
||||
|
||||
<h1>2024/10/16</h1>
|
||||
该图片下载即用,无需改格式,找一个人帮你做就行了
|
||||
</div>
|
||||
</a>
|
||||
<a href="./project/head.zip"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/head1.jpg'alt="Alven Website" height="auto" width="50%">
|
||||
<h1>2024/10/25</h1>
|
||||
一时心血来潮的头像
|
||||
</div>
|
||||
</a>
|
||||
<a href="./project/class.jpg"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/class.jpg'alt="Alven Website" height="auto" width="70%">
|
||||
<h1>2024/10/27</h1>
|
||||
班级网站,公众号和班级网盘都做好了,
|
||||
</div>
|
||||
</a>
|
||||
<a href="./artwork-Reading.html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/820ED7680393231D48C1E643D2D5E7B7.jpg'alt="Alven Website" height="auto" width="80%">
|
||||
<h1>2024/12/14</h1>
|
||||
第一批我的电脑艺术作品
|
||||
</div>
|
||||
</a>
|
||||
<a href="./Blender-Reading.html">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/BD0966BE198C0D6DA104758F42BB56E3.jpg'alt="Alven Website" height="auto" width="80%">
|
||||
|
||||
<h1>2024/12/20</h1>
|
||||
第一批我的建模作品(重塑现实)
|
||||
</div>
|
||||
</a>
|
||||
<a href="http://cloud.mcafra.top:3000/"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
"class="clickable-div">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/limin.png'alt="Alven Website" height="auto" width="80%">
|
||||
<h1>2024/12/30</h1>
|
||||
因为老师留的开放性作业而延伸出来的小作文合集,甚至写成了“小说”。我把内容放在了服务器搭建的wiki百科上。
|
||||
|
||||
</div>
|
||||
</a>
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./project/屏幕截图 2025-01-10 192456.png'alt="Alven Website" height="auto" width="50%">
|
||||
<h1 style="text-align:center;"> 2024/1/1</h1>
|
||||
<p style="text-align:center;">COMFORT CHAIN (AWM Remix) 为阈限而创的音乐</p>
|
||||
<audio controls style="margin:0% 26%;">
|
||||
<source src="./project/Comfort Chain [AWPM].MP3" type="audio/mpeg">
|
||||
</audio>
|
||||
</div>
|
||||
<a href="./index.html"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/now.png'alt="Alven Website" height="auto" width="80%">
|
||||
<h1>2025/1/10</h1>
|
||||
手写代码重建网页,重制版,完全的自主权
|
||||
</div>
|
||||
</a>
|
||||
<a href="./Blender-Reading.html"target="_blank">
|
||||
<div style="
|
||||
border:3px solid rgba(79, 80, 105, 0.599);
|
||||
border-radius:10px;
|
||||
background-color:rgba(57, 58, 77, 0.599);
|
||||
width:70%;
|
||||
height:200%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
margin:7% 19%;
|
||||
text-align:center;
|
||||
color:#FFFFFF
|
||||
|
||||
">
|
||||
<img style="
|
||||
border: 3px solid rgba(210, 204, 235, 0.901);
|
||||
border-radius:4px;
|
||||
margin:0% 13%;
|
||||
"src='./recouce/Minecraft.png'alt="Alven Website" height="auto" width="80%">
|
||||
<h1>2025/1/12</h1>
|
||||
自己闲来无事在寒假渲染的图片
|
||||
</div>
|
||||
</a>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-color: rgb(23, 36, 68);
|
||||
font-size:14px;
|
||||
text-align: center;
|
||||
"><!-- 尾部 -->
|
||||
<h3 style="color:#1aa0df;">Dark Pixel Fantasy net</h3>
|
||||
<a href="http://cloud.mcafra.top:3000/" target="_blank"> 阈限空间维基百科</a>
|
||||
<a href="http://cloud.mcafra.top:8080/" target="_blank"> 班级网站</a>
|
||||
<a href="./other-Reading .html" target="_blank">旧版残留</a>
|
||||
</div>
|
||||
|
||||
<div style="
|
||||
background-color:rgb(23, 36, 68);
|
||||
text-align: center;
|
||||
padding: 1%;
|
||||
font-size: 10px;
|
||||
"><!-- 版权声明 -->
|
||||
<p style="color:#30a3d8;">© 2025 Alven Personal website. All Rights Reserved. Powered by YuYun</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
164
server-Reading.html
Normal file
164
server-Reading.html
Normal file
@@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>Alven Personal Website</title>
|
||||
<link rel="icon" href="./recouce/icon.ico" type="">
|
||||
<link rel="stylesheet" href="./website.css">
|
||||
<style>
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color: rgb(15 23 42); color:#FFFFFF;">
|
||||
<div class="flex"><!-- 导航栏 -->
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: center;
|
||||
padding:1px;
|
||||
margin:1% 1%;
|
||||
">
|
||||
<img src='./recouce/logo.png'alt="Alven Website" width="60px" height="60px">
|
||||
</div>
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: left-side;
|
||||
padding:20px;
|
||||
width:100%;
|
||||
">
|
||||
<ul>
|
||||
<li><a href="./index.html">HOME</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:11000/"target="_blank">聊天室</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8081/#s/-bgmkBzA"target="_blank">个人网盘</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:3000/"target="_blank">阈限空间中文维基</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8080/"target="_blank">班级网站</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:40116/"target="_blank">生成器</a></li>
|
||||
<li><a href="./selectlist.html">时间轴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-image:url('./recouce/article.png');
|
||||
padding:5%;
|
||||
background-repeat:no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
">
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
width:76%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
height:auto;
|
||||
margin:auto auto;
|
||||
border-radius:9px;
|
||||
">
|
||||
<h1 style="
|
||||
border-radius:9px;
|
||||
background-image:url('./recouce/image-ercv.png');
|
||||
background-repeat:no-repeat;
|
||||
background-size:cover;
|
||||
padding:100px;
|
||||
text-align:center;
|
||||
">Server Package Creator使用说明</h1>
|
||||
<div style="margin:10px 30px;">
|
||||
<h1 class="my-3 text-2xl font-medium dark:text-slate-50">Server Package Creator使用说明</h1>
|
||||
<p><strong>温馨提示:</strong></p>
|
||||
<p><strong>Server Package Creator 用于mod整合包想要开服但是没有对应服务端的特殊情况,如果想要开原版服务器不一定成功。</strong></p>
|
||||
<p>Github 网站分享:</p>
|
||||
<p><a href="https://github.com/Griefed/ServerPackCreator"target="_blank">https://github.com/Griefed/ServerPackCreator</a></p>
|
||||
<p>在Github里选择最新发布,下载对应电脑的系统版本。</p>
|
||||
<p><img src="recouce/image-mdat.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>下载完毕后,点击 Modpack Directory,这里选择的是你的版本文件夹,一般在启动器的.minecraft文件夹下</p>
|
||||
<p>如果开启了版本隔离,就一定在version下的"你的版本名"文件夹里头。</p>
|
||||
<p><img src="recouce/image-vowq.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>Server Properties是选择你的服务器配置文件,如果你没有太多配置要求,那么就留空。</p>
|
||||
<p>Server Icon 是服务器的图标,你可以自己选择自己在16x分辨率下的好看图标作为服务器菜单里的装饰。</p>
|
||||
<p><img src="recouce/image-llnj.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>选择好版本文件夹后,Server-files会选择你将要将哪个文件夹放入服务器,一般来说都是mod和config以及其他的在特殊modpack中所必要的配置文件夹。</p>
|
||||
<p>Server pack suffix 是选择你服务器的名称后缀,可以不用填,这里我填了自己的名字。</p>
|
||||
<p><img src="recouce/image-ercv.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>Minecraft Version , Modloader 和 Modloader Version都是对应的是MC版本,模组加载器类别和模组加载器版本,可以勾选 Include Server Icon, Includer Server Properties 选项如果你有这类定义。</p>
|
||||
<p><img src="recouce/image-ycml.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>配置好这些就可以点击 Generate了,生成完他就会给你带到指定文件夹。</p>
|
||||
<p>你把文件夹储存好点击run 文件就可以。</p>
|
||||
<p><img src="recouce/image-aigj.png" alt="" width="300px" height="200px" /></p>
|
||||
<p>这里可以点 How to run 来了解如何开始服务器。</p>
|
||||
<p>建议放进百度翻译翻译一下,这里我也给翻一下:</p>
|
||||
<pre><code>#如何启动/运行服务器
|
||||
如果你的`variables.txt`设置了`JAVA=JAVA`,那么适合你的Minecraft服务器的JAVA版本将
|
||||
自动安装。
|
||||
|
||||
由于使用了ServerStarterJar进行安装,Forge和NeoForge 1.17及以上版本将创建run.xx脚本
|
||||
并运行服务器。忽略这些并继续使用start.xx脚本是安全的。
|
||||
删除run.xx脚本将导致ServerStarterJar再次安装服务器。更多关于
|
||||
ServerStarterJarhttps://github.com/neoforged/ServerStarterJar
|
||||
|
||||
##Linux
|
||||
|
||||
跑吧。\start.sh或bash start.sh用于启动服务器。
|
||||
|
||||
##窗户
|
||||
|
||||
跑“开始,击球”。
|
||||
请勿删除PowerShell(ps1)文件!
|
||||
|
||||
###便利性
|
||||
|
||||
您可以从控制台窗口手动运行`start.ps1`,但建议使用Batch脚本。
|
||||
运行PowerShell脚本需要更改Windows系统的ExecutionPolicy。Batch脚本
|
||||
可以绕过启动脚本。
|
||||
|
||||
TL;DR:start.bat比start.ps1更好
|
||||
|
||||
##MacOS
|
||||
|
||||
跑吧。\start.sh或bash start.sh用于启动服务器。
|
||||
|
||||
#此服务器包存在问题
|
||||
|
||||
如果您从互联网下载了此服务器包,并且遇到此服务器包的问题,请
|
||||
关于您的问题,请</code>联系服务器包的创建者。</pre>
|
||||
<pre><code>
|
||||
如果您自己创建了此服务器包,但遇到问题,请随时联系
|
||||
ServerPackCreator支持。</code><br /><br /><br />在启动服务端之前,可以先安装一下java。</pre>
|
||||
<pre><img style="font-family: Helvetica, Arial, sans-serif; white-space: normal;" src="recouce/image-aigj (1).png" alt="" width="300px" height="200px" /></pre>
|
||||
<p>点击, install_java.ps1 或者 install_java.sh,这取决于你的系统,如果是windows就选前者,如果是Linux就选后者。</p>
|
||||
<p><strong>注意安装所有这些东西的时候记得开vpn,否则无法连接到github导致下载错误。</strong></p>
|
||||
<p>接下来,就可以打开start.bat, start.ps1, start.sh 第一个和第二个是Windows,第三个是Linux版本的启动程序。</p>
|
||||
<ul data-type="taskList">
|
||||
<li data-checked="true" data-type="taskItem"><label><input checked="checked" type="checkbox" /></label>
|
||||
<div>
|
||||
<p><strong>打开VPN!</strong></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<p>接下来就可以运行了,记住需要公网才能远程联机,否则就需要内网穿透。要不然就把这个文件夹放入云服务器运行。</p>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5.1/build/highlight.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">hljs.highlightAll();</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-color: rgb(23, 36, 68);
|
||||
font-size:14px;
|
||||
text-align: center;
|
||||
"><!-- 尾部 -->
|
||||
<h3 style="color:#1aa0df;">Dark Pixel Fantasy net</h3>
|
||||
<a href="http://cloud.mcafra.top:3000/" target="_blank"> 阈限空间维基百科</a>
|
||||
<a href="http://cloud.mcafra.top:8080/" target="_blank"> 班级网站</a>
|
||||
<a href="./other-Reading .html" target="_blank">旧版残留</a>
|
||||
</div>
|
||||
|
||||
<div style="
|
||||
background-color:rgb(23, 36, 68);
|
||||
text-align: center;
|
||||
padding: 1%;
|
||||
font-size: 10px;
|
||||
"><!-- 版权声明 -->
|
||||
<p style="color:#30a3d8;">© 2025 Alven Personal website. All Rights Reserved. Powered by YuYun</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
393
shadersg-Reading.html
Normal file
393
shadersg-Reading.html
Normal file
@@ -0,0 +1,393 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>Alven Personal Website</title>
|
||||
<link rel="icon" href="./recouce/icon.ico" type="">
|
||||
<link rel="stylesheet" href="./website.css">
|
||||
<style>
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color: rgb(15 23 42); color:#FFFFFF;">
|
||||
<div class="flex"><!-- 导航栏 -->
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: center;
|
||||
padding:1px;
|
||||
margin:1% 1%;
|
||||
">
|
||||
<img src='./recouce/logo.png'alt="Alven Website" width="60px" height="60px">
|
||||
</div>
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: left-side;
|
||||
padding:20px;
|
||||
width:100%;
|
||||
">
|
||||
<ul>
|
||||
<li><a href="./index.html">HOME</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:11000/"target="_blank">聊天室</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8081/#s/-bgmkBzA"target="_blank">个人网盘</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:3000/"target="_blank">阈限空间中文维基</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8080/"target="_blank">班级网站</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:40116/"target="_blank">生成器</a></li>
|
||||
<li><a href="./selectlist.html">时间轴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-image:url('./recouce/article.png');
|
||||
padding:5%;
|
||||
background-repeat:no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
">
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
width:76%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
height:auto;
|
||||
margin:auto auto;
|
||||
border-radius:9px;
|
||||
">
|
||||
<h1 style="
|
||||
border-radius:9px;
|
||||
background-image:url('./recouce/image-ktar.png');
|
||||
background-repeat:no-repeat;
|
||||
background-size:cover;
|
||||
padding:16%;
|
||||
text-align:center;
|
||||
">光影鉴赏&MC安装教程</h1>
|
||||
<div style="margin:10px 30px;">
|
||||
<h1 class="my-3 text-2xl font-medium dark:text-slate-50">教程 & 资源链接</h1>
|
||||
<article class="prose prose-base mt-4 !max-w-none break-words dark:prose-invert">
|
||||
<h1 id="%E6%88%91%E7%9A%84%E4%B8%96%E7%95%8C%E7%AF%87%3A%E4%BF%97%E8%AF%9D%E8%AF%B4%E7%9A%84%E5%A5%BD%3A%E8%A6%81%E6%83%B3%E7%8E%A9%E7%9A%84%E5%A5%BD%EF%BC%8C%E5%85%88%E8%A6%81%E7%9C%8B%E6%95%99%E7%A8%8B.">我的世界篇:俗话说的好:要想玩的好,先要看教程.</h1>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<h2 id="%E6%B8%B8%E6%88%8F%E5%AE%89%E8%A3%85%3A-(%E5%90%AF%E5%8A%A8%E5%99%A8%E9%80%89%E6%8B%A9)">游戏安装: (启动器选择)</h2>
|
||||
<p>我的世界启动器分为两种:一种是第三方启动器,一种是官方启动器。</p>
|
||||
<p>如果您是支持正版的玩家,请使用官方账号启动任何类型的启动器。正版和盗版的区别我之后会讲。</p>
|
||||
<h3 id="%E8%B4%A6%E5%8F%B7%E6%96%B9%E9%9D%A2">账号方面</h3>
|
||||
<p>如果你手上有一定的资金,就需要使用微软账号使用信用卡支付89或者189来获取正版</p>
|
||||
<p><img src="recouce/image.png" alt="" width="300" height="200" /></p>
|
||||
<p>但是目前国内被微软锁区了,所以无法正常购买正版账号,需要通过代购或者翻墙的方式获得。</p>
|
||||
<p>如果你是学生党并且手里没有很多资金的话就可以使用第三方离线账号了。</p>
|
||||
<p>所谓第三方和正版账号的区别就是:</p>
|
||||
<p>正版:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>可以使用Realm领域服</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以进入特定的正版验证服务器</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以玩Java版官方启动器或者Bedrock启动器</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以使用第三方启动器登录验证</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以获得特殊稀有披风</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>第三方:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>可以玩第三方启动器</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>无法访问官方启动器</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>无法进入领域服</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>容易丢失账号数据</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>只有名称,无法获得披风</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>在1.16.5只能玩单人游戏,多人游戏选项卡被禁用。</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>但是如果你是第三方离线账号也不用着急。因为这里还有一个终极选项:启动器。</p>
|
||||
<h3 id="%E5%90%AF%E5%8A%A8%E5%99%A8%E6%98%AF%E4%B8%87%E7%89%A9%E4%B9%8B%E6%BA%90">启动器是万物之源</h3>
|
||||
<p>选择好的启动器是玩Minecraft的本源,无论你是正版账号还是第三方离线账号都有选择启动器的权利。</p>
|
||||
<h4 id="%E5%85%88%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8B%E5%AE%98%E6%96%B9%E5%90%AF%E5%8A%A8%E5%99%A8%3A">先介绍一下官方启动器:</h4>
|
||||
<p>长这样:</p>
|
||||
<p><img src="recouce/image-oifu.png" alt="" width="300" height="200" /></p>
|
||||
<p><img src="recouce/image-xnwl.png" alt="" width="300" height="200" /></p>
|
||||
<p><img src="recouce/image-tlre.png" alt="" width="300" height="200" /></p>
|
||||
<p>一个字,正版。不过正版归正版,为什么很多人都使用第三方启动器呢?</p>
|
||||
<p>优缺点对比:</p>
|
||||
<p>缺点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>无法下载mod和整合包</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>无法实现免费联机</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>优点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>可以切换版本</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以同时启动基岩版</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以启动java版</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以启动地下城和传奇的我的世界版本</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>不像第三方启动器一样需要安装复杂的环境。</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>对于一些人来说,他们不需要基岩版和地下城,只需要java版里的不同好玩的mod,但是官方启动器不会自动安装mod和整合包,只能自己手动安装环境。这样对于mod玩家来说就很是折磨。</p>
|
||||
<p>所以才选择了第三方启动器。</p>
|
||||
<p>但是对于简单玩游戏的原版玩家或者懒人来说,官方启动器是最好的选择,因为方便,不需要安装java环境以及不需要精通太多的电脑,只需要一键安装安装包流水线完成。</p>
|
||||
<h4 id="%E7%AC%AC%E4%B8%89%E6%96%B9%E5%90%AF%E5%8A%A8%E5%99%A8">第三方启动器</h4>
|
||||
<h5 id="pcl2%EF%BC%9A">PCL2:</h5>
|
||||
<p>由龙猫腾跃一个人完成,是三大启动器之一。</p>
|
||||
<p>目前的优缺点:</p>
|
||||
<p>优点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>能够快速安装mod和整合包</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够快速安装mod和光影环境,不需要人为安装</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够通过提供下载链接的方式快速检测java环境并且给除适当的提示让你下载</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以登录同时正版和离线账号</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>有多种版本,包括正式版,测试版,愚人节版本,远古版本。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>更够自由支配启动器使用内存</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以个性化启动器页面</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>自动检查启动器更新以及我的世界版本更新</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>拥有使用指南</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>开源代码</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以自由使用版本</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>缺点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>仅支持Windows系统</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>出现启动器无法运行版本崩溃的问题</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>被Windows系统拦截</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>下载链接:</p>
|
||||
<h1 id="pcl2%E6%9C%80%E6%96%B0%E6%AD%A3%E5%BC%8F%E7%89%88%E6%B0%B8%E4%B9%85%E4%B8%8B%E8%BD%BD%E5%9C%B0%E5%9D%80">pcl2最新正式版永久下载地址</h1>
|
||||
<pre><code>下载地址 1:https://ltcat.lanzoum.com/b0aj6gsid(提取码:pcl2)</code></pre>
|
||||
<pre><code>下载地址 2:https://pan.baidu.com/s/1f7ipEIkZeMNmGSs_fu2YoA?pwd=pcl2(提取码:pcl2)</code></pre>
|
||||
<p> </p>
|
||||
<h5 id="hmcl%3A">HMCL:</h5>
|
||||
<p>HMCL,是老牌第三方启动器之一。也是最热门的启动器,与pcl2并肩。</p>
|
||||
<p>图片:</p>
|
||||
<p><img src="recouce/R.png" alt="" width="300" height="200" /></p>
|
||||
<p>优点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>能够快速安装mod和整合包</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够快速安装mod和光影环境,不需要人为安装</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够快速安装资源包和地图,不需要认为加持</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以自由选择版本</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以登录同时正版和离线账号</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>有多种版本,包括正式版,测试版,愚人节版本,远古版本。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>更够自由支配启动器使用内存</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够实现多人异地联机,无延迟</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够支持多平台(Mac, Windows, linux 都支持)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>可以导出整合包</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>缺点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>操作较为繁琐,性能不高,经常卡顿</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>出现启动器无法运行版本崩溃的问题,但是相较pcl2好很多。</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h1 id="%E4%B8%8B%E8%BD%BD%E9%93%BE%E6%8E%A5%EF%BC%9A">下载链接:</h1>
|
||||
<pre><code>https://hmcl.huangyuhui.net/</code></pre>
|
||||
<h5 id="bakaxl">BAKAXL</h5>
|
||||
<p>最新的启动器,在最近也是名列前茅.</p>
|
||||
<p>图片:</p>
|
||||
<p><img src="recouce/image-brve.png" alt="" width="300" height="200" /></p>
|
||||
<p>链接:</p>
|
||||
<pre><code>https://www.bakaxl.com/</code></pre>
|
||||
<p>BakaXL的侧重点是社交方面,弥补了Minecraft在社交方面的欠缺,并且动画是御三家中最好看的,自定义点比PCL2多,但BakaXL启动器在御三家Minecraft启动器中的游戏表现并不算出色。</p>
|
||||
<p>优点:自定义点极多,动画好看,补全了Minecraft社交方面的空缺。</p>
|
||||
<p>缺点:功能不完善,希望在后续的版本补全。</p>
|
||||
<p>总结:御三家中,PCL2仍然是综合性能最好的一款启动器.BakaXL适合着重于UI设计的玩家。</p>
|
||||
<h5 id="pvp-(lunar%E6%9C%88%E4%BA%AE%E7%AB%AF)%EF%BC%9A">PVP (Lunar月亮端):</h5>
|
||||
<p>图片:</p>
|
||||
<p><img src="recouce/image-pcmb.png" alt="" width="300" height="200" /></p>
|
||||
<p><img src="recouce/image-fwjb.png" alt="" width="300" height="200" /></p>
|
||||
<p>优点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>能够选择版本,安装optifine或者forge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够快速进入pvp启动器</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>能够有小插件来增强pvp体验(键位显示,盔甲耐久)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>自带服务器推荐</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>拥有新闻内容和好友</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>优化增强</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>多操作系统支持</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>不需要手动下载java</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>缺点:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>适合pvp玩家</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>无法使用离线登录</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Lunar 的侧重点在pvp方面,他是pvp端中最出色的。</p>
|
||||
<p>下载链接</p>
|
||||
<pre><code>https://www.lunarclient.com/</code></pre>
|
||||
<h3 id="%E9%80%89%E6%8B%A9%E5%A5%BD%E4%BA%86%E5%90%AF%E5%8A%A8%E5%99%A8%EF%BC%8C%E9%82%A3%E4%B9%88%E5%B0%B1%E5%BC%80%E5%A7%8B%E9%80%89%E6%8B%A9java%E7%89%88%E6%9C%AC%E5%90%A7%3A">选择好了启动器,那么就开始选择java版本吧:</h3>
|
||||
<h2 id="java-%E7%89%88%E6%9C%AC%E9%80%89%E6%8B%A9%3A">JAVA 版本选择:</h2>
|
||||
<p>Java版本分为 8 , 17 和 21</p>
|
||||
<p>对于1.16.5一下的版本及其整合包需要使用java 8</p>
|
||||
<p>对于绝大部分的整合包,有些需要Java 11 来启动,具体需要了解整合包推荐的java环境版本</p>
|
||||
<p>对于1.16.5版本以上的1.17系列到1.20.4使用java 17</p>
|
||||
<p>1.21 需要使用更高版本的java,似乎是21 或者 23</p>
|
||||
<p>JAVA 8下载链接:</p>
|
||||
<pre><code>https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249833_43d62d619be4e416215729597d70b8ac</code></pre>
|
||||
<p>Java 17下载链接:</p>
|
||||
<pre><code>https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html</code></pre>
|
||||
<p>Java 22/21/17下载链接:</p>
|
||||
<pre><code>https://link.zhihu.com/?target=https%3A//www.oracle.com/java/technologies/javase-downloads.html%23JDK14</code></pre>
|
||||
<h2 id="mod%E5%8A%A0%E8%BD%BD%E5%99%A8%E9%80%89%E6%8B%A9">mod加载器选择</h2>
|
||||
<p>mod加载器分为fabric 和 forge 和 quilt</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Fabric在高版本 (1.17 到 `1.20.4 )中发挥最好,许多高版本整合包都是使用fabric</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Forge 在低版本 (1.16.5 到 1.7.10)发挥最好,许多经典老牌mod都是源自于它,我们熟知的optifine光影插件就是基于forge,所以optifine 和 fabric 兼容性不好,但是如果使用opfifabric 链接就可以实现兼容,但是sodium似乎是使用fabric时最好的选择</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>在1.20.1有信雅互联的mod,这样fabric 和 forge 就可以兼容在一起。</p>
|
||||
<p>其中1.20.1的大型整合包或者风景包不在少数,如果追求mod和整合包,这个版本是你的不二之选。</p>
|
||||
<p>1.16.5是经典整合包的最爱甚至超过了整合包最多的1.7.10时代。</p>
|
||||
<p>1.7.10老牌整合包和mod的起源,许多拔刀剑或者匠魂都停留在这个版本,在这个版本截至1.16.5切记不要使用fabric因为它根本没有在这里建立太多的mod.</p>
|
||||
<h2 id="%E5%85%89%E5%BD%B1%E5%8A%A0%E8%BD%BD%E5%99%A8%C2%B7%E9%80%89%E6%8B%A9">光影加载器·选择</h2>
|
||||
<p>对于光影这个东西,大家已经不是很陌生了。</p>
|
||||
<p>所以今天除了推荐几款光影还要介绍一下光影加载器的选择。</p>
|
||||
<p>新兴的光影加载器有:</p>
|
||||
<p>Sodium和Optifine</p>
|
||||
<p>OPtifine 适合老年机,优化很不错,许多材质包效果的接口,如果没有optifine就没有链接材质,也就没有无缝玻璃。</p>
|
||||
<p>Sodium适合高配机,性能优化极佳,不过对于老年机优化就不好了,同时它还缺少很多optifine功能,不过作为新人也需要一定的改善。</p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong>光影推荐:</strong></span></p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong><img src="recouce/image-riri.png" alt="" width="300" height="200" /></strong></span></p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong><img src="recouce/image-afsd.png" alt="" width="300" height="200" /></strong></span></p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong><img src="recouce/image-hiva.png" alt="" width="300" height="200" /></strong></span></p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong><img src="recouce/image-acto.png" alt="" width="300" height="200" /></strong></span></p>
|
||||
<p><span style="text-decoration: underline; font-size: 24pt;"><strong><img src="recouce/image-ktar.png" alt="" width="300" height="200" /></strong></span></p>
|
||||
<h2 id="%E8%B5%84%E6%BA%90%E6%9F%A5%E6%89%BE%3A">资源查找:</h2>
|
||||
<pre><code>https://www.minebbs.com/resources/https://www.curseforge.com/https://modrinth.com/</code></pre>
|
||||
<pre><code>https://www.planetminecraft.com/</code></pre>
|
||||
<pre><code>https://papermc.io/downloads/paper</code></pre>
|
||||
<pre><code>https://www.spigotmc.org/</code></pre>
|
||||
<pre><code>https://www.mcmod.cn/</code></pre>
|
||||
<pre><code>https://minecraft.fandom.com/wiki/Minecraft_Wiki</code></pre>
|
||||
<p> </p>
|
||||
</article>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5.1/build/highlight.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">hljs.highlightAll();</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-color: rgb(23, 36, 68);
|
||||
font-size:14px;
|
||||
text-align: center;
|
||||
"><!-- 尾部 -->
|
||||
<h3>Dark Pixel Fantasy net</h3>
|
||||
<a href="http://cloud.mcafra.top:25565/"> 旧网站链接</a>
|
||||
<a href="http://cloud.mcafra.top:3000/"> 阈限空间维基百科</a>
|
||||
<a href="http://cloud.mcafra.top:8080/"> 班级网站</a>
|
||||
<a href="./other-Reading .html">旧版残留</a>
|
||||
</div>
|
||||
|
||||
<div style="
|
||||
background-color:rgb(23, 36, 68);
|
||||
text-align: center;
|
||||
padding: 1%;
|
||||
font-size: 10px;
|
||||
"><!-- 版权声明 -->
|
||||
<p>© 2025 Alven Personal website. All Rights Reserved. Powered by YuYun</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
142
terraria-Reading.html
Normal file
142
terraria-Reading.html
Normal file
@@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>Alven Personal Website</title>
|
||||
<link rel="icon" href="./recouce/icon.ico" type="">
|
||||
<link rel="stylesheet" href="./website.css">
|
||||
<style>
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color: rgb(15 23 42); color:#FFFFFF;">
|
||||
<div class="flex"><!-- 导航栏 -->
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: center;
|
||||
padding:1px;
|
||||
margin:1% 1%;
|
||||
">
|
||||
<img src='./recouce/logo.png'alt="Alven Website" width="60px" height="60px">
|
||||
</div>
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
text-align: left-side;
|
||||
padding:20px;
|
||||
width:100%;
|
||||
">
|
||||
<ul>
|
||||
<li><a href="./index.html">HOME</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:11000/"target="_blank">聊天室</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8081/#s/-bgmkBzA"target="_blank">个人网盘</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:3000/"target="_blank">阈限空间中文维基</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:8080/"target="_blank">班级网站</a></li>
|
||||
<li><a href="http://cloud.mcafra.top:40116/"target="_blank">生成器</a></li>
|
||||
<li><a href="./selectlist.html">时间轴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-image:url('./recouce/article.png');
|
||||
padding:5%;
|
||||
background-repeat:no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
">
|
||||
<div style="
|
||||
background-color:rgb(15 23 42);
|
||||
width:76%;
|
||||
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
|
||||
height:auto;
|
||||
margin:auto auto;
|
||||
border-radius:9px;
|
||||
">
|
||||
<h1 style="
|
||||
border-radius:9px;
|
||||
background-image:url('./recouce/Terraria.jpg');
|
||||
background-repeat:no-repeat;
|
||||
background-size:cover;
|
||||
padding:16%;
|
||||
text-align:center;
|
||||
">Terraria介绍</h1>
|
||||
<div style="margin:10px 30px;">
|
||||
<h1 class="my-3 text-2xl font-medium dark:text-slate-50">Terraria (泰拉瑞亚)</h1>
|
||||
<article class="prose prose-base mt-4 !max-w-none break-words dark:prose-invert">
|
||||
<p><a href="https://terraria.wiki.gg/zh/wiki/Terraria_Wiki">WIKI百科论坛</a></p>
|
||||
<p>《<a href="https://terraria.wiki.gg/zh/wiki/%E6%B3%B0%E6%8B%89%E7%91%9E%E4%BA%9A">泰拉瑞亚</a>》是冒险之地!是神秘之地!是可让你塑造、捍卫、享受的大地。在《泰拉瑞亚》,你有无穷选择。手指发痒的动作游戏迷?建筑大师?收藏家?探险家?每个人都能找到自己想要的。</p>
|
||||
<p>从建造基本的藏身之处开始,接着挖掘<a href="https://terraria.wiki.gg/zh/wiki/%E7%9F%BF%E7%9F%B3">矿石</a>及其他资源。探索并<a href="https://terraria.wiki.gg/zh/wiki/%E9%85%8D%E6%96%B9">制作</a>超过 500 种各式<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E9%AD%94%E6%B3%95">魔法</a>、<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E8%BF%9C%E7%A8%8B">远程</a>、<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E8%BF%91%E6%88%98">近战</a>、和<a href="https://terraria.wiki.gg/zh/wiki/%E5%8F%AC%E5%94%A4%E6%AD%A6%E5%99%A8">召唤</a><a href="https://terraria.wiki.gg/zh/wiki/%E6%AD%A6%E5%99%A8">武器</a>,以及<a href="https://terraria.wiki.gg/zh/wiki/%E7%9B%94%E7%94%B2">盔甲</a>,借助它们与数百种不同的<a href="https://terraria.wiki.gg/zh/wiki/%E6%95%8C%E6%80%AA">敌怪</a>战斗。很快,你将直面十多个巨大的<a href="https://terraria.wiki.gg/zh/wiki/Boss">Boss</a>。还可以去<a href="https://terraria.wiki.gg/zh/wiki/%E9%92%93%E9%B1%BC">钓鱼</a>、骑上<a href="https://terraria.wiki.gg/zh/wiki/%E5%9D%90%E9%AA%91">坐骑</a>、找寻<a href="https://terraria.wiki.gg/zh/wiki/%E6%BC%82%E6%B5%AE%E5%B2%9B">漂浮岛</a>、为;<a href="https://terraria.wiki.gg/zh/wiki/NPC">NPC</a>建造<a href="https://terraria.wiki.gg/zh/wiki/%E6%88%BF%E5%B1%8B">房屋</a>,有很多很多事情可以做。</p>
|
||||
<p><strong>欢迎来到</strong><a href="https://terraria.wiki.gg/zh/wiki/%E6%B3%B0%E6%8B%89%E7%91%9E%E4%BA%9A"><strong>泰拉瑞亚</strong></a><strong>!</strong></p>
|
||||
<p>本指南会帮助你在世界中扬帆远航。这篇文章会涵盖角色的创建、战斗和游戏初期的小贴士之类的游戏基本技巧,还会引导玩家查阅其他指南以便获得进一步的建议。读下去吧,我们会手把手地教你玩<em>泰拉瑞亚</em>!</p>
|
||||
<h2>游戏模式</h2>
|
||||
<img src='./recouce/Terraria1.jpg'alt="Alven Website" width=300px" height="200px">
|
||||
<p>在泰拉瑞亚的标题画面中,玩家可以选择想要游玩的游戏模式。在这个例子中,我们会选择“单人模式”,但如果你想和朋友一起游玩,你也可以选择“多人模式”!在<a href="https://terraria.wiki.gg/zh/wiki/%E7%94%B5%E8%84%91%E7%89%88%E7%89%88%E6%9C%AC%E5%8E%86%E5%8F%B2"><img src="https://terraria.wiki.gg/images/7/72/Desktop_only.png" alt="电脑版" width="16" height="12" /> 电脑版</a>、<a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/6/6c/Console_only.png" alt="主机版" width="17" height="13" /> 主机版</a>、和<a href="https://terraria.wiki.gg/zh/wiki/%E7%A7%BB%E5%8A%A8%E7%89%88"><img src="https://terraria.wiki.gg/images/b/b2/Mobile_only.png" alt="移动版" width="11" height="16" /> 移动版</a>中,备选项包括<strong>单人模式</strong>和<a href="https://terraria.wiki.gg/zh/wiki/%E5%A4%9A%E4%BA%BA%E6%A8%A1%E5%BC%8F"><strong>多人模式</strong></a>,而在<a href="https://terraria.wiki.gg/zh/wiki/%E5%89%8D%E4%BB%A3%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/4/4e/Old-Gen_Console_only.png" alt="前代主机版" width="12" height="16" />;前代主机版</a>和<a href="https://terraria.wiki.gg/zh/wiki/3DS%E7%89%88">任天堂<img src="https://commons.wiki.gg/images/thumb/8/8d/3DS.svg/32px-3DS.svg.png" alt="任天堂3DS版" width="32" height="9" />版</a>中则只有<strong>进入游戏</strong>。注意,目前没有官方的跨版本联机的方法。</p>
|
||||
<p><a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/6/6c/Console_only.png" alt="主机版" width="17" height="13" /> 主机版</a>、<a href="https://terraria.wiki.gg/zh/wiki/%E7%A7%BB%E5%8A%A8%E7%89%88"><img src="https://terraria.wiki.gg/images/b/b2/Mobile_only.png" alt="移动版" width="11" height="16" /> 移动版</a>、<a href="https://terraria.wiki.gg/zh/wiki/%E5%89%8D%E4%BB%A3%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/4/4e/Old-Gen_Console_only.png" alt="前代主机版" width="12" height="16" /> 前代主机版</a>和<a href="https://terraria.wiki.gg/zh/wiki/3DS%E7%89%88">任天堂<img src="https://commons.wiki.gg/images/thumb/8/8d/3DS.svg/32px-3DS.svg.png" alt="任天堂3DS版" width="32" height="9" />版</a>有内置的<a href="https://terraria.wiki.gg/zh/wiki/%E6%95%99%E7%A8%8B">教程</a>,推荐先将它们玩完。</p>
|
||||
<p>本指南会假设你玩的是单人模式,因为在这个模式中更容易学习游戏的操作。但这和与朋友一起玩并不冲突。</p>
|
||||
<p>那么,就让我们一起来学习如何成为游戏早期的高手吧!</p>
|
||||
<h2>人物创建</h2>
|
||||
<img src='./recouce/Terraria.jpg'alt="Alven Website" width="300px" height=200px">
|
||||
<p> </p>
|
||||
<p><a href="https://terraria.wiki.gg/zh/wiki/%E7%94%B5%E8%84%91%E7%89%88%E7%89%88%E6%9C%AC%E5%8E%86%E5%8F%B2"><img src="https://terraria.wiki.gg/images/7/72/Desktop_only.png" alt="电脑版" width="16" height="12" /> 电脑版</a>上的人物创建菜单。</p>
|
||||
<p> </p>
|
||||
<p><a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/6/6c/Console_only.png" alt="主机版" width="17" height="13" /> 主机版</a>和<a href="https://terraria.wiki.gg/zh/wiki/%E7%A7%BB%E5%8A%A8%E7%89%88"><img src="https://terraria.wiki.gg/images/b/b2/Mobile_only.png" alt="移动版" width="11" height="16" /> 移动版</a>上的人物创建菜单。注意,人物会自动地随机生成。</p>
|
||||
<p>在确定想要游玩的模式后,就必须通过点击选择玩家界面上的<strong>新建</strong>来创建一个新角色。一旦你处于角色创建界面,你将可以看到许多可以定制的角色属性,这包括发型、发色、衣着及其颜色、肤色和眼睛的颜色!</p>
|
||||
<h3>名字和难度</h3>
|
||||
<p><a href="https://terraria.wiki.gg/zh/wiki/%E4%BA%BA%E7%89%A9">人物</a>的名字会在加入<a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%96%E7%95%8C">世界</a>时、在<a href="https://terraria.wiki.gg/zh/wiki/%E8%81%8A%E5%A4%A9">聊天</a>在发送消息时、以及<a href="https://terraria.wiki.gg/zh/wiki/%E6%AD%BB%E4%BA%A1">死亡</a>时出现。角色的名字不一定要和 Steam 的用户名或者主机的用户名相同。在<a href="https://terraria.wiki.gg/zh/wiki/%E7%94%B5%E8%84%91%E7%89%88%E7%89%88%E6%9C%AC%E5%8E%86%E5%8F%B2"><img src="https://terraria.wiki.gg/images/7/72/Desktop_only.png" alt="电脑版" width="16" height="12" /> 电脑版</a>、<a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/6/6c/Console_only.png" alt="主机版" width="17" height="13" /> 主机版</a>、和<a href="https://terraria.wiki.gg/zh/wiki/%E7%A7%BB%E5%8A%A8%E7%89%88"><img src="https://terraria.wiki.gg/images/b/b2/Mobile_only.png" alt="移动版" width="11" height="16" /> 移动版</a>中,可以在任何时候改变角色的名字。在<a href="https://terraria.wiki.gg/zh/wiki/%E5%89%8D%E4%BB%A3%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/4/4e/Old-Gen_Console_only.png" alt="前代主机版" width="12" height="16" /> 前代主机版</a>和<a href="https://terraria.wiki.gg/zh/wiki/3DS%E7%89%88">任天堂<img src="https://commons.wiki.gg/images/thumb/8/8d/3DS.svg/32px-3DS.svg.png" alt="任天堂3DS版" width="32" height="9" />版</a>中,角色的名字是不可更改的。</p>
|
||||
<p>你可以选择不同的角色<a href="https://terraria.wiki.gg/zh/wiki/%E9%9A%BE%E5%BA%A6">难度</a>选项:<a href="https://terraria.wiki.gg/zh/wiki/%E6%97%85%E8%A1%8C%E6%A8%A1%E5%BC%8F">旅行</a>、<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E8%BD%AF%E6%A0%B8%E6%A8%A1%E5%BC%8F">软核模式</a>(也叫软核)、<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E4%B8%AD%E6%A0%B8">中核</a>、和<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E7%A1%AC%E6%A0%B8">硬核</a>。<strong>备注:</strong>在<a href="https://terraria.wiki.gg/zh/wiki/3DS%E7%89%88">任天堂<img src="https://commons.wiki.gg/images/thumb/8/8d/3DS.svg/32px-3DS.svg.png" alt="任天堂3DS版" width="32" height="9" />版</a>中,所有玩家都只能游玩经典模式的角色,并且没有难度设置。</p>
|
||||
<p>角色难度设定决定当角色死亡时会发生什么——它不会影响其它方面的游戏体验,包括敌怪的难度。</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>旅行模式会提供给玩家“<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E7%A0%94%E7%A9%B6">研究</a>”物品、并使用若干种作弊选项的能力,就如同限制版的创造模式一样。玩家可以通过按下 <a href="https://terraria.wiki.gg/zh/wiki/%E6%B8%B8%E6%88%8F%E6%8E%A7%E5%88%B6">C</a> 来打开作弊菜单,这允许玩家启用<a class="mw-redirect" href="https://terraria.wiki.gg/zh/wiki/%E6%97%A0%E6%95%8C%E6%A8%A1%E5%BC%8F">无敌模式</a>、复制<a href="https://terraria.wiki.gg/zh/wiki/%E7%89%A9%E5%93%81">物品</a>、设置<a href="https://terraria.wiki.gg/zh/wiki/%E6%97%A5%E5%A4%9C%E6%9B%B4%E6%9B%BF">时间</a>和<a class="mw-disambig" href="https://terraria.wiki.gg/zh/wiki/%E5%A4%A9%E6%B0%94">天气</a>、禁用enemy spawning等。不过,旅行模式的人物只能进入旅行模式的世界,在游玩多人模式时也同样如此。</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>在<a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%BB%E6%9C%BA%E7%89%88"><img src="https://terraria.wiki.gg/images/6/6c/Console_only.png" alt="主机版" width="17" height="13" /> 主机版</a>和<a href="https://terraria.wiki.gg/zh/wiki/%E7%A7%BB%E5%8A%A8%E7%89%88"><img src="https://terraria.wiki.gg/images/b/b2/Mobile_only.png" alt="移动版" width="11" height="16" /> 移动版</a>中,作弊菜单则位于暂停菜单内的旅行栏。研究和复制在物品栏中有单独的栏位,与装备或宝箱等类似。</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>经典或者软核,意味着你会在死亡时掉落一部分<a href="https://terraria.wiki.gg/zh/wiki/%E9%92%B1%E5%B8%81">钱币</a>,掉落量取决于世界难度。玩家会失去一半、<a href="https://terraria.wiki.gg/zh/wiki/%E4%B8%93%E5%AE%B6%E6%A8%A1%E5%BC%8F"><strong>3/4</strong></a> 抑或<a href="https://terraria.wiki.gg/zh/wiki/%E5%A4%A7%E5%B8%88%E6%A8%A1%E5%BC%8F"><strong>全部的</strong></a>钱币。丢失的钱币可以在返回后重新拾取,但玩家可能需要击败敌怪才能把它们拿回来。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>中核意味着玩家会在死亡时丢失全部物品。如果是被<a href="https://terraria.wiki.gg/zh/wiki/%E7%86%94%E5%B2%A9">熔岩</a>或<a href="https://terraria.wiki.gg/zh/wiki/%E7%88%86%E7%82%B8%E7%89%A9">爆炸物</a>杀死,抑或是在死亡后离开了世界,物品可能就会永久性地消失。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>硬核则意味着玩家只有一条生命。死亡后,人物会被<strong>永久性地删除</strong>。注意:硬核与<a href="https://terraria.wiki.gg/zh/wiki/%E5%9B%B0%E9%9A%BE%E6%A8%A1%E5%BC%8F">困难模式</a>不是同一个东西。困难模式指的是已经击败过<a href="https://terraria.wiki.gg/zh/wiki/%E8%A1%80%E8%82%89%E5%A2%99">血肉墙</a>的世界所处的游戏状态。</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>初次游玩时,推荐选择经典或软核模式,这样就能玩得更轻松,不那么挫败。</p>
|
||||
<h3>外观(可选)</h3>
|
||||
<p>可以从视觉上调整人物的外观,玩家能够改变角色的性别、发型、眼睛的颜色、肤色和衣着。所有属性(在 1.4 前,不包括眼睛的颜色和肤色)都可以在游戏中通过使用特定的物品加以改变。</p>
|
||||
<p><a class="image" href="https://terraria.wiki.gg/zh/wiki/File:Create_character_prompt_mobile.png"><img src="https://terraria.wiki.gg/images/thumb/a/a1/Create_character_prompt_mobile.png/300px-Create_character_prompt_mobile.png" alt="Create character prompt mobile.png" width="300" height="129" /></a></p>
|
||||
<p>这些外观选项除了影响视觉效果、玩家受伤声音效果和偶尔的NPC引用外,在游戏玩法上没有任何影响。</p>
|
||||
</article>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5.1/build/highlight.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">hljs.highlightAll();</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="
|
||||
background-color: rgb(23, 36, 68);
|
||||
font-size:14px;
|
||||
text-align: center;
|
||||
"><!-- 尾部 -->
|
||||
<h3>Dark Pixel Fantasy net</h3>
|
||||
<a href="http://cloud.mcafra.top:25565/"> 旧网站链接</a>
|
||||
<a href="http://cloud.mcafra.top:3000/"> 阈限空间维基百科</a>
|
||||
<a href="http://cloud.mcafra.top:8080/"> 班级网站</a>
|
||||
<a href="./other-Reading .html">旧版残留</a>
|
||||
</div>
|
||||
|
||||
<div style="
|
||||
background-color:rgb(23, 36, 68);
|
||||
text-align: center;
|
||||
padding: 1%;
|
||||
font-size: 10px;
|
||||
"><!-- 版权声明 -->
|
||||
<p>© 2025 Alven Personal website. All Rights Reserved. Powered by YuYun</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user