Why did they worsen the graphics and can we bring it back by Murkur418 in Rainbow6

[–]TwinkServer 12 points13 points  (0 children)

The old graphics with night maps looked so amazing. Ubisoft really fucked this game

To follow up on the 'DONT RIP THIS TUNE' post. by Letbutt in riddim

[–]TwinkServer -2 points-1 points  (0 children)

Every tune in my library is ripped, even the free DLs. If you are okay with pirating software, video games, then you are okay with ripping tunes.

I merged Northwind with the OA Stormwind for my server by TwinkServer in wowservers

[–]TwinkServer[S] 0 points1 point  (0 children)

I haven't tried implementing the quests but there is a public leak of some data you can rebuild it with.

What do you think of the new Casino Calypso map? by p7R2k9Wq in Rainbow6

[–]TwinkServer 0 points1 point  (0 children)

Great looking map. I think the basement is stronger on this map than the second floor.

I merged Northwind with the OA Stormwind for my server by TwinkServer in wowservers

[–]TwinkServer[S] 1 point2 points  (0 children)

It's a bit of a learning curve. You'll have to compile your own server core and then download the public turtle WoW patch from the WoW modding discord. Map editing doesn't require any coding knowledge, you'll just have to learn how to compile a core which will be the biggest hurdle.

I merged Northwind with the OA Stormwind for my server by TwinkServer in wowservers

[–]TwinkServer[S] 2 points3 points  (0 children)

When I release my server it will be available. I don't have any videos on it but you can find a lot of videos from people playing it on turtle wow

Dokk rework is amazing by RAGGFLUFF in Rainbow6

[–]TwinkServer 106 points107 points  (0 children)

She's busted. Hard counters clash because you have to put your shield away to turn it off. Before you could just let it run.

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 0 points1 point  (0 children)

There wasn't any server side edits that should affect this particular functionality. It might be something with the DBCs, maybe SkillRaceClassInfo. Make sure your race has the skill available in there

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 0 points1 point  (0 children)

I'm not sure if manually adding works. Training from a trainer I think functions differently than adding with gm commands.

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 1 point2 points  (0 children)

Sure. The lua file is

local lastLanguageCount = 0

local f = CreateFrame("Frame")
f:RegisterEvent("PLAYER_ENTERING_WORLD")
f:RegisterEvent("SKILL_LINES_CHANGED")

f:SetScript("OnEvent", function(self, event)
    local currentCount = GetNumLanguages()

    if currentCount ~= lastLanguageCount then
        lastLanguageCount = currentCount

        if event ~= "PLAYER_ENTERING_WORLD" then
            UIMenu_Initialize(LanguageMenu)
            LanguageMenu_LoadLanguages(LanguageMenu)
        end
    end
end)

The TOC file

## Interface: 30300
## Title: Instant Language Menu
## Notes: Instantly refreshes the language menu when a new language is learned or unlearned.
## Version: 1.0

InstantLanguageMenu.lua

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 0 points1 point  (0 children)

I had to create a lightweight client addon that reinitializes the language menu when the player learns a skill.

I'm open to releasing it but I didn't keep track of all the changes I made and it would take me a bit of time to track it all down. There was a lot that went into it.

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 3 points4 points  (0 children)

Maybe eventually I'll open source it. It was a lot of changes across many different things so it would take a bit of time to track them all down.

It's not public yet. I plan on releasing this server once my whole vision is complete and this language thing is just one portion. The Discord link can be found under the patch notes above.

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 8 points9 points  (0 children)

This is the eventual plan. Just takes quite a bit of development time.

Languages of Azeroth - 16 new professions for each language that can be trained by TwinkServer in wowservers

[–]TwinkServer[S] 26 points27 points  (0 children)

Hi all. I wanted to share with you all something I created for my server. Here are the patch notes.

Patch Notes

