Skip to content

Releases: LielXD/CS2-WeaponPaints-Website

v2.3

Choose a tag to compare

@LielXD LielXD released this 09 Jan 21:00

v2.3

No release in a long time
This release with a lot of bug fixes, added stickers on 3d models view.

sorry for the long wait i really have no time working on this project but i didnt forget it dont worry :)

Updates

  • Removed 3D textures paths from json files so the website will detect textures automatically.

  • To update game skins when they get added simply delete config.php file and re-enter your data again
    in the setup website page, then it will update json files with new skins.

  • Re-coded authorize page to match openid version of steam so no more problems with signing to the website.
    that means your site will be able to authorize from localhost or any other domain (finally..).

  • Fixed Agents and Music bugs that had some issues.

  • Fixed issues with 3D metal textures of webp file type.

  • Fixed searching stickers input.

  • Fixed issue with wrong teams input apply to database.

  • Fixed minor bugs with Apply buttons.

  • Added stickers on 3D view. (Not that accurate but its enough).

Issues / Reports

If you encounter a bug or something that doesn't work right don't hesitate to open an issue here at the github repository as I sees all issues.
yet maybe i cant answer straight away.

If you see any weapon skins that doesn't shows up in a 3D view please let me know as I have to add the new textures skins to the files.

v2.2

Choose a tag to compare

@LielXD LielXD released this 26 May 13:08
2fad756

v2.2

Updates

  • Added new 2025 spring skins #116 .
    (no 3d skins for new doppler knife skins will add them in the future).
  • Added seed option to gloves #104 .

Sorry for not updating for a long time,
I know I need to add the stickers and more functions but I really have no time.
the moment I will have some free time I will work on those features.

for now I added the new skins.

v2.1.7

Choose a tag to compare

@LielXD LielXD released this 28 Feb 07:49
f8b1381

v2.1.7

small update

Updates

v2.1.6

Choose a tag to compare

@LielXD LielXD released this 18 Feb 10:04
e6c9f77

v2.1.6

small fixes.

Updates

  • Fixed default characters bug.
  • Fixed issue when user enters url without authorize and it wont send him back to the login page.

v2.1.5

Choose a tag to compare

@LielXD LielXD released this 15 Feb 07:29
c5269c8

v2.1.5

small release with some bug fixes and minor changes.

Updates

  • minor bug fixes
  • PHP support to all versions.

Tested on PHP:
7.4, 8.1, 8.2, 8.3, 8.4
should work on all versions.

any bug feel free to tell me.

v2.1.0

Choose a tag to compare

@LielXD LielXD released this 14 Feb 09:42
aeacb5c

v2.1.0

Updates

  • Added all skins that missing from 3D preview like: all doppler and gamma doppler skins.
  • Added custom page for first time setting up the website instead of filling the config.php now the site will generate that.
    so that makes that if you update the website it wont replace your config.php and need to fill it again. issue #90 .
  • Added option to config for Exclusive team weapons. so you can choose to apply Exclusive weapons to both teams.
  • Fixed translations missing #95 .
  • Changed some bug that message box wont show errors correctly.
  • Minor fixes.

To Do

  • Display Stickers & Keychain on the 3D preview.
  • Stickers & Keychain custom position.
  • Add models of characters (currently only weapons, knifes, gloves models exists).

I suggest to remove old config.php and generate one using the new ui just install the website and enter it then you will see the new setup.

v2.0.0

Choose a tag to compare

@LielXD LielXD released this 02 Feb 19:55
936bef4

CS2 WeaponPaints website with huge update.

after a lot of effort with no time, finally a new version to the website v2.0.0,
with all the current features weaponpaints have to offer.

Requirements

  • Webserver
    • Apache - use .htaccess file included.

      OR

    • Nginx - use this location block in .conf file

      location / {
           try_files $uri /index.php?path=$uri&$args;
      }
  • PHP - make sure to enable in php.ini these:
    • extension_dir = "ext"
    • extension=curl
    • extension=pdo_mysql

You ofc need a webhost to host the website.

Updates

  • Recoded the whole website backend.
  • Changed the URL structure.
  • Removed ugly code from the config file.
  • The website will now recognize if using subfolder.
  • Better error handling, now it will display the errors instead of blank skins page.
  • Added skin team preview to pages of weapon/skin select.
  • Added custom page for customizing skins.
    • Added team selection for skins.
    • Added Nametag.
    • Added Stattrak.
    • Added Stickers.
    • Added Keychains.
    • 3D preview of the skin in real time.

Bugs

if you found any bug don't hesitate to open issue here at the github repository.
but please check old issues first to see if the bug is already discovered.

I have checked most of the textures of the 3D preview, but if you found any texture error let me know...

To Do

  • Display Stickers & Keychain on the 3D preview.
  • Stickers & Keychain custom position.
  • Update rest of the language files (only English and Hebrew up to date).
  • Add models of characters (currently only weapons, knifes, gloves models exists).

would be happy if some of you can update the language files and send me, currently updated languages:
English, Hebrew.

Donations

any donation would be appreciated.
Skins trade link => https://steamcommunity.com/tradeoffer/new/?partner=1684190212&token=u_ofAuvN
Paypal => https://paypal.me/lielxd

Preview Website

link => https://cs2.lielxd.com/

v1.4.1

Choose a tag to compare

@LielXD LielXD released this 18 Oct 10:23
2619a8c

* Updated data folder with the new skins/agents/music kits/gloves of the recent game updates.

Sorry for the late update release I have no time at home so It's hard working on this project.

v1.4.0

Choose a tag to compare

@LielXD LielXD released this 13 Mar 15:48
155015e
  • Added support for music kits.
  • Changed player agents to their default image and removed old pictures #35.
  • Changed icon of agents category #35.
  • Changed skins grid layout to start from left #36.
  • Improved some loops.

v1.3.6

Choose a tag to compare

@LielXD LielXD released this 06 Mar 21:04
ebd0292

Added support for agents.

  • Some minor improvements to the website load.
  • Added the ability to change equipped skin settings.