#EVTUI. Help to understand it

133 messages · Page 1 of 1 (latest)

pearl kayak
#

I'm attempting to use EVTUI however I'm not understanding it. I can't even figure out how to open it.
any help? TIA

#

I tried looking in the README.md and the Github page and I don't get it.

small trout
#

You need to build it through commandline or something similar

pearl kayak
#

Idk how to do that. I never mess around with cmd

small trout
#

you just have to input the commands on the github into it

pearl kayak
#

says it's not recongized as a internal or external command, operable program or batch file

small trout
pearl kayak
#

@wind trellis Creator, help pls?

small trout
#

calm down

pearl kayak
#

Let's see....

installing Git now..

#

Installed Git and Command Prompt still says it's not recongized

small trout
#

did it also install something called git bash?

#

if so, input the commands in there instead.

#

thats what I use anyways

pearl kayak
#

I don't think so? Doesn't show it and the only git thing I have is the setup

small trout
#

did you not do the setup?

pearl kayak
#

I did, and nothing else appeared.

small trout
#

like nothing is appearing in the search?

#

try going to your program files

pearl kayak
#

Besides the Setup exe, no

small trout
#

there should be a folder called git

pearl kayak
#

Ah there it is

small trout
#

cool

#

just use the git bash exe

#

then you should be good from there

#

you can copy paste with middle mouse click

pearl kayak
#

fatal: could not create work tree dir 'EVTUI': Permission denied
bash: cd: EVTUI: No such file or directory

small trout
#

the first step is two seperate commands in one

#

try starting git in admin mode

pearl kayak
#

Alright, I completed Setup, now the Building part

small trout
#

here's a recording of the steps i do. Ignore gamemaker in the background I forgot to maximize the window

#

btw after you do the dotnet command, it'll create an exe at C:\Users\[yourUsername]\EVTUI\src\gui\bin\Debug\net8.0\win-x64

pearl kayak
#

Does EVTUI only work on .NET 5.0?

small trout
#

No, it should work on higher

#

I haven't had any issues with net in a while.

pearl kayak
small trout
#

try installing a higher .net like 8.0

pearl kayak
#

trying that one now lol

#

Alright I'm in. Create new project and I get a error right off the bat

small trout
#

what is it

pearl kayak
#

New project configuration failed with an error:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\USERNAME\AppData\Roaming\EVTUI\Working'.
at System.IO.Enumeration.FileSystemEnumerator1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.DirectoryInfo.EnumerateFiles()
at EVTUI.CPKExtract.ClearDirectory(String dirName) in C:\Program Files\Git\EVTUI\src\lib\FileIO\CPKExtract.cs:line 35
at EVTUI.DataManager.ClearCache() in C:\Program Files\Git\EVTUI\src\lib\DataManager.cs:line 191
at EVTUI.Views.LandingPage.RaiseConfigModal(String configtype) in C:\Program Files\Git\EVTUI\src\gui\MainWindow\LandingPage\LandingPage.axaml.cs:line 68
at EVTUI.Views.LandingPage.NewProjectClicked(Object sender, PointerReleasedEventArgs e) in C:\Program Files\Git

small trout
#

interesting

pearl kayak
#

the thing don't like me. TwT

#

I get the same error if I load project as well

small trout
#

is your username actually username?

pearl kayak
#

no, I edited that

small trout
#

just making sure

pearl kayak
#

it's not my real name, just still edited it eitherway

small trout
#

what settings did you do for the project?

wind trellis
#

Hm, I wonder if this is an issue that others haven't seen because there haven't been new users since that change. Let me see....

pearl kayak
#

Literally nothing.

I clicked new project after the EVTUI thing appeared, and error.
same with Load project

wind trellis
#

(Because for old users that path would already exist.)

pearl kayak
#

Not sure if I did something wrong cuz I thought I did everything right

pearl kayak
small trout
#

thats not good

wind trellis
#

Just pushed a hotfix.

#

I think I added an extra clear of the appdata in a recent PR, but it was running here without checking for new users whether the appdata actually exists yet.

#

You'll have to redo all the downloading and setup, but try again?

