Site News N° 3 No New Posts Site News & Updates

Started by
moyack

0 Members and 1 Guest are viewing this topic.

Site News N° 3
on: December 09, 2012, 11:41:49 PM

Hello again my fellow Blizzmodders:

I know it's been a while without posting news, and it gives the impression that nothing has happened here, but we move silently to offer better and better stuff.

New resources:

There's a lot of new stuff in the resource section:

Latest Models
[smg id=12 type=album]We're featuring some models from the War of the Three Hammers Project (WotTH) which were in the oblivion in wc3c.net. They have been fixed and now they're ready to be used in your project.

Latest Systems
[smg id=5 type=album]Just to remember: Systems are a set of code and abilities integrated to add, improve  or manage any new or current feature in WC3. So no spells goes here.

Latest Spells
[smg id=4 type=album]

Latest Maps
[smg id=10 type=album]

New BBCodes!!
As we now, you could have a tutorial submitted in other site and you want to host it here too. Thinking that you've done this in vBulletin boards, we've created some bbcodes to make the tutorial importation easier.

BTABLE
For tables you can use the [btable] bbcode to replace the [table] bbcode.
Examples: Source...
Code: [Select]
[btable]This is a text inside a boxed table. It could serve as a box for a text[/btable]
[btable=Table title]This btable can have a title... YEAHH!![/btable]
[btable=sectioned table]This[c]btable[r]uses[c]vBulletin style!![/btable]

Result...
This is a text inside a boxed table. It could serve as a box for a text
[btable=Table title]This btable can have a title... YEAHH!!
[btable=sectioned table]This[c]btable[r]uses[c]vBulletin style!![/btable]

GOTO and POINT
These bbcodes are useful to make an index:
source...
Code: [Select]
[goto=part1]This is the part 1[/goto]







[point]part1[/point]You arrived to part 1...

result...
This is the part 1







You arrived to part 1...

Trigger

This is the one for GUI triggering. It's WIP, but you can use it to separate the trigger text. As soon as it evolves, you'll see the looking improvements without touching anything.

Source...
Code: [Select]
[trigger]UFS Add Unit
    Events
        Game - UnitIndexEvent becomes Equal to 1.00
    Conditions
        (UDexUnits[UDex] is A Hero) Equal to False
    Actions
        Set TempUnit = UDexUnits[UDex]
        Custom script:   set udg_TempInt = GetUnitTypeId(udg_TempUnit)
        Set Boolean = (Load 0 of TempInt from Hashtable)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                Boolean Equal to True
            Then - Actions
                Unit - Add ufsVAR_FuseAbility to UDexUnits[UDex]
            Else - Actions
[/trigger]

Result...
UFS Add Unit
    Events
        Game - UnitIndexEvent becomes Equal to 1.00
    Conditions
        (UDexUnits[UDex] is A Hero) Equal to False
    Actions
        Set TempUnit = UDexUnits[UDex]
        Custom script:  set udg_TempInt = GetUnitTypeId(udg_TempUnit)
        Set Boolean = (Load 0 of TempInt from Hashtable)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                Boolean Equal to True
            Then - Actions
                Unit - Add ufsVAR_FuseAbility to UDexUnits[UDex]
            Else - Actions
 
Code example taken from UnitFusionSystem by rulerofiron99

lcode

This is one of my favorite bbcodes. It shows code in a line, perfect to emphazise it from a normal text. The advantage is that it takes advantage of highlight engine in this site, so you can define the highlight you require. Let's see some examples:

Source...
[code]
« Last Edit: December 19, 2012, 01:50:08 PM by moyack »



Re: Site News N° 3
Reply #1 on: December 10, 2012, 04:59:00 AM

Hell yeah! We got lots of models to offer! I'll be waiting for you to add more news.

Chronicles of Darkness
by: SonofJay

A BlizzMod Hosted Project

They can hate, let them hate, make them hate.


Re: Site News N° 3
Reply #2 on: December 10, 2012, 06:57:46 AM

Good job. I like that Firelord model made by you :D



gucci mane


Re: Site News N° 3
Reply #3 on: December 10, 2012, 07:22:16 AM

SUB! That firelord model is from the War of the Three Hammers Project!

Chronicles of Darkness
by: SonofJay

A BlizzMod Hosted Project

They can hate, let them hate, make them hate.


Re: Site News N° 3
Reply #4 on: December 11, 2012, 12:40:59 AM

Updated the first post :)


Re: Site News N° 3
Reply #5 on: December 11, 2012, 05:43:48 AM

Updated the first post :)
Cool updates! Didn't know Reaper51 is here.
Welcome anyways!

SUB! That firelord model is from the War of the Three Hammers Project!

