> For the complete documentation index, see [llms.txt](https://abdulkadir-aktas.gitbook.io/qadr_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdulkadir-aktas.gitbook.io/qadr_docs/qadr_identity/installation/old-redemrp.md).

# Old RedemRP

* Be sure you have RedEM and RedEM:RP Installed if not --> [RedEM](https://github.com/kanersps/redem) --> [RedEM:RP](https://github.com/RedEM-RP/redem_roleplay)
* Run this SQL command on your database

```sql
ALTER TABLE `users` ADD COLUMN `allowedcharactercount` INT(11) NULL DEFAULT '1';
ALTER TABLE `users` ADD COLUMN `ambient` JSON NOT NULL DEFAULT '{"ambiyansyeri":1,"campfire":1,"tent":1}';
```

if you get `Error Code: 1101. BLOB, TEXT, GEOMETRY or JSON column 'ambient' can't have a default value` this error, use this sql command

```sql
ALTER TABLE `users` ADD COLUMN `ambient` VARCHAR(100) NULL DEFAULT '{"ambiyansyeri":1,"campfire":1,"tent":1}'
```

* Requirements
  * [RedEM](https://github.com/kanersps/redem)
  * [RedEM:RP](https://github.com/RedEM-RP/redem_roleplay)
  * [qadr\_menu\_base](https://github.com/abdulkadiraktas/redemrp_menu_base)
  * [RedEM-RP Respawn](https://github.com/RedEM-RP/redemrp_respawn)
  * [redemrp\_skin](https://github.com/RedEM-RP/redemrp_skin)
  * [redemrp\_clothing](https://github.com/RedEM-RP/redemrp_clothing)
* Copy qadr\_identity into resource folder.
* Folder name must be "qadr\_identity"
* add `ensure qadr_identity` after requirements
* This resource load some data from github.\
  [Some data](https://github.com/abdulkadiraktas/tebexvalidation/blob/main/datas.json)
