autotronic
autotronic.dunce.party
CROSSPOST FROM https://github.com/potatolover68/autotronic/blob/main/README.md
so named because the first skin i made was an autotronic karambit
An interactive web viewer for CS:GO weapons in the style of a Trading Card.
this site's art is licensed under the CC BY-NC-SA 4.0 this sites code uses https://micku7zu.github.io/vanilla-tilt.js/ under the MIT License
the code is under the AGPL v3 license
csgoitems.blend: https://drive.google.com/file/d/1HVAFL85yoonOeP3hxbas3MG7Wcs3OLJP/view?usp=sharing
Features
- Interactive 3D card tilt effect
- Weapon categorization and filtering
- Search functionality
- Compact view mode
- do not press f pls
Card Creation Guide
Tools Required
- Figma
- Blender (with csgoitem.blend)
- Image editing software for upscaling
Card Creation Process
-
Blender Setup
- Use csgoitem.blend to render your weapon images
- weapons are exported with Source2Viewer as a gltf then imported into blender where it is manually lit and exported at high quality
-
Figma Layout

- Create an outer frame of 450x630 pixels
- Inside this, create Frame 1 at 300x420 pixels
- Place your rendered weapon image inside the outer frame
-
Image Export Process
- Export Frame 1 (300x420)
- Upscale the exported image by 4x to achieve 1200x1680 final resolution
- This will be your final card image
Card Design Specifications
-
Outer Frame: Ax630 pixels
- Used as the working area in Figma
- Contains all design elements
- A can be anything, as long as the inner frame is centered
-
Inner Frame (Frame 1): 300x420 pixels
- Main card design area
- Will be upscaled 4x for final output
Adding New Cards
- Create your card following the process above
- Add the card information to
weapons.json
:
{
"name": "Weapon Name",
"category": "Category",
"image": "./assets/weapon_front.png",
"image-alt": "Weapon Name Front",
"card": "./assets/weapon_card.png",
"card-alt": "Weapon Name Card",
"link": "optional-steam-market-link"
}
Development
Setup
- Clone the repository
- Open
index.html
in a modern web browser - No build process required - it's pure HTML, CSS, and JavaScript
File Structure
index.html
- Main applicationweapons.json
- Weapon data and card informationassets/
- Contains all weapon images and cardsfonts/
- IBM Plex Mono font fileslogo.svg
- dunce.party logofire.webp
,fire2.webp
- press f do discover whatever this is
- ← Previous
NHD Tips & Tricks