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 « 22 23 24 25 2660 >
 

Jan 1 2018, 1:15 am jjf28 Post #461

Cartography Artisan

The string size limit is due to the way the string section is structured/read by StarCraft and cannot simply be extended in an editor - see http://www.staredit.net/wiki/index.php/Scenario.chk#.22STR_.22_-_String_Data for the technical details. If our goal is a flat increase to the amount of string data we can have in-game then this suggestion needs to be given to Blizzard.

An editor can however make it so that strings that are not used in game (such as trigger comments) do not take up space within StarCrafts string table and I suggest SI take this up at some point if blizzard does not extend strings themselves, please use the same format I have or document whatever format you end up using if you add support for extended strings. http://www.staredit.net/topic/16101/.



TheNitesWhoSay - Clan Aura - github

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

Jan 1 2018, 2:17 pm blackknight2 Post #462



Quote from jjf28
The string size limit is due to the way the string section is structured/read by StarCraft and cannot simply be extended in an editor - see http://www.staredit.net/wiki/index.php/Scenario.chk#.22STR_.22_-_String_Data for the technical details. If our goal is a flat increase to the amount of string data we can have in-game then this suggestion needs to be given to Blizzard.

An editor can however make it so that strings that are not used in game (such as trigger comments) do not take up space within StarCrafts string table and I suggest SI take this up at some point if blizzard does not extend strings themselves, please use the same format I have or document whatever format you end up using if you add support for extended strings. http://www.staredit.net/topic/16101/.

Ok, I will report this string issue to blizzard.

Ty!



None.

Jan 3 2018, 12:21 am Suicidal Insanity Post #463

I see you !

Quote from blackknight2
Quote from jjf28
The string size limit is due to the way the string section is structured/read by StarCraft and cannot simply be extended in an editor - see http://www.staredit.net/wiki/index.php/Scenario.chk#.22STR_.22_-_String_Data for the technical details. If our goal is a flat increase to the amount of string data we can have in-game then this suggestion needs to be given to Blizzard.

An editor can however make it so that strings that are not used in game (such as trigger comments) do not take up space within StarCrafts string table and I suggest SI take this up at some point if blizzard does not extend strings themselves, please use the same format I have or document whatever format you end up using if you add support for extended strings. http://www.staredit.net/topic/16101/.

Ok, I will report this string issue to blizzard.

Ty!


Ya, not really much we can do about it :(





New version, still no health bars so it's not publicly linked. It avoids warning spam on map close due to non-existent animations, re-positions the two expand / collapse buttons on the panels now to keep em in the corner, and I started some logic changes in the terrain code to split the actual map data from the undo / redo / edit logic.


Prongo, I started fixing the 'map is marked as saved on load' thing, and then decided to fix the underlying cause instead of just clearing the changed state which had to do with doodad tile generation, so that isn't included - I want to double check some changes before commiting.




Jan 5 2018, 12:47 am Suicidal Insanity Post #464

I see you !

Now with health bars, and a few graphical glitches I found fixed. This also lets you open more than 8 windows per map, yay .... !


If any graphics are still glitched, let me know, I hope I caught everything.


Hopefully I can do one final pass on the changes this weekend, and then go on to the next subproject.




Jan 5 2018, 2:55 pm Wormer Post #465



SI, please reduce the center of location marker size to several pixels (4-5 would probably be enough). The star looks very disruptive too, a small X would suffice.



Some.

Jan 9 2018, 1:05 am Suicidal Insanity Post #466

I see you !

Quote from Wormer
SI, please reduce the center of location marker size to several pixels (4-5 would probably be enough). The star looks very disruptive too, a small X would suffice.

I'll think about it.


Fixed a graphic glitch with doodads, and added a bunch of changes to terrain handling internals. Shouldn't cause any visual differences, but reverses a design decision from 2k5 or so I haven't been happy with the last few years =) Also, I will soon support custom color cycles.




Jan 9 2018, 1:11 am Lanthanide Post #467



SI, I've found a significant bug with Trigger Editor that is making working with EUDs pretty much impossible. Should be very easy to fix.

