SCALYTANK'S PROFILE

Greetings!

I'm Scalytank, a game developer from Hungary. I'm highly skilled procrastinator. I also try and work on some projects in libgdx when I find my inner strength for them :D I also like rpg and tactical games... (I may create one, in the distant future... or not...)
Never Been
A story based adventure game about a peaceful world and the darkness beyond.

Search

Filter

Revenant Gods - Ragnarok Chronicle

This looks awesome!

Black Winter

You can push the rock to the room with the two buttons, and move the rock to keep the top button pushed down... It glitched out on me first (i couldnt push the rock to the button) I had to restart the game and reload from the last save point... Then it worked. Hope this helps:)

Clarity's Edge

author=Zael
If you get the Save or Options crash bugs, all you have to do is Run the Game as an Administrator when you play it because Windows isn't letting you create the Save or Options File in Program Files because you don't have the rights.

It is a Windows issue, and the single most reported bug I get, but fortunately it is an easy fix. :)

Thanks! :) I always try this with other programs though:D

Anyways since the installer recommends "C:/program files" by default, you should try storing the user generated files like saves in the users own folder (C:/Users/name/documents). Most AAA games do this to avoid permission issues.:)

Clarity's Edge

Hmm, we tried your game, and everything went fine... except we could not save. When approaching a save crystal, we selected the slot to save the game, instead of saving we got a buzzing "error" sound. Also we got a script error when you exit the options menu with the escape key from the title.

ikarus

Hey Cap_H! I don't think, that anyone was brave, or insane enough to create a full game in ikarus, yet :D Yeah, it's full of features, but lacks a good game engine, and base systems (like you get in rpg maker out of the box), so one needs knowledge of Python scripting, before he/she starts a game in ikarus.

On the other side, ikarus, is under heavy development right now. The engine is completely finished for it, but I was unhappy with the editor at it's current state. after my exams, I will polish, and publish the new editor, and the game engine too.

I have rewritten most of the editor's code, and added a crazy amount of new features, like dynamic panels (the interface of the database, is completely moddable), doubling the tileset size, added infinite maps (the maps are now divided into cells, so it's possible to make an open ended game), and bunch of optimizations, and a better user interface. Also it runs much faster now, and less performance demanding.

So stay tuned, update coming soon!

World of Bob - Christmas Hide and Seek

Hmm... can you reproduce the error and post a screenshot about it?

The Story Generator

I finished reading a story, clicked the show me the credits button, then I started a new game. I got the following error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/_layout/screen_main_menu.rpym", line 11, in script
File "renpy/common/00action_menu.rpy", line 106, in python
JumpOutException: start

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

Full traceback:
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\bootstrap.py", line 265, in bootstrap
renpy.main.main()
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\main.py", line 332, in main
run(restart)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\main.py", line 90, in run
renpy.execution.run_context(True)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\execution.py", line 509, in run_context
context.run()
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\execution.py", line 288, in run
node.execute()
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\ast.py", line 718, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\python.py", line 1297, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 11, in <module>
$ ui.interact()
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\ui.py", line 237, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\core.py", line 1853, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\core.py", line 2392, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\screen.py", line 319, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\behavior.py", line 625, in event
rv = run(self.clicked)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\display\behavior.py", line 211, in run
return var(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 106, in __call__
renpy.jump_out_of_context(self.label)
File "C:\Users\Szebasztián\Downloads\StoryGenPG13-1.3-all\StoryGenPG13-1.3-all\renpy\exports.py", line 1083, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: start

Windows-post2008Server-6.2.9200
Ren'Py 6.15.7.374
Story Generator PG13 1.3

ikarus

Yeah... the engine's development stopped in 2010 january with the win7 update, but by then all the basic functions were complete. Only the editor was missing. (There was only a map editor (ikamap) which lacked features)

There was a project later, "iked", a full featured editor for ika written in python by some ika users, but it was abandoned too. Then I decided to start a new one myself :D

I am working hard now on the game interpreter, it's 90% finished now. Only a few event commands are missing, and the basic systems. (the Title, in game Menu, and the Combat). I will make the modules easily scriptable, so it won't contain any fancy by default.

(In addition to this "generic" rpg maker like interpreter, I plan many more interpreters for this editor in the future, mainly a sidescroller one, and one with real time combat, and pixelmovement)

ikarus

Download for version 1.44 added!

Alter Legend - Download Finally Available!

You should clean this project up. The 700+mb download is ridiculous...
Pages: first 1234 next last