Moonlite Map Studio open beta release

Moogle

New Member
Reaction score
1
Just commit does not upload the Bin folder which contains the map. I want the map uploaded so team members can edit object data and stuff and commit that.

Directory structure wise, Moonlite uploads the project folder. If you wanted to have your project in something like Google Code's svn, putting the project in the trunk folder adds the <Project Name> folder into it, which just looks silly. Not that I care overmuch about that. I have it fine the way it is.
 

Vestras

Retired
Reaction score
248
Just commit does not upload the Bin folder which contains the map. I want the map uploaded so team members can edit object data and stuff and commit that.

Directory structure wise, Moonlite uploads the project folder. If you wanted to have your project in something like Google Code's svn, putting the project in the trunk folder adds the <Project Name> folder into it, which just looks silly. Not that I care overmuch about that. I have it fine the way it is.

Well, Commit only commits changes to files in the source directory. So yeah, works as intended.

And what's with having a directory structure like: "svn/trunk/(Project Name)/..." ? :eek:
 

Joker(Div)

Always Here..
Reaction score
86
Copying and pasting still seems a little weird. It's behavior is random. I have to spam it a few times, then it starts working.
 

Vestras

Retired
Reaction score
248
I'll take a look at it. I think it might be because of me having multiple shortcuts pointing to the same delegate with the same keys.
 

Moogle

New Member
Reaction score
1
Would you mind also commiting the actual map file itself? A map isnt just code you know. Terrain and object data have their parts. Also, Moonlite does not have lib_Ntve. I remember hearing that a while back, but I havent heard any response from you Vestras.

We are missing important functions in the function list, like libNtve_gf_UnitInRegion. I had to search through GE for a minute to find that because Moonlite didnt have a nice easy searchable list. :/

ALso, creating a new folder causes the folder above it in the Project Manager to share its name. Wth?

SVN bug: Me and a friend tried it out, his committed files are downloaded, but Moonlite doesnt show them until I go to right click -> Add exiting file. And then that does an exception and fails miserably, with no import. It sas the file already exists - which it does. Which is good. Except the Project Manager wont freaking display the files. Visual Studio displays everything in the project folder. You should probably follow that idea.

Sigh.
 

Vestras

Retired
Reaction score
248
Would you mind also commiting the actual map file itself? A map isnt just code you know. Terrain and object data have their parts. Also, Moonlite does not have lib_Ntve. I remember hearing that a while back, but I havent heard any response from you Vestras.

We are missing important functions in the function list, like libNtve_gf_UnitInRegion. I had to search through GE for a minute to find that because Moonlite didnt have a nice easy searchable list. :/

ALso, creating a new folder causes the folder above it in the Project Manager to share its name. Wth?

SVN bug: Me and a friend tried it out, his committed files are downloaded, but Moonlite doesnt show them until I go to right click -> Add exiting file. And then that does an exception and fails miserably, with no import. It sas the file already exists - which it does. Which is good. Except the Project Manager wont freaking display the files. Visual Studio displays everything in the project folder. You should probably follow that idea.

Sigh.

Well, I'm still on vacation, so I can't really do much.
Doesn't Commit All add the map file too? The generic Commit only commits changed files... which would be code files. :)

What's lib_Ntve? Believe it or not, I haven't done any SC2 modding, because I'm too busy with Moonlite, so if it's some GE stuff you have to explain further.

I thought I had the folder issue fixed. I will fix it when I come home.
It throws an exception? Which one? You sure it's not just a dialog?
Did you update the project via Moonlite or through an external SVN client? If it's through an external SVN client, you can't really blame Moonlite, because it wouldn't know the files were there. And, are the fiels he committed a part of the project you have? If not, you have to add the files manually to the project. (Drag drop via Windows Explorer)
If you used Moonlite's built in update feature, I probably forgot to make the project manager update when the updating is done. I should probably add a Refresh button, too.
 

Moogle

New Member
Reaction score
1
lib_Ntve is some sort of GUI library Blizzard wants us to use. The point is, all of the functions included in it, like checking if a unit is in a region, are currently not included by Moonlite in the function searcher.

A refresh button would work fine. I think Moonlite should be displaying all the files in itis directories, just like Visual Studio. Whenever I update, the files are placed in the directory but Moonlite does not display them. I have to manually add them - but wait! if I add them that way, Moonlite claims the file already exists in the directory. Because it does!

No idea on the exact exception, will look in a bit. It was an exception though.
 

