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 « 46 47 48 49 5060 >
 

Jul 14 2019, 9:06 am Wormer Post #941



Hooray! :cheers:

Yay ASDF ! That is the error for no MPQ access.
Cryptic. Thought that was a greeting... :O

Like I said, most of the reported things aren't issues at all, just a difference that I noticed.

Ah, lines are probably 0 based in error messages, will fix
Oh yes, this is good to see fixed too. What I meant, that sometimes error message still report at line 0, is it intended to work like that?

I don't think this is an issue, if there is a reason to worry about it let me know.
Not an issue.

All text matching is case insensitive, that includes unit / location names etc. They are whitespace sensitive though, although "not set" is the only param that included whitespaces. (Obviously many trigger/condition actions do)
Okay, there are "At least" and "At most" :P that doesn't have the second word capitalized. Also "ore", "gas", "ore and gas" aren't capitilized to the same basket. There is a little bit of capitalization inconsistency with classic trigedit. But meh :wallbash: I'm such a paranoic :hurr: . All this is minor.

Will check that - newline, tab, etc should be \n \t etc as before. E: <- Trigedit always only had special handling for newline and tab, all other chars between [1 and 31[ were converted to hex. Not sure what you mean.
Actually I just figured out this is an issue. If there is a character "·" in string it is compiled properly, but then decompiled as "\xfff" which recompiles into something different "ÿ".

Ya that was one of the improvements I made. Also block comments should work using /* ... */ - but I needa test those a bit more.
Cool! I tried to put this type of comment in various places, worked for me yet.

Will update if I repro this before falling into bed <- That appears to always have been a bug in text trigedit, at least I tried a 1 year old version. I'm undecided if that error should stop compilation or just add the text to the string without converting. In your specific example, it is converting the hex code to char 0 which means terminate string.
Yes, it's in trigedit for years literarly. I had hard times to figure out the logic behind that and implement it into my color scheme for vim SCMD triggers highlighting. I don't even remember all peculiarities anymore. But hey, it's ridiculous to keep such things. I bet no one had a meaningful use of this bug, except probably for malicious intents? to overflow buffers and cause the crash or something worse? Gone for the better. :rip:

It also no longer requires the closing semicolon to follow the closing paranthesis - but who would ever do that? xD
That's how I tried to break it at first place! :w00t: The gotcha is a semicolon also disables the action/conditon, so double semicolon at end of the line might be a surprise. Maybe treat a semicolon as a disabling marker only if it is the first non-blank (space, tab, etc.) character on the line? But then one can't put series of disabled triggers in one line :( . Someone shoot me :omfg: , this is so minor again.

Post has been edited 4 time(s), last time on Jul 14 2019, 9:16 am by Wormer.



Some.

Jul 14 2019, 5:11 pm Suicidal Insanity Post #942

I see you !

Error Messages: There used to just be 1 line counter "current line" while parsing. The new engine no longer updates that, so a few low level error messages appear to be line 0. Since it now displays an error for the broken trigger, then action, then param, it shouldn't be a big deal until I fix it.

Special chars: I think I know what is going on - it is treating the chars as signed when testing if it is a color code or not. Is a simple fix, and will be included in tonight's version.

Logic for that bug was anything that didn't utterly fail parsing to number but was invalid turned into 0, which means the resulting string had an embedded end of string marker and was truncated early. No buffer overflow though.


Using semicolon for two things was a bad design decision, but we are stuck with that for backwards compatibility :(

Post has been edited 1 time(s), last time on Jul 14 2019, 9:10 pm by Suicidal Insanity.




Jul 15 2019, 11:18 pm Suicidal Insanity Post #943

I see you !

And a new build is up, once again !




Jul 16 2019, 9:24 pm Wormer Post #944



Found a bug, or... don't know how to qualify that.

Make a name for a force "Player 1" then make a trigger for that force in classic trigedit, then recompile in text trigedit and! see how trigger changes owner to player 1. :omfg:

That way, there is a number of forbidden names for forces: "Player 1" through "Player 12", "Foes", "Allies", "Non Allied Victory Players", "Current Player", "Neutral Players", "All Players", "unknown/unused", and "unknown/unused (22)" through "unknown/unused (25)".

The ultimate fix for this kind of situation is to also accept integer values for owners. ADDED: and if conflict with those names is detected, decompile conflicting trigger forces as numbers when populating text triggers.

Post has been edited 3 time(s), last time on Jul 16 2019, 9:43 pm by Wormer.



Some.

Jul 16 2019, 9:43 pm Suicidal Insanity Post #945

I see you !

Ya, text trigedit doesn't protect the user from himself if he tries to break things. I've slowly been adding some checks - but I mostly assume if the user uses text trigedit he knows what he is doing.




Jul 16 2019, 9:52 pm Wormer Post #946



The most surprising of these all are probably "Neutral Players" and "Foes"/"Allies". I can imagine forces with those names.

Also, if you make a location with name "Anywhere" it will gobble all *real* Anywhere locations on recompile.

Gladly units use their original names.



Some.

Jul 17 2019, 5:25 pm IlyaSnopchenko Post #947

The Curious

Stuff I noticed now after upgrading to the latest build (which fixed the bug with the TRANSMISSION briefing action I was about to report):

Now the SWITCH condition lists the states from SET SWITCH action instead, and they don't seem to work in-game.

UPD: Screenshots attached.

Attachments:
editor-bug-switches.jpg
Hits: 1 Size: 166.01kb
editor-bug-switches2.jpg
Hits: 1 Size: 29.55kb



Trial and error... mostly error.

Jul 17 2019, 5:33 pm Suicidal Insanity Post #948

I see you !

Will fix once I am home.




Jul 17 2019, 5:39 pm IlyaSnopchenko Post #949

The Curious

Thanks. I found a quick workaround, so it's not like my mapping binge that I'm suffering(?) today will be harmed. :)



Trial and error... mostly error.

Jul 17 2019, 11:45 pm Suicidal Insanity Post #950

I see you !

Build is up with fix for switch conditions, and with text trigger editing in classic trigedit. Give it a try, give me feedback.




Jul 18 2019, 7:37 am Suicidal Insanity Post #951

I see you !

Poke?




Jul 18 2019, 9:34 am IlyaSnopchenko Post #952

The Curious

Poke?
Sorry, was asleep. :)
Everything works so far, thank you (except is the CR not supposed to work in Text View mode? Copying and pasting works though). I'm not sure I would use text trigger editor much, although (say) copying and pasting actions between triggers is an application I could find use for. Actually I was about to wonder if copy/paste was going to be in the pipeline, though now I guess it's less of an issue.

One more thing: I know the "Always Display" debate rages on but I think it's still worthwhile to have this switch set by default. The reasoning is as follows: unsetting "Always Display" is only useful (if you can call it that) for transmissions in campaigns with full voice acting but somehow I think they're few and far between, especially now. :)

P.S. A cosmetic bug to report - it was there before and is there now. Sometimes weird characters (including Chinese hieroplyphs) are seen in the trigger list when looking at a trigger with a lengthy comment. Click on it and they go away and may be replaced with something else (but equally nonsensical).

Attachments:
editor-bug-visual-comments.jpg
Hits: 2 Size: 368.35kb

Post has been edited 3 time(s), last time on Jul 18 2019, 11:02 am by IlyaSnopchenko.



Trial and error... mostly error.

Jul 18 2019, 11:08 am Suicidal Insanity Post #953

I see you !

If you can send me a map with just a handful of triggers that causes that corruption, I'll take a look.

Always Display: Any other opinions on changing the default value?




Jul 18 2019, 11:20 am IlyaSnopchenko Post #954

The Curious

No, no, the corruption is purely visual. Nothing is/was done to the trigger itself. It appears rather randomly, and only if there's a trigger with the comment so long that it exceeds the 7 line mark and wraps into (MORE). I know it's a rare occurence and here's another example.

Attachments:
editor-bug-visual-comments2.jpg
Hits: 1 Size: 93.86kb



Trial and error... mostly error.

Jul 18 2019, 12:12 pm Suicidal Insanity Post #955

I see you !

I understand it is purely visible, I just didn't want to have to create a test map to repro it, especially if it may be dependent on the exact text of the comment.




Jul 18 2019, 12:13 pm Pr0nogo Post #956



Yes, Always Display should be set by default. Unless you can tie this to a profile setting, in which case that's better.




Jul 18 2019, 12:48 pm Wormer Post #957



Not a big deal, but I'm standing for Always Display default as well.

There might be cases when someone switched that in-game setting off and forgot about it, and now cracks his head against the wall why the display text action isn't working.

Most of the time you want the text display always. Aside of classic design to support sound transmissions, the limited cases when you want to hide text are turning around some kind of map hints for new players, or a supplementary info that isn't important and can be hidden by players on their will, notification messages that player might or might not want to see, etc.



Some.

Jul 18 2019, 2:15 pm IlyaSnopchenko Post #958

The Curious

I understand it is purely visible, I just didn't want to have to create a test map to repro it, especially if it may be dependent on the exact text of the comment.
Actually it doesn't seem to depend on anything. Just adding multi-line comment does the trick. Here's the map I started from scratch for, like, 5 seconds. 13 lines of text - and I got this stuff too.

It does not need to be a high priority fix as it doesn't affect the actual editing/map in any way.

Attachments:
editor-bug-visual-comments3.jpg
Hits: 1 Size: 230.03kb



Trial and error... mostly error.

Jul 18 2019, 3:49 pm Suicidal Insanity Post #959

I see you !

Ya but now that the text integration is there, I don't want to make any major changes, just improve error logging of that panel and other bugfixes for the next three days then a release. So that is a good candidate for something to be fixed.




Jul 18 2019, 3:49 pm Suicidal Insanity Post #960

I see you !

Ya but now that the text integration is there, I don't want to make any major changes, just improve error logging of that panel and other bugfixes for the next three days then a release. So that is a good candidate for something to be fixed.




Options
Pages: < 1 « 46 47 48 49 5060 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[05:00 pm]
lil-Inferno -- benis
[10:41 am]
v9bettel -- Nice
[01:39 am]
Ultraviolet -- no u elky skeleton guy, I'll use em better
[10:50 pm]
Vrael -- Ultraviolet
Ultraviolet shouted: How about you all send me your minerals instead of washing them into the gambling void? I'm saving up for a new name color and/or glow
hey cut it out I'm getting all the minerals
[10:11 pm]
Ultraviolet -- :P
[10:11 pm]
Ultraviolet -- How about you all send me your minerals instead of washing them into the gambling void? I'm saving up for a new name color and/or glow
[2024-4-17. : 11:50 pm]
O)FaRTy1billion[MM] -- nice, now i have more than enough
[2024-4-17. : 11:49 pm]
O)FaRTy1billion[MM] -- if i don't gamble them away first
[2024-4-17. : 11:49 pm]
O)FaRTy1billion[MM] -- o, due to a donation i now have enough minerals to send you minerals
[2024-4-17. : 3:26 am]
O)FaRTy1billion[MM] -- i have to ask for minerals first tho cuz i don't have enough to send
Please log in to shout.


Members Online: jun3hong, Ultraviolet, Roy