Git Product home page Git Product logo

escoria's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

escoria's Issues

Assets for "first quick game"

Hi!

I have been going through the escoria book. Nice work! Thanks a lot!

I have a question. In the book two game projects are mentioned:

  • an example game called "first quick game"
  • another game called Escoria in Daïza to show some cool feature of Escoria and make us this week more fun (this repository)

Then it says about the "first quick game":

To start we prepared some files for you :

  • the assets so that you can follow this section with the same ressources and get at the end something similar
  • the first quick game complete project done so that you can have a look at the files if necessary

Is that "asset package" available somewhere? If not, that's no problem. I would just like to correct the book, so future readers are not confused :).

Thanks again!

Resync the Daiza project and Escoria commits.

As implied by #7 the version of Escoria used by the Daiza demo does not work properly owing to the VS.sync line of resource_queue.gd (line 94 - in the framework repo this line is VS.call("sync")).

This project branch is, as of the time of typing, "209 commits ahead, 17 commits behind godotengine:master.".

Export is failling for HTML5 and Android...

I tried to export Escoria in Daïza to HTML5, Linux and Android this afternoon, but none of them worked...

  • on Linux and Android, main menu and credit scene are working, but I can't start a new game
  • on HTML5, only a black screen

I have no experience in exporting Godot Games, but I didn't expect any issues here. it's sad because we are so close to a release !

any idea @punto- ?
Is it linked to bug #9 (similar errors are show in debug mode) ?

Credit scene for the game over

Right now if we finish the game (win or lose), it result to a crash because there is no credits scene.

I'll try to do one soon.

Finish translation

Well done for translanting @flossmanualsfr !

but I think it still miss the translations of the tooltips, and one or two corrections... do you do it, or I try ?

Finish second main scene

To finish the game, we need to finish some scripting in scene two...

  • inventory is always full with only the good bamboo of the first main scene.
  • there is no way to summon the god in the dialog with the chameleon

@kdltr ? Do you feel like finishing it ?

Pick up more than one bamboo in the first scene ?

@kdltr added the possibility to pick up more than one bamboo in the second scene, but now it feel strange not being able to pick the two bamboos in the first scene...
I don't know how to enable that, but I suppose it's not too complicated ?

Update the manual

The manual was written for Godot 2.1 in 2016, and since there has been changes to both Godot and Escoria since then, it's no longer completely accurate. In the spirit of FLOSS, it would be nice if the source was made available and open for contributions.

My proposition is that the original website is not changed, since it has value as a historical document, but that the project is converted to markdown and placed in a new repository on GitHub with interlinking between pages of the manual. That will lower the bar for contributions and make sure there always exists a high quality tutorial for Escoria.

EDIT: Things to update:

  • Change references to .spx files to .vox

Crash when launching the game on another computer

Hola @punto-

Today is cloned the repo on my main computer (stationary computer)... and the game crash at launch with "Attempt to call function 'call_defered' in base 'null instance' on a null instance' and pointing the line 4 of /globals/scene_base.gd

It's strange because it still work after a pull on my tablet. The two computer share the same Arch linux 64 bit distro (Antergos) with the same Godot version (v2.0.4.1)... the only difference I can see between the two is that the screen is larger that Full HD (2560x1440), and that it use an ATI card with ATI Open source drivers.

If I try to launch a single scene, the game also crash complaining it doesn't find the fonts, but the path seem correct...

Any idea ? Do you need some logs or screenshots, and which one ?

Have a nice trip in London !

Missing source files

Hi,

I find icons for actions a bit misleading and I'd like to rework them.

If there a source format for e.g. look-action.png / look-inactive.png?
(the base Blender file used for the panda character "rotoscoping" would be nice too :))

Unrecognised binary resource file error(s) with PNM files.

As of the latest Git Godot build (probably with 2.1 and earlier as well, but not checked), netpbm files give unrecognised binary resource file error messages, e.g. with res://scenes/intro-game/sprites/click_mask/bad_bamboo_click_mask.pbm. Also "Condition err!=OK is true. Returned RES()".

Crash when joystick is plugged

A student found a bug when a joystick is plugged when running the game, it crashes in game.gd, line 225, in the check "if joystick_mode"... Looks like an issue in the objs from vm.get_registered_objects()...

The error is exactly:
Invalid call. Nonexistent function 'is_type' in base 'Control (telon.gd)'.

resource_queue.gd using VS.sync wrong

in the demo game, in file resource_queue.gd there is function call VS.sync() but this doesn't work..
none of the resources loaded. all I got was blank screen..
I looked at the escoria framework and in there the same line is done like this:
VS.call("sync") # workaround because sync is a keyword

I changed it like that in demo game, and it started working..

.b

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.