ROM Hack [Release]Gateshark2NTR

Nanquitas

Well-Known Member
OP
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Are you sure you've installed the 2015 version ?

I'm sorry but I can't help much for this kind of error, it's not a program error but a setup error. :/

The only think I can say is to uninstall any version you have installed, if you have Visual Studio uninstall it too, then re download and reinstall the VC Redist 2015 x86 & x64.
 

Ryumaru

Creator of themes for 3DS
Member
Joined
Feb 1, 2015
Messages
2,536
Trophies
1
XP
1,346
Country
Ukraine
Are you sure you've installed the 2015 version ?
Yes.
I appreciate the support more unfortunately is not working. I installed all the programs that you recommended on the first page more is not working.
You could create a program to edit and create codes in R4 style. The application allowed to add and edit the code plug.
Frankly I would like to use your program because I love playing with cheat codes. Thank you for support.
 

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,661
Trophies
3
Age
29
XP
3,525
Country
France
For a gateway cheat that I'm creating, I want use a button activator.
I want use "Press X+Y"

According to the gateway's site and key values, here it's my activator.
DD000000 00400800 - Press X+Y to Activate

Am I right with this codee, or I did it wrong?
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,729
Trophies
2
XP
6,292
Country
For a gateway cheat that I'm creating, I want use a button activator.
I want use "Press X+Y"

According to the gateway's site and key values, here it's my activator.
DD000000 00400800 - Press X+Y to Activate

Am I right with this codee, or I did it wrong?
0x400+0x800=0xC00
 

rubbersoul

Member
Newcomer
Joined
Oct 8, 2016
Messages
16
Trophies
0
Age
32
XP
134
Country
Malaysia
Code:
[Infinite Time]
DD000000 00000000
D3000000 161980C0
00000000 00002AF8
D0000000 00000000

[Infinite Lives After Lose 1]
DD000000 00000000
D3000000 00138C78
00000000 E1C023BE
D0000000 00000000

I got this error

Code:
cheats.c: In function 'infinite_time_55b64':
cheats.c:132:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^
cheats.c: In function 'infinite_lives_after_lose_1_57db4':
cheats.c:147:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^[ERROR] Sources\string_manipulation.c:271:
    int __cdecl is_title_id(char *){ errno: Invalid argument | Name too short.}

What did i done? haha
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Code:
[Infinite Time]
DD000000 00000000
D3000000 161980C0
00000000 00002AF8
D0000000 00000000

[Infinite Lives After Lose 1]
DD000000 00000000
D3000000 00138C78
00000000 E1C023BE
D0000000 00000000

I got this error

Code:
cheats.c: In function 'infinite_time_55b64':
cheats.c:132:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^
cheats.c: In function 'infinite_lives_after_lose_1_57db4':
cheats.c:147:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^[ERROR] Sources\string_manipulation.c:271:
    int __cdecl is_title_id(char *){ errno: Invalid argument | Name too short.}

What did i done? haha
Remove those DD lines, they're not needed for those codes, and is what's causing the errors.
 
Last edited by RyDog,
  • Like
Reactions: rubbersoul

Billy Acuña

Well-Known Member
Member
Joined
Oct 10, 2015
Messages
3,126
Trophies
1
Age
31
XP
3,701
Country
Mexico
Is there a posibility to support gameplg.c files?
There are some good NTR plugins that doesn't have your libshark menu, also have the option to make online enable.
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Is there a posibility to support gameplg.c files?
There are some good NTR plugins that doesn't have your libshark menu, also have the option to make online enable.
It's all the dev's decision if they want to use the lib or not. I'm grateful that @Nanquitas provided me with it, and I have online enabled in my plugins because the cheats I made for the games aren't game breaking and little to no one is complaining*
*Someone complained about a server sided glitch that is a side effect from my cheat that can 'troll' people.
 

MrFake

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
56
Trophies
0
Age
28
XP
116
Country
United States
Hey are you able to compile pointer codes? For example like a code in Mario Kart 7 ( Nothing like UNLOCK ALL GLIDERS) Actual hacks?
 

MrFake

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
56
Trophies
0
Age
28
XP
116
Country
United States
Eh. Enough xD But yeah that would be cool

--------------------- MERGED ---------------------------

But the code I have is private, and can't share it. I'll msg u through skype
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
When i download the gateshark2NTR it said virus detected?
It's probably because Nanquita's is a new dev, and the way the software acts might set off a red flag. It's not, so you might have to turn off your anti-virus before downloading.
If you don't trust a software, just use virus-total, and it'll detect whether the program contains malware or not.
This is it's scan from virus-total anyways: https://www.virustotal.com/en/file/...74cd7f45c28affb66b96a474/analysis/1476918187/
 
  • Like
Reactions: Nanquitas

ozpearlman234

Member
Newcomer
Joined
Oct 17, 2016
Messages
21
Trophies
0
Age
33
XP
72
Country
United States
Hey thank you very much for the awesome tool, this is fantastic. I do have a question though. When I uploaded a text file with 46 codes, the output in the plugin menu only showed 17. Is there a limit to how many codes this can create? Thanks!

Edit: Nevermind, figured out the problem. Had to delete all the crap at the top of the notepad file from Fort42. This is fantastic!!!
 
Last edited by ozpearlman234,
  • Like
Reactions: Nanquitas

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
  • K3Nv2 @ K3Nv2:
    Ea play raised priced to $6 a month lol
  • BigOnYa @ BigOnYa:
    Same with uremum, she's now $2 a month
  • K3Nv2 @ K3Nv2:
    Also seizures come and and go they don't have an off switch like that it all depends
    K3Nv2 @ K3Nv2: Also seizures come and and go they don't have an off switch like that it all depends