Staredit Network > Forums > SC1 Mapping Tools > Topic: scmdraft - 0.9.0 info + nightly download (Post small feature req
scmdraft - 0.9.0 info + nightly download (Post small feature req
Apr 9 2017, 9:27 am
By: Suicidal Insanity
Pages: < 1 « 33 34 35 36 3760 >
 

Jun 16 2018, 7:02 pm Pr0nogo Post #681



If you make a trigger action that clears a switch, and then make a condition that clears a switch, the switch field for the condition will be labeled 'Clear' due to trigger autocomplete which is invalid. Maybe make both text fields work interchangeably or make it always one so this doesn't happen. Took me hours to figure this out.




Jun 16 2018, 10:58 pm Suicidal Insanity Post #682

I see you !

Will take a look Monday. Not home tommarow.




Jul 8 2018, 10:03 pm Suicidal Insanity Post #683

I see you !

New build up which is compiled in Unicode mode. Right now I am still converting all map and game strings using the current system locale as a first step. Please let me know if the color sequences or conversion fails in any locations, I had to update many many locations which I have been doing in small sections over the last months but it hasn't been extensively tested.

Once I am fairly confident that all locations work, I will switch it to optionally use UTF-8 encoding. (Optionally, since that is a SC:R only feature)

Also attempted to add support for more than 16 blocks of player color lookups. I don't have an example mod so I can not confirm it works.

Post has been edited 1 time(s), last time on Jul 8 2018, 10:13 pm by Suicidal Insanity.




Jul 11 2018, 11:19 pm Suicidal Insanity Post #684

I see you !

Added fixes for unicode port bugs in classic trigedit (sound list, AI script list selection)




Jul 14 2018, 7:55 pm Nib- Post #685



Not sure if you're still looking for suggestions; but is it possible to resize the Classic Trigger Window? Would be nice to see what the details of an action trigger is without having to always click into it. Or even make it wrap around?



None.

Jul 14 2018, 8:11 pm Suicidal Insanity Post #686

I see you !

Suggestions are fine. That one is already on my list, but its fairly boring code/work so I have been prioritizing more interesting things. Maybe in a few weeks.




Jul 15 2018, 8:51 pm Suicidal Insanity Post #687

I see you !

Next build will have a larger edit trigger window. I added code to make the window + three subwindows resizable internally, but don't have any code to limit resizing to prevent the user from making it so small that controls disappear, so its not resizable yet.

So hopefully that will help until I have code that calculates the minimum window size.


E: Uploaded.

Post has been edited 1 time(s), last time on Jul 15 2018, 10:24 pm by Suicidal Insanity.




Jul 18 2018, 10:23 am Wormer Post #688



Is there a way to reset location's name to default so that it won't use a string?

Edit: Ugh. :hurr: Sorry I'm talking nonsense guys. Taking my question back. Love you all! :wub:

Edit2: Trying to justify the existence of this post, thinking: what if there was a way to nullify location string and refer to location via it's ID in triggers? Afaik, raw trigger format doesn't need info about location's name -- the thing is required to tie the name with the ID midway in the editor. Is it possible to skip this step?

Post has been edited 5 time(s), last time on Jul 18 2018, 10:48 am by Wormer.



Some.

Jul 18 2018, 2:33 pm jjf28 Post #689

Cartography Artisan

Quote from Wormer
Is there a way to reset location's name to default so that it won't use a string?

It is absolutely possible; though before SCMDraft would spit out the "string corruption" message and have problems if you had any such location; I do think not using a string is the wrong approach though, creating an extended string table that can be used for naming locations without taking up precious STR section space is a much better way to go about this.



TheNitesWhoSay - Clan Aura - github

Reached the top of StarCraft theory crafting 2:12 AM CST, August 2nd, 2014.

Jul 18 2018, 9:43 pm Suicidal Insanity Post #690

I see you !

Quote from Wormer
Is there a way to reset location's name to default so that it won't use a string?

Edit: Ugh. :hurr: Sorry I'm talking nonsense guys. Taking my question back. Love you all! :wub:

Edit2: Trying to justify the existence of this post, thinking: what if there was a way to nullify location string and refer to location via it's ID in triggers? Afaik, raw trigger format doesn't need info about location's name -- the thing is required to tie the name with the ID midway in the editor. Is it possible to skip this step?
Quote from jjf28
Quote from Wormer
Is there a way to reset location's name to default so that it won't use a string?

If you erase the location name, it will display it as LocationID: YYY in classic trigedit and the location tree. The render engine doesn't yet have a special case for that - I could add that. I also am not completely sure what various text trigger editors do.



It is absolutely possible; though before SCMDraft would spit out the "string corruption" message and have problems if you had any such location; I do think not using a string is the wrong approach though, creating an extended string table that can be used for naming locations without taking up precious STR section space is a much better way to go about this.

I'm pretty sure all string corruption issues were fixed with the initial 0.9.0 release or even with the 0.8.X updates.

I personally think getting blizz to use DWORD offsets in the string table, or getting them to support a STRX chunk with DWORD offsets is the way to go. They know mappers want more string storage space, but I have no idea if / when they will get to that item on their list.




Jul 19 2018, 1:32 am jjf28 Post #691

Cartography Artisan

I personally think getting blizz to use DWORD offsets in the string table, or getting them to support a STRX chunk with DWORD offsets is the way to go.

I can get behind the latter, the former wouldn't be the best as all maps would have to go through an upgrade process, lotsa STR section based EUDs would be broken, and the maps would no longer be reverse compatible.

I also am not completely sure what various text trigger editors do.

Mine just puts the unquoted integer for the location number in the field, rather than a string - e.g. first location
Code
Move Location("Player 1", "Terran Marine", No Location, "Location 0");
Move Location("Player 1", "Terran Marine", No Location, 1);




TheNitesWhoSay - Clan Aura - github

Reached the top of StarCraft theory crafting 2:12 AM CST, August 2nd, 2014.

Jul 19 2018, 1:36 am O)FaRTy1billion[MM] Post #692

👻 👾 👽 💪

Quote from jjf28
I do think not using a string is the wrong approach though, creating an extended string table that can be used for naming locations without taking up precious STR section space is a much better way to go about this.
I agree that this is a better approach, although it makes it less portable to other editors/tools that don't support the ancillary str section/invalid str ID's.

Also, as a side note, I'm pretty sure StarEdit will crash if a location doesn't have a name. Locations always use a string, even with their default name. (though Wormer probably realized this when striking out his original question :P)



TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB - topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig - topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
\:farty\: This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!

Jul 19 2018, 7:44 am Suicidal Insanity Post #693

I see you !

Well changing the STR section format is viable if a SC:R specific map format is ever released which also includes stuff like RGB player colors and whatnot.

I can write up a quick spec tonight, and try and cover corner cases, you guys can then poke holes in it, and perhaps we can already add support for it for locations / switches.




Jul 20 2018, 1:16 am O)FaRTy1billion[MM] Post #694

