September 03, 2010, 12:55:19 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new SCdev forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: slot2 - 2.69 update 18/02/09  (Read 3180 times)
jmr
Administrator
*

Props: 76
Offline Offline

Posts: 1500



View Profile
« on: February 19, 2009, 01:48:28 PM »

google translate

Quote
1. Add reader mode options, and enhance compatibility
2. To amend the new Detect Card Games, the Games should not continue to BUG
3.3369 due to temporarily solve the speed problem

http://eng2.supercard.cn/download/setupnewV269en.zip
http://eng2.supercard.cn/download/setupmicrosdV269en.zip
http://eng2.supercard.cn/download/setupsdV269en.zip
http://eng2.supercard.cn/download/setuprumbleV269en.zip
Logged



I'm usually on irc if you want to talk
idle as im not always at my pc

irc://efnet/#scdev.org
dantheman
Global Moderator
*

Props: 41
Offline Offline

Posts: 1792


DanTheManMS@hotmail.com DanTheManMS
View Profile WWW
« Reply #1 on: February 19, 2009, 02:24:24 PM »

"Add reader mode options"

That sounds interesting, like they updated the in-game guide function?  Hm, wonder what it means exactly. 
Logged
GaussTek
Member
*

Props: 2
Offline Offline

Posts: 38


View Profile
« Reply #2 on: February 19, 2009, 11:09:52 PM »

SW-CW Jedi Alliance still doesn't work on my rumble and tried multiple settings (including messing with the new Card Read Mode). So I guess won't be fixed.

As M&L RPG 3, yeah still doesn't work, but at least you can go to menu (freezes at the same spot as M3Real).

Anyway, only two games not working... not bad at all for a Slot-2 Card =D
Logged
anton
Established Member
*

Props: 5
Offline Offline

Posts: 343


View Profile
« Reply #3 on: February 20, 2009, 09:15:08 AM »

Which one is the one for Supercard SD?  Cheesy
Logged

Universal Slot-2 DS Patch Settings:
N/N/Y/N/N/N/Y

Latest Version:
1.85/2.71 SCSD
kkan
Guru
*

Props: 5
Offline Offline

Posts: 3341



View Profile
« Reply #4 on: February 20, 2009, 01:03:06 PM »

Which one is the one for Supercard SD?  Cheesy

this one ...

http://eng2.supercard.cn/download/setupsdV269en.zip

Smiley
Logged
thehunter8478
Member
*

Props: 0
Offline Offline

Posts: 20


View Profile Email
« Reply #5 on: February 22, 2009, 06:54:43 PM »

is there a program such as this that will work in a linux OS? i just switched from windows and im wondering if my sc lite is gonna become useless for me.
Logged
dantheman
Global Moderator
*

Props: 41
Offline Offline

Posts: 1792


DanTheManMS@hotmail.com DanTheManMS
View Profile WWW
« Reply #6 on: February 22, 2009, 09:59:49 PM »

The software might work in WINE, not entirely sure about that.
Logged
thehunter8478
Member
*

Props: 0
Offline Offline

Posts: 20


View Profile Email
« Reply #7 on: February 22, 2009, 11:08:38 PM »

thats what i was  afraid of... in not that savy yet when it comes to linux and wine but i guess ill have to give it a try
Logged
yoshi9784
Established Member
*

Props: 0
Offline Offline

Posts: 53


View Profile
« Reply #8 on: February 24, 2009, 02:37:29 AM »

Does anyone know what this means/determined the functionality the supercard people are talking about?

quote from English supercard site:

Slot2 Convert Software v2.69 released   Update(2009.02.20)
1. Added: Card read mode option, improve the compatibility. Almost all games works in mode1, if some games cant work, try with mode2 or mode3.
e.g. should choose mode3 for #3398

What is "read mode option"?
Logged
liquidnitrogen
Established Member
*

Props: 2
Offline Offline

Posts: 423



View Profile
« Reply #9 on: February 24, 2009, 05:59:21 AM »

@ thehunter8478

the supercard slot 2 patcher DOES work in wine.

make sure you have the latest version (or well. i'm pretty sure it worked in the earlier versions)

the thing is though, you have to execute the patcher with wine from inside the directory, otherwise you get this weird error.

so usually you install it in your fake c drive... which is usually located in ~/.wine/drive_c/

~/ being your home directory.

so cd (or go into) ~/.wine/drive_c/Program Files/SC directory and wine the SuperCardmicrosd.exe from there

or make a script

use your favorite text editor (gedit, mousepad, vim, nano) whatever with root priviledges

something like (lets base it off of a gnome ubuntu system - but it should work for a generic linux distro)

do - "sudo gedit /usr/bin/supercard"

paste this inside
Code:
   #!/bin/sh
   cd ~/.wine/drive_c/Program\ Files/SC
   if [ "$1" != "" ]; then
   var="`echo $1 | sed 's/\//\\\/g'`"
   var="Z:${var}"
   wine SuperCardmicrosd.exe "$var"
   else
   wine SuperCardmicrosd.exe
   fi
and then save it (moddified from a file used to execute utorrent. you could probably change it to execute utorrent easily Smiley haha)

then do "sudo chmod +x /usr/bin/supercard" to make it executable

so if you type "supercard" in your terminal or f2 and put it in the command box, it'll work.


in short - wine with supercard software works. (i dont use it anymore since i dont have a slot 2, but man. that thing rocked. it lasted a long time and its still alive!)

well. if you dont want to use sudo, you probably already know how to get root privildges, so whatever. this is just one way.

if you dont have sudo, you can just do "su" to change to root. and then enter the commands without sudo.

hm... and thehunter8478, welcome to the chaotic world of linux. haha

well. there probably is an easier way, and maybe just installing it through wine works. but this is how it worked for me. so yeah. (archlinux ftw!)
« Last Edit: February 24, 2009, 06:40:08 AM by liquidnitrogen » Logged
thehunter8478
Member
*

Props: 0
Offline Offline

Posts: 20


View Profile Email
« Reply #10 on: March 03, 2009, 09:59:58 PM »

it was actually quite easier than that.... i just went to the terminal andd typed: wine and the location of the file and it was installed; it works without a hitch.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC