Centrophy

Active Member
Dec 2, 2017
865
1,023
To summarize what t4ewk said above, this should be your thought process:

1) Pick a card, any card
2) See what they play, calculate their total
3) Roll it back (use mousewheel to go backwards)
4) If you can beat them, beat them with the lowest card possible
5) If nothing in your hand can beat them, throw away your lowest card and lose that round
6) ???
7) Profit

Also as t4ewk said, this implementation is buggy af, more or less devoid of significant strategy, time consuming, and not particularly rewarding to win. Considering there are 60 cards, I decided to just look at the images.
I did it with the console but yeah not worth it.

How do i distract korra from her test i cant seem to progress past that point?
Art supplies in the shop then go to the house and use the desk.
 

summertyrant1

New Member
Mar 3, 2019
12
10
Korra ran away. I am supposed to talk with people but the door to esna&desna isn't open. Everywhere else is just playing siege... anyone figured something yet?
 

wevryn1

Newbie
Aug 11, 2019
15
16
This is the moment that either makes or breaks a developer. Overcoming mistakes and poor decisions and instead of lashing out, learning from them. How the Dev reacts will all determine where this game goes from here.
 

ChillyDabs

Newbie
Donor
Dec 14, 2019
68
58
Walking into the city is bugged on the skybison
When ever i try to do it, i get the error message.
sent that error to mity last night, they are aware. you can ignore the error and continue. same thing with the Asian in the next scene. theres probably about 15 lines of error on her alone so you have to ignore them all. it will register you talked to her and can continue with the story. Just no scene of conv.


Korra ran away. I am supposed to talk with people but the door to esna&desna isn't open. Everywhere else is just playing siege... anyone figured something yet?
moutain
 
Last edited:
  • Like
Reactions: summertyrant1

t4ewk

Member
Dec 15, 2017
455
471
It really doesn't take that long to speed to the new content. Just hold down CTRL to skip the dialogue, don't cheat in money until after the first coin game, and make sure you train on the spinners. If you really want that part to move faster just download an auto clicker and just spam the spinners until you're max level. It takes 15 minutes to get from a new save in book 4 to the new content.
 
  • Like
Reactions: F1forhalp

BastardX

Well-Known Member
May 13, 2018
1,464
538
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'korra_spank3'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "bk4_xtra/bk4_scripts_xtra/bk4_s_locations.rpyc", line 1329, in script
  File "H:\Games\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "H:\Games\Four_Elements_Trainer_v.0.8.4a-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'korra_spank3'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4a
Sun Dec 29 18:46:11 2019
I cant ignore this error... any thoughts?
 

siide

Newbie
Aug 9, 2019
73
11
whenever i try to go to the streets the game crashes and i get the message an exception has occurred
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bk4/zhuli/idles/zhuli_big1.png'>:
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "bk4_xtra/bk4_scripts_xtra/b4_worldrooms.rpyc", line 293, in script
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4a
Mon Dec 30 01:45:07 2019
 
  • Like
Reactions: Pyjak Slayer

t4ewk

Member
Dec 15, 2017
455
471
I cant ignore this error... any thoughts?
There's a file you can download a few pages back with instructions on how to fix this. Roll back to before the error happened, load that file into the appropriate location in the FET folder structure, and try it again.
 

BastardX

Well-Known Member
May 13, 2018
1,464
538
There's a file you can download a few pages back with instructions on how to fix this. Roll back to before the error happened, load that file into the appropriate location in the FET folder structure, and try it again.
Its on page 651 and It Works! Thanks for the tip!
 

Diamond lou

Member
Apr 17, 2018
106
108
how the fuck do u play seige and win
If you want a fast way to win I've found a method, that being just spam click the middle card and that should do it, most of the time it will end with you getting 6 wins while your opponent gets 4, on the extreme i've gotten 10 wins while my opponent just gets 1.

In short spam click the middle card, there is no penalty for losing and it makes the whole ordeal faster.
 
4.50 star(s) 284 Votes