👻 👾 👽 💪

Is RGB player colors a thing?



TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB - topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig - topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
\:farty\: This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!

Jul 20 2018, 7:20 am Suicidal Insanity Post #695

I see you !

It was requested on the official forums, Pete replied saying they'll add it sometime, and nobody ever heard anything about that again. So who knows !




Jul 20 2018, 8:46 pm Wormer Post #696



I got this error while working with triggers in classic trigedit. Unfortunatelly couldn't reproduce it. It happened 2 times when I was creating a new action or condition. SCMD version 18.06.17.

It wasn't fatal, the next click created action/condition fine and I didn't notice anything broke.





Some.

Jul 20 2018, 10:02 pm Suicidal Insanity Post #697

I see you !

Can you launch scmdraft with -console the next couple of times you use it, and if it shows up again see if the console displays more detailed error messages?




Jul 21 2018, 3:26 am lucifirius Post #698



Is it possible for the data MPQ to read stat_txt.xml?



None.

Jul 21 2018, 9:34 am Suicidal Insanity Post #699

I see you !

What is that file? And is it in the MPQs or in the new archive files?




Jul 21 2018, 11:09 am lucifirius Post #700



For the additional MPQ file as added here, https://i.imgur.com/PvuJs25.png

I guess the stat_txt.xml is from CASC and not MPQ, but because of samase modders have to use the .xml and not .tbl and it's annoying to have to modify both to be able to use changed strings in SCMDraft alongside the modding process.



None.

Options
Pages: < 1 « 33 34 35 36 3760 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[05:05 pm]
Vrael -- Its simple, just send all minerals to Vrael until you have 0 minerals then your account is gone
[04:31 pm]
Zoan -- where's the option to delete my account
[04:30 pm]
Zoan -- goodbye forever
[04:30 pm]
Zoan -- it's over, I've misclicked my top right magic box spot
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- there are some real members mixed in those latter pages, but the *vast* majority are spam accounts
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- there are almost 3k pages
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- the real members stop around page 250
[2024-4-14. : 9:20 pm]
O)FaRTy1billion[MM] -- look at the members list
[2024-4-12. : 12:52 pm]
Oh_Man -- da real donwano
da real donwano shouted: This is the first time I've seen spam bots like this on SEN. But then again, for the last 15 years I haven't been very active.
it's pretty common
[2024-4-11. : 9:53 pm]
da real donwano -- This is the first time I've seen spam bots like this on SEN. But then again, for the last 15 years I haven't been very active.
Please log in to shout.


Members Online: Lujan160, Roy, Ultraviolet