Official site for a Matrix-themed total conversion mod for Grand Theft Auto: Vice City, created in Romania in 2005.
GTA Vali's City was a full total conversion mod for GTA Vice City developed between summer 2004 and spring 2005 by Valentin Rădulescu while still in high school.
It is built on top of the classic mod City of Lost Heaven (inspired by Mafia 1) and adds a distinct Romanian flavor with new missions, custom vehicles, locations, outfits, and a strong Matrix aesthetic mixed with assets from Half-Life 2 and other early 2000s games.
- 12 missions (4 main + 8 side missions unlocked via mobile phone with TAB)
- Custom cars, weapons, player skins (including Neo)
- Custom radio stations featuring B.U.G. Mafia, Ca$$a Loco, Nightwish, Freestyler and VALI'S ROCK
- Fun bonuses: quick save (C), free health/armor from ice cream trucks (TAB), nitro at Pay 'n' Spray
- Extra activities: motocross races, Steaua vs Dinamo football match, PCJ-600 time trial
If you played the mod back in the day or you're discovering it now, thank you for keeping it alive for more than 20 years!
- Official Website: https://vali-city.com/
- Improved 2025 Version (recommended – with SilentPatch, Widescreen Fix, 60 FPS limit, bug fixes): gtamoduri.ro
- Original RC2 (2005): Available on the website
- City of Lost Heaven (base mod): hosted on GitHub
- Remake – Vali's City Reloaded (2026): In development by Claudiu Florea & MattL1010
old-site/— Archive of the original 2005 websiteassets/— Screenshots, images, and old assets used on the new siteCONTENT.md— Source content for the website (in Romanian)- Static website built with HTML + CSS + JS (see
index.html,styles/,scripts/)
# First install dependencies
npm install
# Run dev mode with auto-reloading
npm run dev
# OR create a production build and deploy it to GH Pages
npm run build
npm run deploy