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 « 21 22 23 24 2560 >
 

Dec 18 2017, 5:55 am Pr0nogo Post #441



Ok, that makes sense. Any idea re: asking to save changes after opening the map?

edit: any chance a 'count' feature could be implemented? Somewhere in unit properties, display # of units of type, can be toggled to be player-specific or map-wide. I'd use it very frequently for quickly figuring out `define_max` values for custom AI scripts.

Post has been edited 1 time(s), last time on Dec 18 2017, 10:47 am by Pr0nogo.




Dec 20 2017, 12:04 am Suicidal Insanity Post #442

I see you !

Fixing the changed state is a given.


Unit count sounds fairly specific - I'm not sure where a good place to display that is. One way to manage that using the existing UI is to sort the unit list by unit type, select all units of a particular type, and check the status bar for selection count. Or when / if scripting has unit access, whip up a script to dump the counts.




Dec 20 2017, 12:07 am Pr0nogo Post #443



You have some free real estate here:


Unless that's controlled by resolution and scales differently. Thanks for the heads up about the existing UI.




Dec 20 2017, 3:07 pm Pr0nogo Post #444



I've noticed that typing `bu` in the classic trigger editor search box for units returns [buildings], and the same is true for `me` -> men, `fa` -> factories, `an` -> any unit. Is it possible to add this sort of predictive correction to all units? e.g. `ma` -> marine, eschewing the need to type `terran ma` every time. I guess it'd be an option that some people wouldn't like and would want to disable, but the only alternative atm is to make a stat_txt.tbl file that removes all racial prefixes.

edit: After closing location properties, the console takes focus, not the main window. You have to click back onto the main window to fix it. Probably not intended?

Post has been edited 1 time(s), last time on Dec 20 2017, 3:17 pm by Pr0nogo.




Dec 22 2017, 2:51 pm LoveLess Post #445

Let me show you how to hump without making love.

Hey, could we get trigedit to not prevent editing the map? Would be a huge help for quick edits and if you try to save, it runs the debug first and if there is an error, prevents saving (obviously)



None.

Dec 22 2017, 9:43 pm Suicidal Insanity Post #446

I see you !

Quote from LoveLess
Hey, could we get trigedit to not prevent editing the map? Would be a huge help for quick edits and if you try to save, it runs the debug first and if there is an error, prevents saving (obviously)

That would require a fairly significant change to the way trigger plugins work, since they are given a snapshot of the map state when they are launched (so locations etc), and right now there isn't a way to update them. If I ever make a plugin interface 2.0 it may be possible.




Dec 22 2017, 11:53 pm Pr0nogo Post #447



Loveless' suggestion is amazing and I would pay for it to be implemented tbh




Dec 23 2017, 7:13 am LoveLess Post #448

Let me show you how to hump without making love.

Quote from LoveLess
Hey, could we get trigedit to not prevent editing the map? Would be a huge help for quick edits and if you try to save, it runs the debug first and if there is an error, prevents saving (obviously)

That would require a fairly significant change to the way trigger plugins work, since they are given a snapshot of the map state when they are launched (so locations etc), and right now there isn't a way to update them. If I ever make a plugin interface 2.0 it may be possible.
Could we at least get the ability to save? I mean even limited access when it's open would be good.



None.

Dec 23 2017, 9:43 am Suicidal Insanity Post #449

I see you !

Quote from LoveLess
Quote from LoveLess
Hey, could we get trigedit to not prevent editing the map? Would be a huge help for quick edits and if you try to save, it runs the debug first and if there is an error, prevents saving (obviously)

That would require a fairly significant change to the way trigger plugins work, since they are given a snapshot of the map state when they are launched (so locations etc), and right now there isn't a way to update them. If I ever make a plugin interface 2.0 it may be possible.
Could we at least get the ability to save? I mean even limited access when it's open would be good.

Wouldn't help for text trigedit - plugin changes aren't applied to the map until they are closed. So when you click compile in the plugin, it just verifies that everything is correct, it doesn't actually save yet.




Dec 27 2017, 12:18 am Suicidal Insanity Post #450

I see you !

First build with the changes to the rendering system: here

This removed the internal limit of 8 map views per map from the render subsystem, and the brush contents are now animated + drawn using the same code as the map contents

Known issues:
- unit selection circles are not displayed
- unit health bars are not displayed
- when units are moved with arrow keys, turrets are offset
- debug display of image sizes doesn't work


