Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

  • Thread starter Thread starter dj505
  • Start date Start date
  • Views Views 68,893
  • Replies Replies 144
  • Likes Likes 4

Which AVR are you using?


  • Total voters
    57
I see, well that's strange 🤔 i never had that error and i do the same passages

I don't know if it will help, but deleting everything and starting from zero? Maybe one installation went wrong?

Anyway, do you have a hacked switch with atmosphere?

Because if you do, there is another method to draw now, this:

https://gbatemp.net/threads/shiverbot-splatoon-3-memory-editor-using-sys-botbase.620129/

That program connects directly to your switch, you put the PNG in the program and it draws for you

If you use it only for drawing it's safe, just don't edit other stuff like money or abilities, people are getting console banned ( myself included lol 🙈 )
So, I don't have a hacked switch but I know someone who does! I'll pass that info to them.
I did see some people get banned for chunk editing |D Unforunate.

After redoing the tutorial process with better understanding I was able to get the drawing to work! Ty for helping me out! Sometimes it really is starting over XD

1667141143637.png
 
  • Like
Reactions: EvilBakura
So, I don't have a hacked switch but I know someone who does! I'll pass that info to them.
I did see some people get banned for chunk editing |D Unforunate.

After redoing the tutorial process with better understanding I was able to get the drawing to work! Ty for helping me out! Sometimes it really is starting over XD

Ahaha nice glad it worked in the end :yay:

Yeah regarding the ban i blame only myslef, and my lazy azz not wanting to grind xD
In Splatoon 2 they did not care about chuncks editing, i guess they learned from that :ph34r:

At least i was only like lvl 15
I got another switch so i can start over and play legit, bit bummed for story mode completed but i'll do it again
Glad i did not complete After Alterna too, because if i did... i was totally NOT going to do that sh1t again :rofl:
 
Hi, I have a teensy 2.0++ and Im new to this entire thing. When trying to print, it would print the first line correctly, but afterwards, it would print only from the center, and completely ignore the right side of the canvas, while also skipping a line. It was already a pain to get the teensy 2.0++, do i really have to get ANOTHER board or is there really a solution to this?
 
I've had two errors that I had to fix.
1. For the error:
Code:
Joystick.c:213: error: 'clock_div_1' undeclared (first use in this function)
I replaced Joystick.c line 212
Code:
clock_prescale_set(clock_div_1);
with
Code:
CLKPR = (1 << CLKPCE); CLKPR = (0 << CLKPS3) | (0 << CLKPS2) | (0 << CLKPS1) | (0 << CLKPS0);
2. @Proto-Propski I had this error. I think the makefile tries to put intermediate files in a folder called "obj", but there is no obj folder. I simply made a folder called "obj" for it to put the files in and it worked!
This worked for me. Thank you for sharing this. Was making me crazy!

My son dressed up for Halloween.

F1C2B9B4-FF78-4670-B4BB-4214A7D21C7F.png


My son dressed up for Halloween.
 
  • Like
Reactions: binkinator

Site & Scene News

Popular threads in this forum