• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Game Modifications › Cheats, Hacks, & Game Patches v
« Previous 1 ... 10 11 12 13 14 ... 18 Next »

Dumb question regarding Tornado Outbreak's camera.
View New Posts | View Today's Posts

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dumb question regarding Tornado Outbreak's camera.
12-23-2018, 02:02 AM
#1
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
Is it possible to make it where each player has their own screen in the Co-Op mode? The Gecko Code give each player their own screen, but have to stick together, or the camera will revert to a split screen. Is there any way to fix this? I've found out how to disable the camera, I just have to figure out how to disable the camera from reverting into a split screen camera.

C202D8BC 00000001
60000000 00000000
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
12-23-2018, 12:23 PM (This post was last modified: 12-24-2018, 04:17 PM by One More Try.)
#2
One More Try Offline
Posting Freak
*****
Posts: 886
Threads: 23
Joined: Dec 2014
If it works some of the time, you should be able to stop it from switching.  

I've been working on some debugger tools.  Maybe they'll help you find it, and you can help me test them. I'll attach them to this post.

Try using Diff in the code widget.
Get to what you want it to look like and hit record. Play a bit without letting it charge.
Hit exclude. It will exclude all the code that has been running.
Immediately trigger the change to split screen.
Hit include. It will hopefully capture the code that triggered the split screen.
Repeat to narrow it down. Toggle off/on the recording if you're not sure if you captured an include event, to reset the capture.
Turn off the recording if you're done.

You could also try the opposite direction, split -> full. If you get too many results do it alongside full -> split (exclude -> change -> include -> wait -> exclude -> change back -> include).
Find
Reply
12-24-2018, 01:45 AM (This post was last modified: 12-24-2018, 01:45 AM by Larryeedwards.)
#3
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
I'll check out the attached file, and see what I can do. Without the Gecko Code, the camera will zoom far out, until one or the other player is off camera. There is also the option to enable the split screen camera in the options menu.
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
12-24-2018, 02:31 AM
#4
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
I think I found it! C202E48C 00000001
60000000 00000000

How would I combine this with the first Gecko Code?
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
12-24-2018, 03:48 AM
#5
One More Try Offline
Posting Freak
*****
Posts: 886
Threads: 23
Joined: Dec 2014
You can just stack them on top of each other. If that's what you mean? Did my file help?
Find
Reply
12-24-2018, 03:54 AM (This post was last modified: 12-24-2018, 03:57 AM by Larryeedwards.)
#6
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
Yes! The only thing I need to do now, is make it where players don't have to take turn controlling the tornado during the vortex race and boss battles. Both of them work the same way; one player controls the tornado and the other player shields the tornado. Would it be possible to disable this, and allow the second player's tornado to spawn in the map. The tornado just appears for a split second, and disappears. Here's a screenshot. https://imgur.com/a/GYDQXGi
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
12-24-2018, 05:27 AM (This post was last modified: 12-24-2018, 05:54 AM by Larryeedwards.)
#7
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
I've made a mistake with the first Gecko Code. While it disables the camera, it rotates the player in the second player's position. Any way to fix this?

Edit: I managed to fix this problem. It stops the camera from panning, but flashes a straight line in the center of the screen.
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
12-24-2018, 04:16 PM
#8
One More Try Offline
Posting Freak
*****
Posts: 886
Threads: 23
Joined: Dec 2014
Hmm hard to say. Screen issues are tricky for me.

If it spawns a second tornado for a moment, you can probably prevent the despawn. Hard to say if the game code allows both to be controller at once though, as I don't have the game.
Find
Reply
12-25-2018, 02:45 AM (This post was last modified: 12-25-2018, 07:55 AM by Larryeedwards.)
#9
Larryeedwards Offline
Member
***
Posts: 61
Threads: 12
Joined: Jun 2016
Tried disabling one of the spawn. It spawns the second tornado, but crashes the game. The game makes a loud buzzing noise. Any advice on disabling the spawn?
I'm really addicted to playing Tornado Outbreak. :3
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode