Update README.md

Перевод на русский, небольший изменения.

Signed-off-by: AderKonstantin <66168124+AderKonstantin@users.noreply.github.com>
This commit is contained in:
AderKonstantin 2024-12-09 12:16:36 +03:00 committed by GitHub
parent f73d1288c7
commit 6531ca9744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,20 @@
# Multiplayer Game Project "Robot Fire" # Multiplayer Game Project "Robot Fire"
- Work Title: Robot Fire - Work Title: Robot Fire
- Age: 16+
- Preview Date: 11/12/2024 - Preview Date: 11/12/2024
- Release Date: - - Release Date: -
## Todo ## Todo
- Distance Fog for Camera - Distance Fog for Camera / Туман для камеры
- Server-Client Rpc Synchronization - Server-Client Rpc Synchronization (NetCode for GameObjects) / Синхронизация RPC сервера и клиента
- In-game debug console. - In-game debug console / Внутриигровая консоль отладки
- Custom kinematic character controller (for base Character Movement). - Custom kinematic character controller (for base Character Movement) / Пользовательский кинематик контроллер персонажа
- Momentum-based movement - Momentum-based movement / Движение на основе импульса
- Snappy movement - Snappy movement / Мгновенное движение
- Collision Detection - Collision Detection / Обнаружение столкновений
- In-game runtime editor.
# Game Mechanics !Это прост идеи что можно было было сделать
# Game Mechanics / Игровые механики
## Resources  ## Resources 
- `gun_bullets` - `gun_bullets`
- `projectiles` for such weapons - `projectiles` for such weapons
@ -27,43 +26,10 @@
- `platinum` (for radioelectronics), - `platinum` (for radioelectronics),
- `iron` (for spare_parts or armor_plates). - `iron` (for spare_parts or armor_plates).
## Classes ## Robots Classes / Their Tasks:
- Class Robot - **Trooper** / Солдат (Двуногий робот похожий на человека): Может нести штурмовые винтовки и больше брони. Захват точек и тем самым обеспечение команды различными ресурсами. Цель: атака и захват новых территорий.
- DualRiped Human-like - **Builder** / Инженер (Четырехногий маленький робот-инженер): Может использовать спецоружие в одном слоте, может перетаскивать большие грузы (до 5 тележек) на большие расстояния. Назначение: укрепление территорий.
- QuadRiped Robot Small - **Engineer** / Строитель (Четырехногий большой робот-строитель): может нести только специальное оружие. Создает оружие, боеприпасы, запчасти, улучшения для роботов. Цель: улучшения роботов.
- QuadRiped Robot Big
## Robots (Classes / Their Tasks)
Standard Class (Robot (Non-Playing Class / Parent Class) ):
Robots can move.
Robots have different movement speeds.
Robots have inventory slots (weapons, mods, cargo).
Robots can carry loads with them: small boxes and boxes on themselves, trolleys on a trailer.
Robots can be repaired (using spare parts).
The player can switch between free robots connected to the docking station.
Robots can be rebuilt on the docking station, without the cost of spare parts.
Each robot has a role that defines its characteristics.
From the roles of robots: **Trooper**, **Builder**, **Engineer**.
- **Trooper**: can carry assault rifles and more armor. Capturing points and thus providing the team with various resources. Purpose: attack and capture new territories.
- **Builder**: can use a special weapon in one slot, can drag large loads (up to 5 trolleys) over long distances. Purpose: logistics and strengthening of territories.
- **Engineer**: can only carry special weapons. Creates weapons, ammo, spare parts, improvements for robots. Goal: Improve the army of robots.
### Soldier (Trooper)
Analog of Troop Soldier
### Builder
Big Quad-Ripped Digger Bot
- Can Build
- Can Repair Walls
- Can Walk on Walls
- Heavy
### Engineer
Small Quad-Ripped Engineer Bot works on Robots & Turrets & Other Tools
Three branches of development:
- Mechanics (mechanical parts): weapons, logistics, armor.
- Electronics (electronic parts): interface, robot repair, robot creation.
- Radio engineering (radio hacking): turning off the robot, capturing the robot, radio interference.
## Players in Game ## Players in Game
- 24 / All - 12v12 Team - 24 / All - 12v12 Team
@ -72,11 +38,13 @@ Three branches of development:
- 4 / Builders - 2v2 - 4 / Builders - 2v2
## Weapons ## Weapons
1) Handgun 1) Handgun / Пистолет
2) Assault Rifle 2) Assault Rifle / Штурмовая винтовка
3) SMG 3) SMG / Пистолет-пулемет
4) Shotgun 4) Shotgun / Дробовик
## Docking Station ## Docking Station
The Docking Station is a base for each teams. Reproduce new robots each two minutes. In order to win, the enemy must destroy this Docking Station. The Docking Station can be repaired by medics/engineers. The Docking Station is a base for each teams. Reproduce new robots each two minutes. In order to win, the enemy must destroy this Docking Station. The Docking Station can be repaired by engineers.
Док-станция — это база для каждой команды. Каждые две минуты воспроизводите новых роботов. Чтобы победить, противник должен уничтожить эту док-станцию. Док-станцию ​​могут ремонтировать инженеры.