|
» recent spells |
|
|
» recent models |
|
|
» recent icons |
|
|
» recent maps |
|
|
» recent skins |
|
|
» Rank up Horde |
Vote now!
|
|
» Online Users: 0 |
| 0 members and 0 guests |
| No Members online |
| Most users ever online was 59, 11-07-2012 at 04:47 AM. |
|
|
» Welcome to Horde Studio! |
|
Welcome to a reborn Warcraft 3 modding site that has survived many challenges among the ages. We focus on beginners all the way to experts, whoever you are, you have a home at the horde! We want to give you the most exciting community experience out there. The action is just one click away, register on the site and start contributing to the funnest wc3 community!
|
|
» News |
| Horde New Contest Theme Discussion |
|
Apr 29, 2013 - 1:50 AM - by Radamantus
|
So far,Horde have not started a contest since a month ago. Let's discuss the new contest if it is a Spell , Model, Texture, Icon, Terrain ,Mapping or Cinematic contest. Let's also discuss the theme of that contest.
I will list down the themes you want here and will be used in the future.
|
|
2 Replies
|
| Horde Clean Up |
|
Apr 10, 2013 - 4:23 AM - by Radamantus
|
Im now cleaning the Horde Studio threads for some bot posts removal.
Please post the thread here where you saw a bot post.
I'll be cleaning them ASAP.
|
|
0 Replies
|
| Horde News Batch |
|
Apr 08, 2013 - 5:16 AM - by Radamantus
|
|
|
|
4 Replies
|
| New updates |
|
Apr 06, 2013 - 6:37 PM - by aaron79
|
As some of you have noticed, i have been gone for a very long time. It is because i have been busy with college and lots of stressful things in my life. Now i'm back, and i took it upon myself to update the layout of the forums page.
I hope you all will enjoy what i have done and i hope you guys will become more active.
(also horde will not die, i have found the money needed for hosting renewal)
Horde studio will soon do something no other warcraft site has done before.
Modelers for hire
Coders for hire
Terrainers for hire.
etc.
This is how it will work.
All "for hire" members will need to create a paypal with a use-able credit card or debit card / bank account.
next you will need to enter your paypal info (NO passwords please) for payment information.
There will soon be an "advertisement" page where you post information about yourself and a link to pay for your paypal. You can choose to get payed before or after your work. You will deal with clients via email.
Hordestudio will not charge for this service and it can be a way for you to make a little money while doing something you love :).
Knowing this i know not many people will pay for wc3 services and i've thought of that. We will have sections for each genre, ranging from general programming to graphical design.
The page will be announced once i am done making it.
|
|
7 Replies
|
| Horde Studio Exam #2 ~ Results |
|
Feb 23, 2013 - 8:05 AM - by Radamantus
|
Answers
Easy- Give the 3 extended types of widget.
A:
Jass:
type unit extends widget
type item extends widget
type destructable extends widget
Unit,Item and Destructable
- What is the max texttag index using GetLocalPlayer function?(total index)
A:100 texttag * 12 players = 1200 texttags
- What is the max Trees/Destructibles index?(Map Editor)
A:6144 Trees/Destructibles
- What do you call for the style of writing integers by raw code id?
A: ASCII
- Put in order the speed of the following pseudo codes: 1. hashtable i/o 2. array read/write 3. gamecache read/write
A:Slow to Fast
- Hashtable
- Game Cache
- Arrays
Moderate- If SetUnitPosition was a Blizzard function but not a native,what would the wrapper look like?(write it in a function,parsed in JASS code)
A:
Jass:
function SetUnitPosition takes unit u,real x,real y returns nothing
call IssueImmediateOrder(u,"stop")
call SetUnitX(u,x)
call SetUnitY(u,y)
endfunction
- Give the hexadecimal order id of the Inferno ability
A: Dread Lord: 0xD0100
Regular: 0xD0108
- Give the order id of cancel(either hexadecimal or integer form)
A:0xD0008 (851976)
- How can you create a .txt file using triggers?(Must be parsed in a JASS BB code)
A:
Jass:
function CreateLog takes nothing returns nothing
call PreloadGenClear()
call PreloadGenStart()
call Preload("Title\")\r\n\t" + "Text Here" + "\r\n\t(\"The End")
call PreloadGenEnd("Folder\\File.txt")
endfunction
- How many Blizzard(BJ) functions are there?
A:924 functions,925 if InitBlizzard function is included
Hard- How can you know if the game is played in single-player mode?(using function call)
A:
Jass:
function IsSingle takes nothing returns boolean
return ReloadGameCachesFromDisk()
endfunction
- What is the max integer value?
A:2.147.483.647
- What happens when a value exceeds the max integer value?
A:Recycles then starts from the lowest, -2.147.483.647
- What is the op limit in termsof integer incrementation?
A:50000 or 49997
- How much space does a hashtable have?(in terms of slots)
A:18446744073709551616
Winner
Reason : He is the only user who have submitted an entry in this contest.For that,he automatically wins the award and the contest!
|
|
4 Replies
|
|
All times are GMT. The time now is 06:17 AM.