Overview â
Shining Force Cross Elysion, later expanded with Shining Force Cross Raid, is an arcade game developed by SEGA, part of the Shining series. It's a multiplayer action RPG that combines hack-and-slash gameplay with strategic elements, allowing players to team up, explore dungeons, fight various monsters, and upgrade their characters and equipment in a fantasy setting.
Shining Force Cross Elysion/Cross Raid â
WARNING
All SFC games donât support private server save.
For some reason, the IC card used by Shining Force series have to be located at the root of C:\ drive for the game to detect the IC card.
- Create a windows batch file
copy_ic_card_to_c_root.batthat copy theic_cardtoC:\ root
@echo off
copy /y "r:\ROMS-Arcade-PC-Modern\Sega RingEdge\Shining Force - Cross Raid V1.05\ic_card\iccard.*" C:\- Create another windows batch file
copy_ic_card_from_c_root.batthat copy the ic_card fromC:\back to the gameic_cardfolder.
@echo off
copy /y C:\iccard.* "r:\ROMS-Arcade-PC-Modern\Sega RingEdge\Shining Force - Cross Raid V1.05\ic_card"Create ic_card folder in the game folder.
Game root folder after setting up all the files.

Running the Game â
Press F2 in the main screen to load IC card.
RocketLauncher Setup â

Also set Pre/Post Launch options so that it will copy the game ic card to C: before running the game, and copy the changed ic card back to the game ic_card folder when exiting the game.
- PreLaunch:
copy_ic_card_to_c_root.bat - PostExit:
copy_ic_card_from_c_root.bat
