herbix / hoi4modutilities

A VSCode extension that contains utilities for Heart of Iron IV mods developers
MIT License
74 stars 9 forks source link

Can't understand the step 2 #10

Closed aesthetically1940s closed 3 years ago

aesthetically1940s commented 3 years ago

Hi, I can't understand the step 2. Can you wrote more about it, I can't do anything it's so confusing fora non english native speaker and a begginner...

herbix commented 3 years ago

Hi @aesthetically1940s, You can find "install path" setting in VSCode settings: image image

aesthetically1940s commented 3 years ago

image

The preview still don't work... I'm sorry I'm new in it I can sounds stupid...

herbix commented 3 years ago

You need to pair { and }. It looks like there are several }s missing at the end of your script. I recommend you to type a } immediately after typing { so it can't be missed.

aesthetically1940s commented 3 years ago

Ok, I think I correct everything and now I can't see my focus tree omg this drives me crazy...

image

aesthetically1940s commented 3 years ago

image I changed a thing and now it says no fucos tree... I'm very lost...

herbix commented 3 years ago

Reason of no focus tree is that in first line "f" of focus_tree is removed.

In line 12 after modifier, an additional "}" is typed so "focus_tree = {" is closed, making it no focus inside the tree.

I suggest you to use syntax tools extension such as cwtools. There will be error markers when you meet such issues.