Page 1 of 1

Returning modder questions

Posted: Sun Feb 28, 2016 9:44 am
by MetalcoreRancor
If I was to make a map, I have some concepts in my head that I want to have answers for before I commit to my concept.
  • Has anyone explored POV settings and played around enough to know the limits of angles? (ie, I want birds eye view)
  • Has any new tools emerged to help the community since 2012?
  • Compatibility issues with windows 10 involving any programs?
  • Not really a big deal but a minor concept question: Is it scriptable to make it so when you pick and spawn as a class, it is removed from being chosen again?

Re: Returning modder questions

Posted: Sun Feb 28, 2016 9:53 am
by Anakin
1: i don't know. Ask Marth, he played around with the camera position in MEU
2:
http://www.gametoast.com/viewtopic.php?f=64&t=29691 tga2ter. That generates from a tga file a high map for your terrain. Maybe the most use full tool that have been released in the past.
viewtopic.php?f=64&t=32005 Log evaluation that helps you sort the error log.
3: There are no known issues.
4: I have no idea. But i'm pretty sure it is possible.

and welcome back to modding :D

Re: Returning modder questions

Posted: Sun Feb 28, 2016 10:10 am
by Luke
4: What about setting the spawn limit for the unit to 1? So nobody else would be able to spawn as this unit

Re: Returning modder questions

Posted: Sun Feb 28, 2016 1:21 pm
by MetalcoreRancor
Luke wrote:4: What about setting the spawn limit for the unit to 1? So nobody else would be able to spawn as this unit
The concept is to eliminate the ability to respawn or reuse the class once its gone its gone.

Re: Returning modder questions

Posted: Sun Feb 28, 2016 1:57 pm
by AnthonyBF2
I discussed camera data with another user recently. It's possible to get bird's eye view but I didn't play with it much so it kinda sucks.
viewtopic.php?f=27&t=31958

EDIT
MetalcoreRancor wrote:
Luke wrote:4: What about setting the spawn limit for the unit to 1? So nobody else would be able to spawn as this unit
The concept is to eliminate the ability to respawn or reuse the class once its gone its gone.
I just had an idea for this, it will require some trickery.

1) Set up your character in their own individual side files, in one side file set PointsToUnlock to something silly like 999. Name each character req the same thing.
2) In your map script set up the character you intend to be playable. Make sure you call both side files with each character.
3) With scripting you can detect when player dies, then use AddUnitClass to call the 999 locked points class, this should overlap the previous playable class.

Re: Returning modder questions

Posted: Sun Feb 28, 2016 5:49 pm
by MetalcoreRancor
this seems doable and the topic was informative. Thanks

Re: Returning modder questions

Posted: Sun Feb 28, 2016 6:26 pm
by AQT
anthonybf2 wrote:I just had an idea for this, it will require some trickery.

1) Set up your character in their own individual side files, in one side file set PointsToUnlock to something silly like 999. Name each character req the same thing.
2) In your map script set up the character you intend to be playable. Make sure you call both side files with each character.
3) With scripting you can detect when player dies, then use AddUnitClass to call the 999 locked points class, this should overlap the previous playable class.
You can't load two characters with the same name without one overwriting the other. What's wrong with just having one version of the character and using SetClassProperty to change its PointsToUnlock?

Re: Returning modder questions

Posted: Sun Feb 28, 2016 6:41 pm
by AnthonyBF2
Hidden/Spoiler:
[quote="AQT"][quote="anthonybf2"]I just had an idea for this, it will require some trickery.

1) Set up your character in their own individual side files, in one side file set PointsToUnlock to something silly like 999. Name each character req the same thing.
2) In your map script set up the character you intend to be playable. Make sure you call both side files with each character.
3) With scripting you can detect when player dies, then use AddUnitClass to call the 999 locked points class, this should overlap the previous playable class.[/quote]
You can't load two characters with the same name without one overwriting the other. What's wrong with just having one version of the character and using SetClassProperty to change its PointsToUnlock?[/quote]
Brain.exe wasn't fully functional at the time of my previous post. :wink:

Re: Returning modder questions

Posted: Sun Feb 28, 2016 9:32 pm
by MetalcoreRancor
anthonybf2 wrote:
Hidden/Spoiler:
[quote="AQT"][quote="anthonybf2"]I just had an idea for this, it will require some trickery.

1) Set up your character in their own individual side files, in one side file set PointsToUnlock to something silly like 999. Name each character req the same thing.
2) In your map script set up the character you intend to be playable. Make sure you call both side files with each character.
3) With scripting you can detect when player dies, then use AddUnitClass to call the 999 locked points class, this should overlap the previous playable class.
You can't load two characters with the same name without one overwriting the other. What's wrong with just having one version of the character and using SetClassProperty to change its PointsToUnlock?[/quote][/hide]

Brain.exe wasn't fully functional at the time of my previous post. :wink:[/quote]
My brain.exe keeps receiving Severity Error 3's when it comes to LUA. Just ask AQT, Zerted, literally half the community here that I bothered with LUA coding questions through the years XD
(And likely in the future :P)

Re: Returning modder questions

Posted: Mon Feb 29, 2016 5:33 am
by Anakin
god! and i thought i'm the only one :D

Re: Returning modder questions

Posted: Mon Feb 29, 2016 6:23 pm
by Kingpin
MetalcoreRancor wrote:
  • Compatibility issues with windows 10 involving any programs?
I personally have problems navigating in ZeroEditor on Windows 10. I can run it fine, but am stuck at the starting screen.

Re: Returning modder questions

Posted: Tue Mar 01, 2016 2:15 pm
by CdtFox
Kingpin wrote:
MetalcoreRancor wrote:
  • Compatibility issues with windows 10 involving any programs?
I personally have problems navigating in ZeroEditor on Windows 10. I can run it fine, but am stuck at the starting screen.
The Visualmunge too...You need the "improved & fixed munge files" :?

And me too, I can't start Zeroedit under win 10

Re: Returning modder questions

Posted: Tue Mar 01, 2016 4:03 pm
by Anakin
Run as admin, ands it'll start

Re: Returning modder questions

Posted: Wed Mar 02, 2016 7:43 am
by CdtFox
Anakin wrote:Run as admin, ands it'll start
Already try it...doesn't work too...

Re: Returning modder questions

Posted: Wed Mar 02, 2016 5:07 pm
by Noobasaurus
While we're on the topic of ZE, I can say that it works flawlessly on Windows 10. However, if you haven't already tried, 3DAnalyze might help.