Lol, I was sleepy by a lot that time :D
And, oh yeah, just knew it now :D




gucci mane


Re: Site News N° 3
Reply #6 on: December 11, 2012, 06:53:02 AM

Good job. I like that Firelord model made by you :D
lol :D


Re: Site News N° 3
Reply #7 on: December 14, 2012, 08:30:33 AM

Updates the news with the new Youtube tag, new forums and new look of wc3jass.

Quote
Community News:
by S[ub]lime

New Features

Social Groups

Well, we have a little new feature which allows you, the Blizzmodders, to socialize and interact with your fellow Blizzmodders in a better way. By using the all new Social Groups. Here, you can create groups for any purpose, may it be a team for a project, a place to share a common interest, or any other reason in your mind. Groups may be joined by anyone, without restrictions (perhaps?). Here are a few good bunch of groups you could join:



Dont hesitate to create your own groups, and stay tuned for future updates!

New Forums

I've made some new forums which are up, they are two forums, which you can see below:

Forum Games

The Forum Games forum allows Blizzmodders to play text-based games, which do not fall in the roleplaying category. A small example is "I ask a question, you answer it and make a new question" theme. It does not have anything related roleplaying related to it, so it counts as a forum game. We dont have any hard basis on this, but common sense would give you a hunch on which forums are appropriate. Be sure to check it out!

Game Development

The Game Development allows modders to turn into game developers, which is an extremely daunting field. Here, Blizzmodders can discuss their recent game development ventures, ask help in that venture and discuss their own ideas. Be advised that this forum should and is not related to Blizzard modding as a whole, which includes WarCraft and/or StarCraft games.

Wc3Jass' New Look

As announced on wc3jass, we have gotten a new look for it. Why? Quoting moyack:

Quote
The issue was it implied a lot of load in the server because it made some excessive calls to the server, and it's very likely people noticed it took 3-5 seconds to load... plain text.

This theme is based in the native one, which is faster. Now you should notice more speed in the load time but keeping the feeling as similar as possible like the previous theme.

This theme promises to be a faster, more efficient one than before. You may check out the full thread here.
« Last Edit: December 15, 2012, 01:38:49 PM by moyack »



gucci mane


Re: Site News N° 3
Reply #8 on: December 14, 2012, 09:30:10 AM

Hell yeah! This group feature is pure win <3

Chronicles of Darkness
by: SonofJay

A BlizzMod Hosted Project

They can hate, let them hate, make them hate.


Re: Site News N° 3
Reply #9 on: December 15, 2012, 01:40:47 PM

Topic re announced!!!


Re: Site News N° 3
Reply #10 on: December 19, 2012, 03:35:41 PM

Youtube BBCODE FIXED!!! and improved.

[youtube=http://youtu.be/dQw4w9WgXcQ]YOU've been Rick rolled!![/youtube]

Source:
Code: [Select]
[youtube=http://youtu.be/dQw4w9WgXcQ]YOU've been [b]Rick rolled!![/b][/youtube]
« Last Edit: December 19, 2012, 03:48:43 PM by moyack »



Re: Site News N° 3
Reply #11 on: December 19, 2012, 09:10:25 PM

Hell yeah! Youtube bbcode! With a way to put a  something above! Good job!

Chronicles of Darkness
by: SonofJay

A BlizzMod Hosted Project

They can hate, let them hate, make them hate.


Re: Site News N° 3
Reply #12 on: December 20, 2012, 09:46:19 AM

If you have suggestions about the appearance, just pop out here :D

Another example: with time... and without title.

[youtube=http://youtu.be/dQw4w9WgXcQ#t=2m10s]This will start at 2 minutes[/youtube]
[youtube=http://youtu.be/yR0r_3svzUU][/youtube]
« Last Edit: December 20, 2012, 01:07:58 PM by moyack »



Re: Site News N° 3
Reply #13 on: December 20, 2012, 10:47:50 PM

On the appearance, maybe you could make it like the box in THW. The title would be inline with the line at the upper left corner.



gucci mane


Re: Site News N° 3
Reply #14 on: December 20, 2012, 11:38:19 PM

^
That one.

Chronicles of Darkness
by: SonofJay

A BlizzMod Hosted Project

They can hate, let them hate, make them hate.


 

Vivir aprendiendo.co - A place for learning stuff, in Spanish   Chaos Realm - The world of Game modders and wc3 addicts   Diplo, a gaming community   Power of Corruption, an altered melee featuring Naga and Demon. Play it now!!!   WC3JASS.com - The JASS Vault + vJASS and Zinc   Jetcraft - A Starcraft II mod   WormTastic Clan (wTc)   Warcraft RESOURCES Reforged: Modelos, mapas, proyectos y mas...