Reproduction:
  • Create a brand new map, open trigger editor and edit the first trigger as so:
    Quote
    Trigger("All players"){
    Conditions:
    Always();

    Actions:
    Set Resources("Current Player", Set To, 50, ore);
    Set Deaths("Int: -120747", "Terran Marine", Set To, 4278648963);
    Set Deaths("Int: -120746", "Terran Marine", Set To, -200);
    }
  • Click to compile the triggers, there will be no error. Close the trigger editor
  • Re-open the trigger editor, and observe the values of the actions have been changed:
    Quote
    Trigger("All players"){
    Conditions:
    Always();

    Actions:
    Set Resources("Current Player", Set To, 50, ore);
    Set Deaths("Int:-120747", "Terran Marine", Set To, 2147483647); <----- HERE
    Set Deaths("Int:-120746", "Terran Marine", Set To, 4294967096); <----- HERE
    }
  • Compile the triggers, there will be no error. Close the trigger editor
  • Re-open the trigger editor, and observe the value of the 2nd action has been changed:
    Quote
    Trigger("All players"){
    Conditions:
    Always();

    Actions:
    Set Resources("Current Player", Set To, 50, ore);
    Set Deaths("Int:-120747", "Terran Marine", Set To, 2147483647);
    Set Deaths("Int:-120746", "Terran Marine", Set To, 2147483647); <----- HERE
    }

Basically it doesn't handle signed / unsigned integers in any sane way. The best fix would be to allow it to store unsigned integers without altering them.

I found this because I was working on a set of complex EUDs, and I'd get part of it working and test to confirm, then do some more work, and suddenly the things I previously tested as working were half-broken.



None.

Jan 9 2018, 10:16 am Suicidal Insanity Post #468

I see you !

I'll try and track that down tonight.

E: Should be fixed

Post has been edited 1 time(s), last time on Jan 10 2018, 12:37 am by Suicidal Insanity.




Jan 10 2018, 4:02 am Corbo Post #469

ALL PRAISE YOUR SUPREME LORD CORBO

Here you go. Exe is there to test out. Play in badlands and it should cycle between all indexes.

Attachments:
SCMDraft Cycle Test.mpq
Hits: 1 Size: 16.14kb
SCMDraft Cycle Test.exe
Hits: 0 Size: 333.38kb



fuck you all

Jan 10 2018, 5:16 pm Pauper Post #470



Would it be possible to add the list ID to the dropdown boxes in SCM Draft? For example, the "Unused" units are Unit ID 91. It would make it much easier when working with EUD to know what the Unit ID is in the list since each editor seems to have its own way of showing the drop-down list. ID is the same across all platforms. Thank you.




Jan 10 2018, 6:13 pm Suicidal Insanity Post #471

I see you !

Quote from Pauper
Would it be possible to add the list ID to the dropdown boxes in SCM Draft? For example, the "Unused" units are Unit ID 91. It would make it much easier when working with EUD to know what the Unit ID is in the list since each editor seems to have its own way of showing the drop-down list. ID is the same across all platforms. Thank you.

I have an idea how this could work nicely, will try it this weekend. No promises, my idea may be completely unworkable


Corbo: Fixed a bug in my implementation, I missed a detail in the format, and now it works.


E: Build is online. Also mostly done with splitting out terrain logic from the map class.

Lanthanide: Did it solve the overflows for you?

Post has been edited 2 time(s), last time on Jan 11 2018, 1:05 am by Suicidal Insanity.




Jan 11 2018, 5:16 am Pauper Post #472



Quote from Pauper
Would it be possible to add the list ID to the dropdown boxes in SCM Draft? For example, the "Unused" units are Unit ID 91. It would make it much easier when working with EUD to know what the Unit ID is in the list since each editor seems to have its own way of showing the drop-down list. ID is the same across all platforms. Thank you.

I have an idea how this could work nicely, will try it this weekend. No promises, my idea may be completely unworkable


Corbo: Fixed a bug in my implementation, I missed a detail in the format, and now it works.