pearl kayak
#

Yup, one second....

#

Says EVTUI already exists and is not a empty directory

small trout
#

is it hidden for some reason?

#

try turning on hidden items in explorer

pearl kayak
#

I don't see it, and I have the otpion to show Hidden Items.

I do notice in the Users tab I now have a .dotnet folder.

#

and a .nuget

small trout
#

yeah I think thats because of git and the new dotnet

#

cause I have it aswell

pearl kayak
#

but I don't see any EVTUI

small trout
#

can you create a new folder in there and name it EVTUI?

pearl kayak
#

Still gives that error that the thing already existing

#

even if I delete it

small trout
#

weird, I never had this issue

pearl kayak
#

world first lol

small trout
#

can you copy paste the error message?

pearl kayak
#

The only EVTUI things I have is the main folder, and the other stuff in the folder.

small trout
#

what is the other stuff

pearl kayak
small trout
#

can you screenshot whats inside

pearl kayak
#

this is the "other stuff"

small trout
#

try deleting those

pearl kayak
#

alright deleted.

small trout
#

try it now

pearl kayak
#

already exists

#

it's like im softlocked

wind trellis
#

You fully deleted both of the EVTUI-main folders?

pearl kayak
#

I can't see them in the folder, so yes.

wind trellis
#

I see this when looking for this issue:

This error comes up when you try to clone a repository in a folder which still contains .git folder (Hidden folder).

small trout
#

yeah I saw that too

pearl kayak
#

strange

wind trellis
#

Is there a .git/ folder in your current directory?

pearl kayak
#

I don't see one anywhere, not in User, nor in my modding folder

#

Wait...

#

Welp, thought I fixed it but nope.

There WAS a EVTUI folder in my Appdata which I now deleted and when I paste the command in Bash again, it still says it already exists

wind trellis
#

That wouldn't be it. Hm...

small trout
#

at the top of the git bash tab what does it say?

wind trellis
#

I mean, the other option is just to change the directory you're in 🤷

small trout
#

this is true

pearl kayak
#

I see another tab with EVTUI in a Git folder with Bash in it

#

that it?

small trout
#

maybe?

pearl kayak
#

It was. I got the error I first got, lemme try running in Admin.

#

Let's try this again

#

I'm in, the hotfix worked.

small trout
#

awesome

pearl kayak
#

so I assume the mod directory is the direction of the mod, and CPK directory is the direction of the main game cpk?

small trout
#

yea

pearl kayak
#

Alright I'm in, now I gotta pick an event...

#

Hm, this is gonna take some time to get used to....

#

One thing I still don't have is that exe you mentioned before Croissant.

small trout
#

you're currently using the exe so I guess it's just somewhere else in the files.

#

it'll be within the gui folder atleast

pearl kayak
#

this is what's in EVTUI/src/GUI

small trout
#

bin

#

like you have to actually look within gui

pearl kayak
#

EVTUI.exe?

small trout
#

yea

#

that would be the exe

pearl kayak
#

Ay awesome.

i know im dumb okay? xd

small trout
#

the more you learn the better you get

pearl kayak
#

just never messed around with these things before but with time I'll get there

#

I think im good for now though, appreciate the time to deal with my dumbass

small trout
#

you're one of the lucky 10,000

pearl kayak
#

what about the unlucky 90,000?

small trout
pearl kayak
#

actually, if I didn't have this issue, would the hotfix never have happened?

wind trellis
#

Someone would have hit it sooner or later. You're lucky #1!

pearl kayak
#

cool

small trout
#

it's better to be early then late

wind trellis
#

You're still getting in on the ground floor in general (hence the more involved setup instead of an actual release), so don't worry if it's confusing. If you do find things difficult, that's good info for me on how to improve the experience naothumbsup

pearl kayak
#

I see.

Yea, I'm trying to get in on the event editing since I've seen good stuff from it (Girlkisser's Take Your Time)

#

and it's also good for things to get better and better

wind trellis
#

GK is nuts, lol. I don't know how she's done so much with it already 😅

pearl kayak
#

me neither. :I

That's one of the main reasons im into it, considering she's done that much