Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [中文](README_ZH.md) ##

Make the camera more realistic in the first-person view.
Supported versions: 1.20-1.21 Fabric & NeoForge.
Supported versions: 1.18.2-1.20.4 Forge,1.18.2-1.21.4 Fabric,1.21-1.21.4 NeoForge.
Download the mod from [Releases](https://github.com/xTracr/RealCamera/releases), [Modrinth](https://modrinth.com/mod/real-camera) or [CurseForge](https://curseforge.com/minecraft/mc-mods/real-camera)
Snapshots are [here](https://github.com/xTracr/RealCamera/actions/workflows/build.yml)

Expand All @@ -13,7 +13,7 @@ Snapshots are [here](https://github.com/xTracr/RealCamera/actions/workflows/buil
* Customize the position and rotation of the camera.
* Render player model in first-person perspective.
* Use F6 to toggle the feature on or off and other hotkeys to adjust the camera.
* Configure these features in the config screen (Cloth Config required).
* Mod version 0.6+,configure these features in the Model View Screen.

### Configuration (0.6+) ###

Expand Down Expand Up @@ -42,12 +42,25 @@ Snapshots are [here](https://github.com/xTracr/RealCamera/actions/workflows/buil
### Compatibility ###

* Incompatible:
* OptiFine
* Armourer's Workshop
* Armors based on GeckoLib
* OptiFine;
* Armourer's Workshop(Mod version 0.6+);
* Armors based on GeckoLib;
* Customizable Player Models;
* Epic Fight(Mod version 0.6-);
* Timeless and Classics Zero,version 1.1.4+.

* Compatible:
* most camera mods
* most player model mods
* most camera mods;
* most player model mods;
* Armourer's Workshop(Mod version 0.6+);
* Epic Fight(Mod version 0.6+);
* First-person Model;
* Not Enough Animations;
* ParCool!;
* Pehkui;
* Player Animation Lib;
* Timeless and Classics Zero,version 1.0.3-;
* Yes Steve Model(Real Camera mod version 0.6.15 on github tried to fix problem about Yes Steve Model).


* Model Mod Compatibility Requirements with `Real Camera` (Based on Official Mappings):
Expand Down
37 changes: 25 additions & 12 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## [English](README.md) ##

使第一人称视角下的摄像头更加真实。
支持的版本: 1.20-1.21 Fabric & NeoForge
支持的版本: 1.18.2 - 1.20.4 Forge,1.18.2 - 1.21.4 Fabric,1.21 - 1.21.4 NeoForge
从[Releases](https://github.com/xTracr/RealCamera/releases)、[Modrinth](https://modrinth.com/mod/real-camera)或[CurseForge](https://curseforge.com/minecraft/mc-mods/real-camera)下载
快照版在[这里](https://github.com/xTracr/RealCamera/actions/workflows/build.yml)

## 特性 ##

* 将摄像头绑定到身体的特定部位
* 自定义摄像头的位置和旋转角度
* 在第一人称视角下渲染玩家模型
* 按下F6来开关,另外一些键来调整摄像头
* 在配置界面配置以上特性(需Cloth Config)
* 将摄像头绑定到身体的特定部位;
* 自定义摄像头的位置和旋转角度
* 在第一人称视角下渲染玩家模型
* 按下F6来开关,另外一些键来调整摄像头
* 模组版本0.6以上,在配置界面配置以上特性(需要Cloth Config展示配置界面)。

### 配置 ###

Expand All @@ -36,18 +36,31 @@
## 常见问题 ##

* 模型的一部分(如头发)始终挡在面前,怎样隐藏它?
* 增加这个值或许有所帮助
* 增加这个值或许有所帮助
![screenshot_2024_6_2_22_42](https://github.com/xTracr/RealCamera/assets/57320980/78c246e8-34aa-4979-89de-780ee907870b)

### 兼容性 ###

* 不兼容:
* OptiFine
* Armourer's Workshop
* 基于GeckoLib的盔甲
* OptiFine;
* Armourer's Workshop(时装工坊)(真实相机0.6版本以上);
* 基于GeckoLib的盔甲;
* Customizable Player Models(自定义玩家模型);
* Epic Fight(史诗战斗)(真实相机0.6版本以下);
* [TaCZ]永恒枪械工坊:零 1.1.4版本及以上。
* 兼容:
* 多数摄像头模组
* 多数模型模组
* 大多数修改玩家镜头的模组;
* 多数模型模组;
* Armourer's Workshop(时装工坊)(真实相机0.6版本以下);
* Epic Fight(史诗战斗)(真实相机0.6版本以上);
* First-person Model(更真实的第一人称模型);
* Not Enough Animations(更多动画);
* Player Animation Lib;
* Pehkui;
* ParCool!;
* [TaCZ]永恒枪械工坊:零 1.0.3版本及以下;
* Yes Steve Model(是,史蒂夫模型)(真实相机0.6.15尝试修复了关于YSM的不兼容问题)。



* 模型模组与`Real Camera`兼容的必要条件(基于官方映射):
Expand Down