If anyone notices anything else not rendering correctly, let me know.




Dec 28 2017, 5:27 pm Mithras Gnosis Post #451



I'm new to mapping and so I was wondering if SCMdraft would fit my needs. I don't want to make any fancy stuff, just simple campaign maps in the vein of SC1. I have Windows 10 and Starcraft Remastered; I do not have the original Starcraft installed (otherwise I would just use StarEdit).

Will SCMdraft work on my computer?



None.

Dec 28 2017, 7:35 pm Wormer Post #452



You're welcome! Yes, it will work, and I think it's better to stick with SCMDraft from the very beginning since StarEdit is so much outdated now. Just don't use features you don't understand.



Some.

Dec 29 2017, 8:40 pm Suicidal Insanity Post #453

I see you !

Now with selection circles working again, here.




Dec 30 2017, 8:48 pm Pr0nogo Post #454



Selection circles are offset incorrectly (not reading data from .dat files anymore?)
No health bars still
Editor freezes while unit properties dialog is open/if you close it after a while (was testing the fire overlays)

Back to the old version I go. What's changing exactly re: the new rendering system? What benefits are gained?

Post has been edited 1 time(s), last time on Dec 30 2017, 9:04 pm by Pr0nogo.




Dec 30 2017, 11:54 pm Freakling Post #455

*sluuuuuuuuuuuuuuuuuurp!* Melee Map Maker

Missile Turret rotation animation is very choppy now (animation is completely disrupted for prolonged periods of time, and interestingly not simultaneously for different Turrets on the same screen).

The same is true for other animations (like building damage, Vespene vapours).

Post has been edited 1 time(s), last time on Dec 31 2017, 12:01 am by Freakling.



None.

Dec 31 2017, 12:54 am Suicidal Insanity Post #456

I see you !

Quote from Pr0nogo
Selection circles are offset incorrectly (not reading data from .dat files anymore?)
No health bars still
Editor freezes while unit properties dialog is open/if you close it after a while (was testing the fire overlays)

Back to the old version I go. What's changing exactly re: the new rendering system? What benefits are gained?
Fixed the offsets. Also fixed selection circles persisting when deleting units, and the freeze when it attempted to remove a damage overlay. Hitpoint display isn't done yet - I probably will have to create a pseudo image.dat entry for the HP display bar.


New render system no longer has internal array of 8 viewport windows, lets me use the same code to animate +draw the contents of the brush as is used to animate + draw the normal map contents, and remove various hacks which were added to solve redraw problems.

Quote from Freakling
Missile Turret rotation animation is very choppy now (animation is completely disrupted for prolonged periods of time, and interestingly not simultaneously for different Turrets on the same screen).

The same is true for other animations (like building damage, Vespene vapours).

Ok, tracked this down - the smoke clouds spawned by the vespene geysers were causing the loop updating the iscript animations to stop early.

E: Haven't solved this yet though :/


E2: Fixed version

Post has been edited 4 time(s), last time on Dec 31 2017, 12:11 pm by Suicidal Insanity.




Dec 31 2017, 12:30 pm Freakling Post #457

*sluuuuuuuuuuuuuuuuuurp!* Melee Map Maker

Well, sometimes units and sprites are not rendered at all… (still 12/19 version, though, might be fixed in the 12/31 version)

Post has been edited 1 time(s), last time on Dec 31 2017, 12:37 pm by Freakling.



None.

Dec 31 2017, 12:48 pm Suicidal Insanity Post #458

I see you !

Do you mean 12/29 version? One thing I fixed was when the screen size changed it didn't force a redraw of all images.




Dec 31 2017, 5:26 pm Freakling Post #459

*sluuuuuuuuuuuuuuuuuurp!* Melee Map Maker

Yes, 12/29.



None.

Jan 1 2018, 12:22 am blackknight2 Post #460



I have a problem for scmdraft 2 0.9.0.3 beta.

My map is about to exceed string bytes of 65536, and scmdraft 2 requires maps to not exceed them.

Can you guys increase the amount of maximum bytes for string in scmdraft 2?

Thank you for doing great work on scmdraft 2!



None.

Options
Pages: < 1 « 21 22 23 24 2560 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[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
[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
Please log in to shout.


Members Online: IlyaSnopchenko, Roy, jun3hong