E: Build is online. Also mostly done with splitting out terrain logic from the map class.

Lanthanide: Did it solve the overflows for you?

Thank you SI.

The overflow issue is resolved. I had that same problem and it works without issue now!

THANK YOU!



Alias: Oo.Pauper.oO - Mp)Madness - Bitz - p00pyjoel

Jan 11 2018, 5:37 pm Corbo Post #473

ALL PRAISE YOUR SUPREME LORD CORBO



Color cyling code also affects SCMDraft interface stuff, like black grids, isom placement square, location areas, names, etc. It's cool. It's hilarious, but is it desired?

Admittedly I find no real use for color cycling black color or any other UI color in the future so this will not happen and probably no one will notice unless we cycle all color ids like in my test.



fuck you all

Jan 16 2018, 12:03 am Suicidal Insanity Post #474

I see you !

Terrain code cleanup is done (for now)... hopefully nothing broke. Now my starcraft map class doesn't touch the undo class at all, its all handled on the editor level =)

I'm a bit tempted to add X / Y offset to map resizing and trying to make that undo / redo able, but that is a very niche feature, so I may start cleaning up the trigger code and expanding EUD support instead.

As always, I'm also open to other suggestions.




Jan 16 2018, 12:19 am Pr0nogo Post #475



Would be nice to get support for expanding maps in any direction instead of just down and right. That's the top of my feature request list atm.




Jan 18 2018, 6:17 pm Pr0nogo Post #476



Hopefully an easy update: can you label the list of `Unlabeled / Unused` upgrades and techs? Just their IDs is sufficient.




Jan 19 2018, 3:34 am Pauper Post #477



Hi SI,

It looks like the overflow fix was reverted recently.

https://kek.gg/i/X8_jY.png

The image above shows the error in action. Anything over 2147483647 will revert to that number and cause a bunch of corruption in the EUD action.

If you could please look into this ASAP that would be great!

Also, would it be possible for TrigEdit to automatically convert input like this "SetMemory(0x6635D0, SetTo, 16842753);" into "Set Deaths("Int: 222363", "Terran Marine", Set To, 16842753);"? It would save a TON of time.

Thank you,
Bitz




Jan 19 2018, 9:11 am Suicidal Insanity Post #478

I see you !

First of all, make sure you didn't switch to an older build. As far as I can tell, the last three alphas all include the exact same build of text trigedit. Otherwise, as a workaround, copy the trigedit.sdp file from the build that has it fixed into the current build.

The second thing would need to be an option, since it has always been converting set deaths into set memory if the unit is terran marine.




Jan 19 2018, 7:57 pm Pauper Post #479



First of all, make sure you didn't switch to an older build. As far as I can tell, the last three alphas all include the exact same build of text trigedit. Otherwise, as a workaround, copy the trigedit.sdp file from the build that has it fixed into the current build.

The second thing would need to be an option, since it has always been converting set deaths into set memory if the unit is terran marine.

Thank you SI, I will give that a shot now.

An option would be great, I am sure everyone working with EUD's would love it!

EDIT: It works, for those of you having the same issue download the version from 1/10/18 and replace the latest version TrigEdit with the this version.

Post has been edited 1 time(s), last time on Jan 19 2018, 8:05 pm by Pauper.




Jan 20 2018, 6:05 am Lanthanide Post #480



The same uint32 bug with the text trigger editor applies to the Memory condition as well.

In classic trigger editor, the memory deaths offset -119293 becomes 4294848003 when you open the text trigger editor, which is then capped to signed 32 bit after compiling.



None.

Options
Pages: < 1 « 22 23 24 25 2660 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[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
[2024-4-17. : 1:53 am]
Vrael -- bet u'll ask for my minerals first and then just send me some lousy vespene gas instead
[2024-4-17. : 1:52 am]
Vrael -- hah do you think I was born yesterday?
[2024-4-17. : 1:08 am]
O)FaRTy1billion[MM] -- i'll trade you mineral counts
Please log in to shout.


Members Online: Revenant