Web ISS Studio is a Graphical Web User Interface to create your own game based on International Superstar Soccer for Super Nintendo Entertainment System (SNES).
You can edit:
- Players (name, shirt number, hair and skin color, normal or special, hairstyle)
- Hair and skin colors (normal players, special players and goalkeepers)
- Team names (positional text and tile images under the flag)
- Flag (design and colors)
- Uniform (kit) colors (for outfield players, first and second kits, and goalkeepers)
- Works well with original ROM International Superstar Soccer (Europe), and ROMs based on it.
- When you save the design of a flag or a team name tile based image, team name tiled images are moved to the address 0x17680, so that you will have additional space to create more flags than the original game (from 0x48000 to 0x48A7F)
Addresses used by editor (you will recieve an error in order to protect your ROM if data overtake these addresses)
0x48000 to 0x48A7F - Flag design tile images 0x17680 to 0x17FFF - Team name tile images (automatically moved to this address) 0x43ED5 to 0x44486 - Team name positional text data
- Download a compatible SNES ROM of
International Super Star Soccer
- Enter to Web ISS Studio
- Open ROM
- Edit ROM
- Read Team
- Read Teams Names
- Read Team Flags
- Read Team Colors
- Read Team Players
- Read Player Names
- Read Player Number
- Read Player Hair
- Read Player Color
- Read Player Abilities
- Write Team
- Write Teams Names
- Write Team Flags (Editor)
- Write Team Colors
- Write Team Players
- Write Player Names
- Write Player Number
- Write Player Hair
- Write Player Color
- Write Player Abilities
- Navigate between teams
- Edit Initial Image
- Edit Sounds
- Edit GoalKeeper colors
- ⚡️ Vite
- Vue3
- WASM
- C++
- Rodrigo Mallmann Guerra This is a web version of
ISS Studio
the editor created in Java by Rodrigo - Vladimir Protopopov creador de
KONAMI SNES COMPRESSOR
andKONAMI SNES DECOMPRESSOR