• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

People who are making Single Player Campaigns

Status
Not open for further replies.
Level 23
Joined
Jan 1, 2009
Messages
1,615
Because:
  • It doesn't work with the latest patch (people are amazingly lazy when it comes to things like downgrading)
  • Writing own natives isn't easy
  • Requires vJass Knowledge
  • Requires external software to play (again lazy lazy)
  • Wc3 has tons of issues with FPS-Cameras, but the natives aren't half-bad
  • It comes with zero to none documentation
  • It takes even more coding to make a playable map

I could come up with more points but yeah, it's just inconvenient at it's current state.
 
Frotty said:
Writing own natives isn't easy

C:
void SetAbilityName(Jass::integer id, Jass::string name){
	W3ABILITYINFO *abil = GetAbilityInfoStruct(id);
	abil->Tip = (char**)StringGet(name);
}

Frotty said:
Requires vJass Knowledge
Not at all. RtC can be used with the vanilla editor and regular JASS (and with some mods, GUI).

Frotty said:
Requires external software to play (again lazy lazy)

I guess, it's just a launcher though and there's no difference really.

Frotty said:
I could come up with more points but yeah, it's just inconvenient at it's current state.

Yeah you're right.
 
Status
Not open for further replies.
Top