Vestras

Retired
Reaction score
248
lib_Ntve is some sort of GUI library Blizzard wants us to use. The point is, all of the functions included in it, like checking if a unit is in a region, are currently not included by Moonlite in the function searcher.

A refresh button would work fine. I think Moonlite should be displaying all the files in itis directories, just like Visual Studio. Whenever I update, the files are placed in the directory but Moonlite does not display them. I have to manually add them - but wait! if I add them that way, Moonlite claims the file already exists in the directory. Because it does!

No idea on the exact exception, will look in a bit. It was an exception though.

Well, that would be easily added. You can even do it yourself with a little bit of haxxor (if you don't want to wait). If you go to the Moonlite installation directory, into the folder named "Data", you will see a file named "GalaxyNatives.db". It's an sqlite database that you can freely add natives to. If you add all the lib_Ntve functions, you should probably upload the new database here for other users to use, too.

Visual Studio only has an option for showing files - that doesn't make them a part of the project. If you open a VS project in notepad you can see that it includes files like Moonlite projects do. So you will have to manually add files, and it's really not that big of a hassle. Did you drag and drop the files from Windows Explorer? If yes, there must be an issue with the add existing files code. I will fix it.

I'd love to see the exception :)
 

Moogle

New Member
Reaction score
1
317e3w0.jpg


When I do a right click -> add existing file.

But the thing is, I got this file from SVN. I'd prefer that it be auto included; while you're at it, why not auto include anything ending with .gx or .a?

Also, did I mention file -> opening a moonlite project opens the project file itself (an xml file)?
 

Vestras

Retired
Reaction score
248
317e3w0.jpg


When I do a right click -> add existing file.

But the thing is, I got this file from SVN. I'd prefer that it be auto included; while you're at it, why not auto include anything ending with .gx or .a?

Also, did I mention file -> opening a moonlite project opens the project file itself (an xml file)?

I fixed the exception, the opening project issue, and the keyboard shortcut issue.
I will not make files in the directory be auto included in the project, sorry. If you want that you can write a plugin ;)
 

Sevion

The DIY Ninja
Reaction score
413
How do I use this... So far, all I can do is add items to the project, but nothing happens to the map at all.
 

Vestras

Retired
Reaction score
248
How do I use this... So far, all I can do is add items to the project, but nothing happens to the map at all.

I need more information.

Also guys, just for your information. The next update is gonna be huge; it will (most likely) feature the complete code completion, a new, DirectX rendering surface, more lightweight, faster, etc. Also more docking features ;)
It's gonna take some time to finish the next version, but if you have found any issues, please don't hesitate to report them so I can fix them - I'm hoping that the next version will have so little bugs that it will be out of beta stage.
 

Sevion

The DIY Ninja
Reaction score
413
I can add files to a project (i.e. I added a .gx file and a map file). I can edit the .gx file. But when I save, etc, compile map script, build map script, debug, nothing happens.
 

Vestras

Retired
Reaction score
248
I can add files to a project (i.e. I added a .gx file and a map file). I can edit the .gx file. But when I save, etc, compile map script, build map script, debug, nothing happens.

Nothing happens doesn't really help me. I need steps to reproduce, exact steps on what you did, screenshots, etc.
 

Sevion

The DIY Ninja
Reaction score
413
Make project, add my map file, add a galaxy file, edit the galaxy file, save, Build Map Script, Debug.

I don't even think this is what I'm supposed to do...

At any rate, there's no documentation to even explain what to do anyways.
 

Vestras

Retired
Reaction score
248
Make project, add my map file, add a galaxy file, edit the galaxy file, save, Build Map Script, Debug.

I don't even think this is what I'm supposed to do...

At any rate, there's no documentation to even explain what to do anyways.

Well, what did you put in the file?
The next version will have documentation.
 

Sevion

The DIY Ninja
Reaction score
413
Code. And before you ask (I'm taken aback that you'd have to ask...) yes it was operable code.

And when, pray tell, does the next version come out?
 

Vestras

Retired
Reaction score
248
Code. And before you ask (I'm taken aback that you'd have to ask...) yes it was operable code.

And when, pray tell, does the next version come out?

What code? <.<
Try opening your map with an Mpq Editor, see if Andromeda.galaxy is there and see if it included in MapScript.galaxy, and see if initAndromeda (?) is run in MapScript.galaxy. If not, it is Andromeda's fault.

Well, I'd say 2-3 weeks. Probably the latter, or more.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top