Langsung ke konten utama

-Night Empire-

Assalamu'alaikum Warohmatullahi Wabarokatuh

Hari ini saya akan berbagi hasil modifikasi saya di permainan Warcraft 3, kali ini adalah map bernama -Night Empire- yang merupakan sebuah Altered Melee dan memiliki fitur ras tambahan selain 4 ras di permainan Melee biasa.

-Night Empire-
Formerly one of the sons of the most feared empire ever existed, yet he defected.
Thus he raised his own empire, the one that dominates the night and beyond.


Night Empire is an altered melee map where you can play as the deceptive, cunning and agile Night Empire, a subfaction of NullMagic that betrays them in Resistance Against the Cake Crusade RP.


FEATURING :

A whole new arsenal of human army called Night Empire.
Play with deception, ambushes and manipulates the night to your utmost. Show everyone who's in command of the battlefield.


PROS
+ Can attack and deal some damage before everyone else can react (Earliest rush)
+ Powerful Heroes
+ Very Beneficial Upgrades
+ Has very powerful late game units
+ Late game dominance
+ Easy Food Supplying
+ Easy Expansion
+ Steal enemy building for your own purposes :p


CONS
- Complicated Tech methodology (losing a building costs more than just resources and production, but also tech advance)
- Extensive Lumber usage
- Weak early units
- Long teching time
- Only heals at night for most units and heroes
- Did I mention they don't have defensive Towers? 



DOWNLOAD LINK


Komentar

Postingan populer dari blog ini

Kenapa Sekarang?

Years ago, I seek it. Dulu, aku berjuang untuk bisa melewati batas teman, trying to be someone that you consider as dearest. Yes, that's back then. As I said, had it been years ago, I would have straight out say YES out of sheer dumbness, or tenacity, or both. Tabun. I used to be full of desire to get you to acknowledge me, then. Sungguh lucu sekali, I would circumvent and try to just get any chance to meet with you. Aku menginginkan lebih, dulu. But no, it has always been someone else. Someone else get to be your priority, your attention. Berharap lebih adalah kesalahanku, dan aku selalu menganggapnya demikian. Why chase over the skies you cannot reach? I almost burned the entire bridge, truly. Only one more step and I know the entire relationship will turn into nothing more than smoldering ashes in the seas of lost time. You know, had you not talk to me within the short time of me settling my almost 9-years long illusion, perhaps the bridge had been burned completely, as I had wi...

Tentang Mencari Ilmu (2021)

"Children are natural learners. It's a real achievement to put that particular ability out, or to stifle it. Curiosity is the engine of achievement." - Sir Ken Robinson "Tidak ada pencari ilmu yang tidak merasakan sakit. Bagi mereka, lebih baik itu daripada pahitnya kebodohan."

Preparing Anaconda with Tensorflow [ACTUALLY WORKED FOR ME 2024]

Make sure to follow this with perfect order: 1. conda create -n tf_gpu tensorflow-gpu 2. conda activate tf_gpu 3. pip install numpy==1.23.4 [EXECUTE GPU TEST CODE] ==> CODE MUST RETURN GPU NUMBER > 0 [#CONFIRMED] 4. pip install tensorflow-gpu==2.10 [EXECUTE GPU TEST CODE] ==> CODE MUST RETURN GPU NUMBER > 0 [#CONFIRMED] 5. pip install tensorflow==2.10 [EXECUTE GPU TEST CODE] ==> CODE MUST RETURN GPU NUMBER > 0 [#CONFIRMED] (You may skip the first two test, but it helps ensure your environment is set up right)   TRIVIA: - There's no 2.11 version of Tensorflow GPU on pip as shown below: ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.11 (from versions: 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.1...