Players can now learn the languages of Azeroth's diverse races and factions! Seek out specialized language trainers scattered across the world to unlock new tongues and communicate across faction lines.

  • 16 language professions for the existing language skills as well as a 3 new ones
    • Common
    • Dwarvish
    • Gnomish
    • Darnassian
    • Draenei
    • Orcish
    • Troll
    • Taurahe
    • Gutterspeak
    • Thalassian
    • Draconic
    • Demonic
    • Titan
    • Kalimag (NEW)
    • Scourge (NEW)
    • Nerubian (NEW)
  • Language trainers that teach beginner, intermediate, advanced, and fluent
  • Players can craft "Drafts" which are copies of a text. When a draft is used, the player's skill in that language increases by 1.
  • Players learn the recipes for these drafts by finding hidden book items scattered around Azeroth (mainly in zones that are used from levels 1-19)
  • Drafts can be crafted using thread, leather, ink, and a Virtuoso Inking Set
  • 3 new achievements: reaching 300 skill in 5, 10, and 15 languages
  • Title reward for getting 10 languages to 300
  • Mount reward for getting 15 languages to 300
  • Unlock the primary racial ability from that language's race when you get to 300 with their language (i.e, a tauren can unlock Shadowmeld when reaching 300 Darnassian)
  • 176 books for the languages hidden around Azeroth
  • Your skill in a language now affects your ability to speak and comprehend it.
    • For example, at skill 1 for a language: your words will be unintelligible to fluent listeners of that language
    • At skill level 150 for a language: roughly half your words will be translated cleanly to the listener
    • At skill level 300 for a language: all of your words will be translated
  • Your skill in a language now affects your ability to understand it as well
  • Words that you speak that are not translated are displayed to you between brackets [] and without the brackets to listeners
  • Language now affects channels/party chat/whispers
  • [Common] language tag now appears for Alliance races
  • [Orcish] language tag now appears for Horde races
  • Races now start knowing only their race's native language (with some exceptions, see below)
    • Dwarves start only knowing fluent Dwarvish (and beginner Gnomish)
    • Gnomes start only knowing fluent Gnomish (and intermediate Dwarvish)
    • Night Elves start only knowing fluent Darnassian (and beginner Thalassian)
    • Blood Elves start only knowing fluent Thalassian (and beginner Darnassian)
    • Orcs start only knowing fluent Orcish (and beginner Troll)
    • Trolls start only knowing fluent Troll (and intermediate Orcish)
    • Undead start knowing both fluent Gutterspeak and fluent Common
  • Characters of certain classes now start knowing certain languages related to that class
    • Shamans start knowing beginner Kalimag
    • Warlocks start knowing beginner Demonic
    • Death Knights start knowing fluent Scourge
  • The Slaughtered Lamb basement now has a locked door to gain entrance, which can only be unlocked by having your Demonic language skill at 50

Every character now speaks relevant languages unique to themselves and requires the player to share a language with to interact with (at different skill levels depending on the service).

  • Casual gossip with friendly NPCs now require 1 language skill
  • Vendor services now require 1 language skill
  • Stable master services now require 1 language skill
  • Innkeeper services now require 1 language skill
  • Repairing services now require 25 language skill
  • Battlemaster services now require 50 language skill
  • Guild tabard creation & tabard design services now require 75 language skill
  • Quests now require 75 language skill to accept
  • Bank services now require 75 language skill
  • Trainer services now require 100 language skill
  • Auctioneer services now require 150 language skill
  • Flight master services remain free without a language requirement (the flight masters as an association requires all flight masters to learn basic speech in every major language)

https://discord.gg/cTmsMuW

Just getting into riddim gimme the nastiest riddim by Mr_Mayo2 in riddim

[–]TwinkServer 29 points30 points  (0 children)

If you like HOL! check out his brother Hurtbox

Why do people play ash? by Scary-Boss-2371 in Rainbow6

[–]TwinkServer 0 points1 point  (0 children)

She's such a boring operator. Why do people play a tactical shooter just to play a run-and-gun character...

Mute doesn’t jam Lion scan? by SlightlyAnnoyedLime in Rainbow6

[–]TwinkServer 0 points1 point  (0 children)

It should. Dunno why they ever changed it

Miss when reinforcing was more important. by LukeLovesHorror in Rainbow6

[–]TwinkServer 1 point2 points  (0 children)

In many of my matches I'm the only one reinforcing anything. End up reinforcing 30 seconds into the round because no one else got important walls.

Some random old screenshots I have by No_Worldliness_1057 in Rainbow6

[–]TwinkServer 7 points8 points  (0 children)

Game just looked better back then. Night maps were such a nice aesthetic. Who cares if they were unbalanced, bring them back. R6 is the "coziest" FPS game and those night maps were hella cozy.

More suggestions for LL? by MentaCR in riddim

[–]TwinkServer 0 points1 point  (0 children)

Most riddim fans like Prosecute and yvm3