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

Messages - NoIE

#1
Development / Re: I want change the font size
December 18, 2015, 10:51:01 AM
Thank you!

I'm trying to make a dialog system my myself.
#2
Development / Re: I want change the font size
December 17, 2015, 11:47:04 AM
Hello,

I watch video "Solarus game creation tutorial - Part 5: Save the game", but  I can't find "dialog_box.lua".

"https://github.com/Bertram25/ChildrenOfSolarus/tree/master/data/menus" have a dialog_box.lua, but different with Solarus game creation tutorial - Part 5: Save the game.

When I use this dialog_box.lua, it have error "Error: in on_started: [string "scripts/dialog_box.lua"]:50: attempt to index local 'game' (a string value).

I will carefully read dialog_box.lua.
#3
Development / [Solved]I want change the font size
December 16, 2015, 09:52:37 PM
Hello,

I open sample_quest > frrse map, NPC of map have "Show a dialog" property.

I want change font size of the text. I guess sol have a default text_surface, right?
#4
liu@N750:~$ sudo apt-get source solarus-editor
[sudo] password for liu:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for solarus-editor

Okay, I think I continue to use Solarus in Virtualbox. Thank you!
#5
liu@N750:~$ sudo apt-get install solarus-quest-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus-quest-editor

liu@N750:~$ sudo apt-get install solarus-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
solarus-editor is already the newest version.
The following packages were automatically installed and are no longer required:
  calligra-l10n-zhcn kde-l10n-engb kde-l10n-lv kde-l10n-zhcn libpcap0.8:i386
  linux-image-3.13.0-32-generic linux-image-3.13.0-39-generic
  linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-39-generic
  linux-signed-image-3.13.0-32-generic linux-signed-image-3.13.0-39-generic
  mplayer-skins wine-gecko2.34 wine-gecko2.34:i386 wine-mono4.5.4
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

liu@N750:~$ solarus-quest-editor
solarus-quest-editor: command not found

liu@N750:~$ solarus-editor
solarus-editor: command not found
#6
Thanks, I installed solarus, but how to run Solarus Quest Editor? Need to compile it?
#7
I add "deb http://nd-apt.s3.amazonaws.com jessie main" to sources.list and run "sudo apt-get update":

忽略 http://nd-apt.s3.amazonaws.com jessie InRelease
忽略 http://nd-apt.s3.amazonaws.com jessie Release.gpg
忽略 http://nd-apt.s3.amazonaws.com jessie Release
错误 http://nd-apt.s3.amazonaws.com jessie/main amd64 Packages
错误 http://nd-apt.s3.amazonaws.com jessie/main i386 Packages
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-zh_CN
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-zh
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-en
W: 无法下载 http://nd-apt.s3.amazonaws.com/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: 无法下载 http://nd-apt.s3.amazonaws.com/dists/jessie/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

sorry for my english.