mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-07-21 20:56:28 +03:00
[docs] ReAPI docs stub
This commit is contained in:
parent
64b58dc6fd
commit
227870db62
15
docs/core-projects/ReAPI/compilling.md
Normal file
15
docs/core-projects/ReAPI/compilling.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
id: reapi-compilling
|
||||||
|
title: Compilling
|
||||||
|
sidebar_position: 4
|
||||||
|
description: ReAPI - AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
slug: /reapi/compilling
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>ReHLDS: Compilling | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Build instructions
|
||||||
|
|
||||||
|
### Checking requirements
|
13
docs/core-projects/ReAPI/credits.md
Normal file
13
docs/core-projects/ReAPI/credits.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-credits
|
||||||
|
title: Credits
|
||||||
|
sidebar_position: 5
|
||||||
|
description: ReAPI - AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
slug: /reapi/credits
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>ReHLDS: Credits | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Credits
|
9
docs/core-projects/ReAPI/index.md
Normal file
9
docs/core-projects/ReAPI/index.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
id: reapi
|
||||||
|
title: ReAPI
|
||||||
|
sidebar_position: 1
|
||||||
|
description: ReAPI - AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
slug: /reapi
|
||||||
|
---
|
||||||
|
|
||||||
|
# What is ReAPI?
|
13
docs/core-projects/ReAPI/installing.md
Normal file
13
docs/core-projects/ReAPI/installing.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-install
|
||||||
|
title: Installation
|
||||||
|
sidebar_position: 2
|
||||||
|
description: ReAPI - AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
slug: /reapi/install
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>ReHLDS: Installing | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Installing
|
13
docs/core-projects/ReAPI/settings.md
Normal file
13
docs/core-projects/ReAPI/settings.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-settings
|
||||||
|
title: Settings
|
||||||
|
sidebar_position: 3
|
||||||
|
description: ReAPI - AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
slug: /reapi/settings
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>ReHLDS: Settings | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Settings
|
@ -26,6 +26,10 @@ Metamod-r is an optimized version of the original Metamod, acting as a dynamic p
|
|||||||
|
|
||||||
ReGameDLL_CS is a re-engineered version of the Counter-Strike GameDLL, providing server admins and modders with an enhanced, stable base for running Counter-Strike 1.6 and Condition Zero. It offers extended APIs, additional game settings, and improved security, enabling advanced modifications and enhanced control over server settings.
|
ReGameDLL_CS is a re-engineered version of the Counter-Strike GameDLL, providing server admins and modders with an enhanced, stable base for running Counter-Strike 1.6 and Condition Zero. It offers extended APIs, additional game settings, and improved security, enabling advanced modifications and enhanced control over server settings.
|
||||||
|
|
||||||
|
### ReAPI
|
||||||
|
|
||||||
|
ReAPI is a AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
|
||||||
|
|
||||||
## Why Choose ReHLDS Projects?
|
## Why Choose ReHLDS Projects?
|
||||||
|
|
||||||
The ReHLDS suite is intended for server administrators, modders, and developers who want more control, improved stability, and advanced customization options for their HLDS-based servers. With regular updates and contributions from dedicated developers, ReHLDS components are reliable, compatible, and ideal for maintaining high-performance servers for today’s gaming needs.
|
The ReHLDS suite is intended for server administrators, modders, and developers who want more control, improved stability, and advanced customization options for their HLDS-based servers. With regular updates and contributions from dedicated developers, ReHLDS components are reliable, compatible, and ideal for maintaining high-performance servers for today’s gaming needs.
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
id: reapi-compilling
|
||||||
|
title: Инструкция по сборке
|
||||||
|
sidebar_position: 4
|
||||||
|
description: ReAPI - Модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
slug: /reapi/compilling
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>reapi: Инструкция по сборке | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Инструкция по сборке
|
||||||
|
|
||||||
|
### Проверка требований
|
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-credits
|
||||||
|
title: Авторы
|
||||||
|
sidebar_position: 5
|
||||||
|
description: ReAPI - Модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
slug: /reapi/credits
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>reapi: Авторы | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Авторы
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
id: reapi
|
||||||
|
title: ReAPI
|
||||||
|
sidebar_position: 1
|
||||||
|
description: ReAPI - Модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
slug: /reapi
|
||||||
|
---
|
||||||
|
|
||||||
|
# Что такое ReAPI?
|
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-install
|
||||||
|
title: Установка
|
||||||
|
sidebar_position: 2
|
||||||
|
description: ReAPI - Модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
slug: /reapi/install
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>reapi: Установка | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Установка
|
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: reapi-settings
|
||||||
|
title: Настройки
|
||||||
|
sidebar_position: 3
|
||||||
|
description: ReAPI - Модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
slug: /reapi/settings
|
||||||
|
---
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>reapi: Настройки | ReHLDS</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
# Настройки
|
@ -26,6 +26,10 @@ Metamod-r — это оптимизированная версия оригин
|
|||||||
|
|
||||||
ReGameDLL_CS — это переработанная версия GameDLL для Counter-Strike, предоставляющая администраторам серверов и моддерам улучшенную, стабильную основу для работы серверов Counter-Strike 1.6 и Condition Zero. Она предлагает расширенные API, дополнительные игровые настройки и повышенную безопасность, позволяя реализовывать продвинутые модификации и улучшенный контроль над параметрами сервера.
|
ReGameDLL_CS — это переработанная версия GameDLL для Counter-Strike, предоставляющая администраторам серверов и моддерам улучшенную, стабильную основу для работы серверов Counter-Strike 1.6 и Condition Zero. Она предлагает расширенные API, дополнительные игровые настройки и повышенную безопасность, позволяя реализовывать продвинутые модификации и улучшенный контроль над параметрами сервера.
|
||||||
|
|
||||||
|
### ReAPI
|
||||||
|
|
||||||
|
ReAPI — это модуль AMXModX, предоставляющий API для плагинов ReHLDS, ReGameDLL и Metamod (например, ReUnion, ReVoice).
|
||||||
|
|
||||||
## Почему стоит выбрать проекты ReHLDS?
|
## Почему стоит выбрать проекты ReHLDS?
|
||||||
|
|
||||||
Пакет ReHLDS предназначен для администраторов серверов, моддеров и разработчиков, которые хотят больше контроля, улучшенную стабильность и продвинутые возможности настройки для своих серверов на основе HLDS. С регулярными обновлениями и вкладом преданных разработчиков компоненты ReHLDS надёжны, совместимы и идеально подходят для поддержания высокопроизводительных серверов, соответствующих современным требованиям игровой индустрии.
|
Пакет ReHLDS предназначен для администраторов серверов, моддеров и разработчиков, которые хотят больше контроля, улучшенную стабильность и продвинутые возможности настройки для своих серверов на основе HLDS. С регулярными обновлениями и вкладом преданных разработчиков компоненты ReHLDS надёжны, совместимы и идеально подходят для поддержания высокопроизводительных серверов, соответствующих современным требованиям игровой индустрии.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user