[Log in / Register]
| News | Chat | Pastebin | Donations | Tutorials | Rules | Forums |
| Maps | Skins | Icons | Models | Spells | Tools | Jass | Packs | Hosted Projects | Starcraft II Modding | Starcraft II Resources | Galaxy Wiki |
(Keeps Hive Alive)
Go Back   The Hive Workshop > StarCraft II > StarCraft Discussion


StarCraft Discussion Any discussions related to StarCraft or Starcraft II and unrelated to modding these games go here.

Closed Thread
 
Thread Tools
Old 07-20-2012, 01:14 PM   #1 (permalink)
Registered User The Dark Wizard
Defender of Justice
 
The Dark Wizard's Avatar
 
Join Date: Nov 2007
Posts: 237
The Dark Wizard is on a distinguished road (72)The Dark Wizard is on a distinguished road (72)
Thoughts on the Arcade and future of SC2.

I am curious to know what you all think about the arcade, it seems like it's a step in the right direction and many users are saying that it will finally bring the attention required and fix many of the complaints that players had, that caused them not to mod for it.

Do you feel that this fixes sc2? If so please explain, if not also please explain.

I personally don't think this will fix sc2's main issue of battle.net feeling lonely but I believe it will allow newer maps to get out there, before when you submitted a map it would be at the end of the list and it would only move up as people played it, but not many people played it since it was at the end where it was not normally seen. It was a self defeating system and many felt that the only way to have a popular map was if you already had a following or community, from a previous project, say some wc3, that you could direct to your map.
The Dark Wizard is offline  
Old 07-21-2012, 05:02 PM   #2 (permalink)
Registered User Dr Super Good
Imperial Good
 
Dr Super Good's Avatar
 
Join Date: Jan 2005
Posts: 15,278
Dr Super Good has been here far too long (2650)Dr Super Good has been here far too long (2650)Dr Super Good has been here far too long (2650)Dr Super Good has been here far too long (2650)Dr Super Good has been here far too long (2650)Dr Super Good has been here far too long (2650)
Merit Badge - Level 0: This user has proven to be extremely valuable to the Warcraft III Modding Community. User of the Year: 2010 
I like the sound of the editor changes that are being shipped with it. Can finally do OOP.
Dr Super Good is offline  
Old 07-21-2012, 05:09 PM   #3 (permalink)
Registered User The Dark Wizard
Defender of Justice
 
The Dark Wizard's Avatar
 
Join Date: Nov 2007
Posts: 237
The Dark Wizard is on a distinguished road (72)The Dark Wizard is on a distinguished road (72)
Quote:
Originally Posted by Dr Super Good View Post
I like the sound of the editor changes that are being shipped with it. Can finally do OOP.
:D!

I just want them to do what ever it takes for starcraft 2 to attract modders like wc3 did.
The Dark Wizard is offline  
Old 07-21-2012, 07:06 PM   #4 (permalink)
Registered User Asomath
Deshi Basara Basara
 
Asomath's Avatar
 
Join Date: Dec 2006
Posts: 1,049
Asomath is just really nice (325)Asomath is just really nice (325)
Super Donor: This user has donated at least $100 to The Hive. 
Art Tools with it, which is always a big + for modding.

I still remember sitting at Blizzcon last year while they were talking about all of these changes with the editor and such. I was absolutely ecstatic.

~Asomath
__________________
Asomath is offline  
Old 08-01-2012, 05:10 AM   #5 (permalink)
Registered User Nestharus
User
 
Nestharus's Avatar
 
Join Date: Jul 2007
Posts: 4,986
Nestharus has much of which to be proud (959)Nestharus has much of which to be proud (959)Nestharus has much of which to be proud (959)Nestharus has much of which to be proud (959)
Quote:
Originally Posted by Dr Super Good View Post
I like the sound of the editor changes that are being shipped with it. Can finally do OOP.
/agree


wc3 is now dead to me

Code:
typedef int[2] array_int2;
typedef int[1] array_int1;

void boo(arrayref<array_int2> i) { 
}

int testing(int h, int o);

int supertest(int a, int z) {
    return 6;
}
int supertest2(int a, int z) {
    return 91;
}

void testint(arrayref<array_int1> i) {
    i[0] = i[0] + 1;
}

void supertesting();

funcref<testing>[2] testarray;
funcref<supertesting>[2] testarray2;

void boo2(funcref<testing> i) {
    TriggerDebugOutput(1, IntToText(i(1,5)), true);
    //i(1,5);
}

struct S {
    int i;
    funcref<supertesting>[2] iz;
};

void boos(structref<S> s) {
    s.i = 5;
}

void test() {
    S a;
    int[2] i;
    int[1] bleh;
    bleh[0] = 6;
    testint(bleh);
    TriggerDebugOutput(1, StringToText("Bleh: ") + IntToText(bleh[0]), true);
    boo(i);
    boo2(supertest);
    boo2(supertest2);
    boos(a);
    TriggerDebugOutput(1, StringToText("Testing This Stuff"), true);
}

void gt_UntitledCustomScript001_Init () {
    
}
__________________
Data
Structures

Anime-Planet.com - anime | manga | reviews
Nestharus is offline  
Closed Thread

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 06:16 AM.





Powered by vBulletin
Copyright 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.1 PL2
Copyright © Ralle