Posted
Filed under Games/PlayStation
- macOS용 RPCS3를 다운받아 설치
https://rpcs3.net/download

- macOS에서는 xinput이 없기 때문에 패드 입력을 키보드 키로 변환해주는 Enjoyable을 설치
https://yukkurigames.com/enjoyable/

- 시스템 환경설정 > 보안 및 개인정보 보호 > 손쉬운 사용, 입력 모니터링에 Enjoyable을 등록

- RPCS3의 패드 설정에서 Handlers를 Keyboard로 설정하고 방향키 대신 알파벳 키로 변경

- Enjoyable에서 패드의 각 키마다 Press a key로 키보드 키를 설정
2022/07/31 11:16 2022/07/31 11:16
Posted
Filed under Games/PlayStation
사용자 삽입 이미지

* 위키 페이지
https://ja.wikipedia.org/wiki/%E3%83%AC%E3%82%A4%E3%82%B9%E3%83%88%E3%83%BC%E3%83%A0

2022/07/25 13:03 2022/07/25 13:03
Posted
Filed under Games/PlayStation
출처: https://dennisstanistan.com/blog/82/how-to-use-cheat-engine-with-rpcs3/

* 최신 버전 설치
https://cheatengine.org/

* Edit -> Settings -> Scan Settings -> MEM_MAPPED 활성화

* Select a process를 눌러 RPCS3를 후킹

* Value Type에 대고 왼쪽 클릭 후 Define new custom type (Auto Assembler) 선택
원래 있던 내용 지우고 다음 내용을 붙여넣기 함

[code]
alloc(TypeName,256)
alloc(ByteSize,4)
alloc(ConvertRoutine,1024)
alloc(ConvertBackRoutine,1024)

TypeName:
db '4 Byte Big Endian',0

ByteSize:
dd 4

//The convert routine should hold a routine that converts the data to an integer (in eax)
//function declared as: stdcall int ConvertRoutine(unsigned char *input);
//Note: Keep in mind that this routine can be called by multiple threads at the same time.
ConvertRoutine:
//jmp dllname.functionname
[64-bit]
//or manual:
//parameters: (64-bit)
//rcx=address of input
xor eax,eax
mov eax,[rcx] //eax now contains the bytes 'input' pointed to
bswap eax //convert to big endian

ret
[/64-bit]

[32-bit]
//jmp dllname.functionname
//or manual:
//parameters: (32-bit)
push ebp
mov ebp,esp
//[ebp+8]=input
//example:
mov eax,[ebp+8] //place the address that contains the bytes into eax
mov eax,[eax] //place the bytes into eax so it's handled as a normal 4 byte value

bswap eax

pop ebp
ret 4
[/32-bit]

//The convert back routine should hold a routine that converts the given integer back to a row of bytes (e.g when the user wats to write a new value)
//function declared as: stdcall void ConvertBackRoutine(int i, unsigned char *output);
ConvertBackRoutine:
//jmp dllname.functionname
//or manual:
[64-bit]
//parameters: (64-bit)
//ecx=input
//rdx=address of output
//example:
bswap ecx //convert the little endian input into a big endian input
mov [rdx],ecx //place the integer the 4 bytes pointed to by rdx

ret
[/64-bit]

[32-bit]
//parameters: (32-bit)
push ebp
mov ebp,esp
//[ebp+8]=input
//[ebp+c]=address of output
//example:
push eax
push ebx
mov eax,[ebp+8] //load the value into eax
mov ebx,[ebp+c] //load the address into ebx

//convert the value to big endian
bswap eax

mov [ebx],eax //write the value into the address
pop ebx
pop eax

pop ebp
ret 8
[/32-bit]
[/code]

* 게임내 값을 두세번쯤 바꿔보면서 스캔하면 메모리 주소를 찾을 수 있다
2019/05/07 09:13 2019/05/07 09:13
Posted
Filed under Games/PlayStation
2018/05/09 08:24 2018/05/09 08:24
Posted
Filed under Games/PlayStation
2014/02/17 11:37 2014/02/17 11:37
Posted
Filed under Games/PlayStation
2013/11/23 23:41 2013/11/23 23:41
Posted
Filed under Games/PlayStation
2012/12/12 15:02 2012/12/12 15:02
Posted
Filed under Games/PlayStation
2012/12/12 14:56 2012/12/12 14:56
Posted
Filed under Games/PlayStation
2012/12/11 21:29 2012/12/11 21:29
Posted
Filed under Games/PlayStation
2012/12/11 21:06 2012/12/11 21:06
Posted
Filed under Games/PlayStation
2012/12/11 21:05 2012/12/11 21:05
Posted
Filed under Games/PlayStation
2012/12/11 20:58 2012/12/11 20:58
Posted
Filed under Games/PlayStation










