| General Category > General Discussion |
| Emulation Project, Art. |
| << < (2/2) |
| Thaddeus Grey:
Very cool indeed, this may rekindle my interest in emulation. We shall see. Love the Sega CD work ;D . |
| Hexxxer:
hey, I am proficient in C#, C++, Java, VB and a bunch of things that don't really relate. I guess the database thing really depends if you plan on saving it online or offline. What emulator are you planning on using? |
| DragonRose:
Its offline, hexxen, so all cover art etc is packaged with the exe's, as the consoles in this one have no new games released, rather then make users download the covers separately. Databases are a complete mystery to me, as i said not long been coding (only started learnign in February) But to my understanding all the info i use code to currently trigger, could be put in a database, and triggered with alot less code used int he applications exe, making it faster (important on consoles with 600+ games): --- Code: --- If (lbg1.SelectedItem = "1080: Avalanche") Then fs.ImageLocation = System.IO.Directory.GetCurrentDirectory() & "\pics\" & "1fs.jpg" bs.ImageLocation = System.IO.Directory.GetCurrentDirectory() & "\pics\" & "1bs.jpg" s1.ImageLocation = System.IO.Directory.GetCurrentDirectory() & "\pics\" & "1s1.jpg" s2.ImageLocation = System.IO.Directory.GetCurrentDirectory() & "\pics\" & "1s2.jpg" serial1.Text = "DOL-GTEE-USA" genre1.Text = "Snowboarding" name2.Text = "-" name1.Text = "1080: Silver Storm" --- End code --- The Default emulator for the SCD is Gens sureal edition, and for Saturn its yabuse, but the user has the option of using other emulators if they want. |
| Navigation |
| Message Index |
| Previous page |