Search found 10 matches

by EricRogerGarcia
Wed Jul 26, 2023 9:52 pm
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3266

Re: How to save a scene ?

( I haven’t had much time these last few days) The last version code : extends Node func _ready(): var data = preload("res://data/csv/level1.csv") var position : Vector2 = GlobalGame.POSITIONHOME # data.records : array of data var wallPackedScene = load("res://scenes/objets/wall.tscn&...
by EricRogerGarcia
Tue Jul 25, 2023 10:05 am
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3266

Re: How to save a scene ?

Thanks a lot It works... and it doesn't ! :( something strange happens : I can open the scene just recorded in the editor but... the nodes added by the program code are not in it ! I have the same sceneTree than in the original scene I didn't expect than !!!! well, I'm going to make my test scene th...
by EricRogerGarcia
Mon Jul 24, 2023 3:46 pm
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3266

Re: How to save a scene ?

I'm making a pac man of sort the levels are made with an external csv file So the map nodes are made from existing scenes (walls, players, enemy and so on) (details on my homepage supra) I'd like to grab the scene made to make some tests in the editor I'm sure it's possible. It'd be useful for any r...
by EricRogerGarcia
Mon Jul 24, 2023 9:17 am
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3266

Re: How to save a scene ?

I tried this :

var sceneLevel1 = self.duplicate()
print(ResourceSaver.save(sceneLevel1,"res://sceneLevel1.tscn"))

It doesn't work and print : 31
by EricRogerGarcia
Mon Jul 24, 2023 8:44 am
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3266

How to save a scene ?

Hello,

In my project, the main scene is made by code.

To make some tests, I would need to be able do open the scene made in the game so, I would like to know how I could save it by code (to be able to open it in the editor later).

:)
by EricRogerGarcia
Tue Jul 18, 2023 10:47 am
Forum: General Chat
Topic: Forum suggestions
Replies: 11
Views: 4120

Re: Forum suggestions

I like markdown too
:)
by EricRogerGarcia
Tue Jul 18, 2023 10:45 am
Forum: Request Help
Topic: Crashes
Replies: 10
Views: 4032

Re: Crashes

Hello, I was about to open a new topic for this ! I have the same problem. Godot crashes 3 times out of 4 when I try to open a project. If I try to run it from the list projects it works fine. Problem with 4.1 and 4.1.1. downloaded from the official website On Linux Mint (from Ubuntu). Is it the sam...
by EricRogerGarcia
Tue Jul 18, 2023 10:35 am
Forum: Introductions
Topic: EricRogerGarcia
Replies: 3
Views: 1829

Re: EricRogerGarcia

Well I took several years at school... and I knew only basic things. I was barely able to read anything in English and I couldn't understand anything at all when somebody was speaking ! I was so angry that I decided to continue alone ! I took me years to be able to understand a movie (without sub ti...
by EricRogerGarcia
Tue Jul 18, 2023 12:07 am
Forum: Godot Project Showcase
Topic: Bees against Pesticides
Replies: 0
Views: 3632

Bees against Pesticides

I started a new (small) project a few days ago. It’s based on pacman. More here (in french) : https://ericrogergarcia.legtux.org/abeilles-contre-pesticides or here (google translated) : https://ericrogergarcia-legtux-org.translate.goog/abeilles-contre-pesticides?_x_tr_sl=auto&_x_tr_tl=en&_x_...
by EricRogerGarcia
Mon Jul 17, 2023 11:56 pm
Forum: Introductions
Topic: EricRogerGarcia
Replies: 3
Views: 1829

EricRogerGarcia

Hello,

I'm french. I live in France in Brittany.
If my English is a bit formal, don’t blame me (it’s a foreign language for me) :)

I sometimes give introductory courses to Godot Engine but I have a lot to learn !