2012/11/03 15:44 2012/11/03 15:44
Posted
Filed under Games/PlayStation

ㅇㅇ3탄임요.
2012/10/14 23:18 2012/10/14 23:18
Posted
Filed under Games/PlayStation


2012/04/07 20:43 2012/04/07 20:43
Posted
Filed under Games/PlayStation




2012/03/21 10:31 2012/03/21 10:31
Posted
Filed under Games/PlayStation
한개 더 필요해서 살려고 쥐마켓에 가봤더니 종류가 여러가지 있더라

듀얼 컨버터 IST Solution
프로 듀얼박스 컨버터
프로 듀얼박스 허브
슈퍼 듀얼박스 4
슈퍼 듀얼박스 PLUS

이전에 쓰던건 슈퍼 듀얼박스 PLUS였는데 최근게 좋은건가 싶어서 봤는데 그런것도 아닌모양이다.

결론 : 슈퍼 듀얼박스 PLUS 사라.
드라이버는 아래
http://www.joytron.co.kr/board_list.php3?idx=pds

제가 구입한것은 조이트론 슈퍼 듀얼박스 플러스 제품은 2004년식 제품인데요!
XP전용까지인데 2007년인가 2008년인가 비스타로 바껴서 제 포장된것같네요!
2004년식이나 2007년식은 호환성은 똑같습니다 제가 윈도우7사용하므로 호환됩니다
이제 설명들어갑니다 PS2패드는 기본적으로 되는데요 개조스틱이나 싸울아비스틱
사용하시는 분들은 이제품사용해주세요! 저도 PS2패드 뿐만아니라 개조스틱 사용합니다
설명 들어갑니다 옥션상에 팔고있는 2010년식으로 판매되고있는 IST솔루션 제품인 컨버터랑
조이트론제품인 프로듀얼박스제품이랑 허브 제품 2개 팔고있습니다
IST솔루션은 듀얼컨버터는 파란색으로 되어있는 옥션상 많이 판매되는 제품입니다
비추입니다 PS2 정품 패드만 호환되고 싸울아비스틱이나 개조스틱은 호환안됩니다
PS2 패드짝퉁인 비정품 패드는 될지안될지는 모르겠습니다
또 다른 제품인 조이트론의 프로 듀얼박스 컨버터랑 프로 듀얼박스 허브 두가지 검정색 제품인데요
IST솔루션이랑 같은 호환성이라 개조스틱이나 싸울아비스틱은 당연히 호환안됩니다^^
제가 님들보다 많이 사봐서 알지만 제가 그 제품을 3가지나 써봤는데 안되서 반품한적있습니다
비추이구요 조이스틱은 개조스틱이나 싸울아비 스틱을 사용하고 싶으시다면은
이 판매자님이 팔고잇는 조이트론 제품인 슈퍼 듀얼박스 플러스 은색제품이구요
조이트론 제품인 슈퍼 듀얼박스 4 파란색 제품있는데요 슈퍼 듀얼박스 플러스의 전작품입니다
성능은 비슷합니다만 멋있기는 슈퍼 듀얼박스4이구요 기스 잘안나는것은 슈퍼 듀얼박스4 제품입니다
PS2전용 조이스틱인 개조스틱이나 싸울아비스틱 사용하고싶으시다면은
조이트론 제품인 슈퍼듀얼박스4 나 슈퍼듀얼박스플러스 제품 사세요
그 이외에는 사지마세요 조이스틱 호환안됩니다 제가 사봐서 압니다 저를 믿어주세요^^


출처 : http://review.auction.co.kr/Feedback/FeedbackView.aspx?orderNo=607552475&category=15090200&itemNo=A531050698

2012/03/03 13:51 2012/03/03 13:51