SchoolMate ~ Ani Character Hair-Mod Col v.1

1. 넷프레임워크 2.0(유틸), 공식 추가 의상(공식 패치...)이 설치되어있어야 합니다.

2. 스쿨메이트의 data폴더에 sm_f.pp, sm_m.pp, sm_t.pp, sm_y.pp, sm_z.pp 파일이
   들어있어야 합니다.(익스트림 노모, puffy 노모, took_SM 노모 등)

sm_cha.exe
sm_cha.a00
sm_cha.a01
sm_cha.a02

sm_cha-src.7z

이 글과 관련있는 글을 자동검색한 결과입니다 [?]

by 누구야 | 2007/08/26 13:45 | 스쿨메이트 | 트랙백 | 덧글(21)

트랙백 주소 : http://lds718.egloos.com/tb/586596
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
Commented by TheShadow at 2007/09/22 08:13
next time when you share something that is Buge, include the kxf file ! the souce doesn't contain "runsf.kxf"

which is on : Form=e:\work\autit\launcher\specialforce\runsf.kxf
Commented by 누구야 at 2007/09/22 14:57
...First, I can't English well...

I don't use Koda...

It used only SciTE Editor and it made...

If the line the sample under using from it goes mad and it cannot erase it is a line.
Commented by TheShadow at 2007/09/23 07:12
it's ok now ! i was able to Edit reverse the code back to GUI and make changes to the functions ! thx for all your work :)
Commented by Yang at 2007/09/23 17:00
죄송한데요ㅠ_ㅜ 파일은 받았는데어떻게 쓰는지 모르겠어요
Commented by 누구야 at 2007/09/23 20:42
막히는 부분이 어딘가요...
Commented by TheShadow at 2007/09/24 01:14
oh yeah, i forget to mention that you should modify your Exe Calling Function to check if file exist before running, or it would crash the program !

Original :
----------
Func AButton1Click()
Run("schoolmate.exe")
EndFunc

Func AButton2Click()
Run("schoolmate_photo.exe")
EndFunc

Change to:
----------
Func AButton1Click()
;File Check
$file = FileOpen("schoolmate.exe", 0)
If $file = -1 Then
MsgBox(0, "Error", "SchoolMate Launcher was not found !")
else
Run("SchoolMate English.exe")
EndIf
FileClose($file)
EndFunc

Func AButton2Click()
;File Check
$file = FileOpen("SchoolMate English.exe", 0)
If $file = -1 Then
MsgBox(0, "Error", "schoolmate photo Launcher was not found !")
else
Run("schoolmate_photo.exe")
EndIf
FileClose($file)
EndFunc

Also can you check the Clothes Function, cause many report it's not working...
Commented by 누구야 at 2007/09/24 02:46
Thanks…

It amends with the method…

ClothesFuntion necessary, AllInOne Mod(Korean Mod) where it becomes
And When it uses v2, which degree being solved all.
Commented by TheShadow at 2007/09/24 15:30
yeah we already solved that using :

sm_che_Extra Pages_by_Hiremi
sm_cha_Advanced_Uncensor_V3c_by_Kolyce

for who want to quick download them, here : http://www.hongfire.com/forum/showpost.php?p=1338558&postcount=1581

Commented by rm at 2007/09/24 20:54
압축을 풀었을때 나오는
sm_cha.exe
파일에 트로이목마 바이러스가 먹었다고 나오는군요..
이건 제 컴퓨터 문제인가요,
아니면 본래 압축 파일 자체의 문제인가요 ;ㅅ;
Commented by 누구야 at 2007/09/24 21:05
AutoIt 스크립트로 만든 실행기여서 그렇습니다...
AutoIt 스크립트나 배치파일을 EXE로 바꾼경우에 트로잔 바이러스와 비슷한 코드가
있어 일부 바이러스 백신에서 바이러스로 인식 됩니다...
사용해도 문제는 없는것이니 걱정하지 않으셔도 됩니다...
정...찝찝하면 사용하지 마시구요...
Commented by 나비의꿈 at 2007/10/13 16:31
좀더추가해주세효 ㅎㅎ
Commented by 하악하악 at 2007/10/20 01:22
이거 스쿨메이트 Data폴더 안에다 깔아야 하나요???

이거 다운 받고 압축 푸니깐 data랑 sm_cha.exe 이거 두개가 나오거든여???

여기서 나온 data를 스쿨메이트 data에 겹쳐야 하는 건가여???

sm_cha.exe를 실행 하니깐 위에 그림처럼 실행이 되는데

저기서 스쿨메이트 실행 누르면 뭐 지정된 파일을 찾을수 없다고 나오는데......

뭐가 문제 인가요??????
Commented by 소리없는아우성 at 2007/10/20 22:48
sm_cha 이 프로그램 실행하면 data\sm01_00.pp 파일이 없다고 나오는데 어캐하죠?
Commented by 누구야 at 2007/10/20 23:35
sm_cha는 스쿨메이트가 설치된 폴더에 들어가야 합니다...
위에 적어놓은 주의사항대로 설치하면 이상없이 돌아갈것입니다...
Commented by 하악하악 at 2007/10/20 23:42
그러니깐 sm_cha가

스쿨메이트 data 안에서 압축을 풀어야 한다는 건가요???
Commented by 누구야 at 2007/10/20 23:53
v2 가 있으니 v2의 인스톨러 버전으로 설치하면 쉽게 설치할수 있을거예요...
Commented by 하악하악 at 2007/10/21 00:10
v2는 어디 있어요??
Commented by 하악하악 at 2007/10/21 00:10
누구야님

이거 설치법좀 자세하게 좀 설명 해주시면 안될까요????

Commented by 누구야 at 2007/10/21 00:41
v2에 자세히 설명되어 있습니다...
몇개 안되니 잘 한번 찾아보세요...;;;
Commented by 하악하악 at 2007/10/21 00:46
누구야님...... v2 라는게 뭐에요???
Commented by 감사합니다. at 2007/11/05 19:44
감사합니다. 덕분에 성공했습니다!!!!

3시간째 맴돌다가 드뎌 실행했어요!!!!
※ 로그인 사용자만 덧글을 남길 수 있습니다.

◀ 이전 페이지          다음 페이지 ▶