Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Tulk

#1
Development / Zelda Roth Reproduced Intro Help
June 25, 2017, 07:56:34 AM
Hello guys! I tried to reproduce the intro from Zelda Roth and got this error: line 27:31 >



Error: In maps/intro: [string:"maps/intro.lua"]:33: attempt to index a nil value


The code:

-- Frescos.
local frescos = {}
for i = 1, 5 do
  frescos[i] = sol.surface.create("menus/intro/intro" .. i .. ".png")
  frescos[i]:set_xy(0, 16)
end


It's the same code maked by Christopho's, Just change quantitis on for. What's wrong with it?
#2
Development / Heart Fully Replenished - Help
June 21, 2017, 11:24:23 PM
Hello! What would be the command to restore all life when you pick up a heart container? I know the logic but not the command = /
#3
Development / Intro Zelda Alttp Help!
June 14, 2017, 08:14:36 PM
Hello guys, I have some questions.

Is there a way to reproduce this?:

1) A random movement around the axis of object (triforce)- or 90 degrees) until the center of the screen on diagonal in a progression scale.

2) Put an image in front of the other when the object (triforce) finished the movement.

3) Import a video file on any format to solarus engine?

Video:

1)  0:04 - 0:10 seconds.

https://www.youtube.com/watch?v=iC0KIrKIEYM&t=31s

2) 0:12 - 0:14 seconds.

https://www.youtube.com/watch?v=iC0KIrKIEYM&t=31s
#4
Development / Save Game
January 15, 2016, 11:35:24 PM
Good night bros! Need Help on an issue.
When I put the file directory in 'write_dir:' an error occurs.

On Quest Editor:
Quest terminated unexpectedly: The Solarus Write Directory is already set.

On .exe:
This quest is made for Solarus 0.9 but you are running Solarus 1.4.5

How can I fix these errors? Someone Help me?