Glorious Alpha Two Testers!
Alpha Two Phase II testing is currently taking place 5+ days each week. More information about testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Alpha Two Phase II testing is currently taking place 5+ days each week. More information about testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
You're making a HUGE mistake choosing not to implement a custom music system
Xez
Member
The most recent Q and A: https://www.youtube.com/watch?v=8c7Y-D5R0IY
@1:15:39
Q:"Do you plan to support the ability for players to make custom music in game like the music macro language?"
A:"We have talked about it.. but scope wise I don't know if that is in the cards." "Maybe an expansion for bard later...?" "...Yea.... possibly.."
First off, this answer was BS and you all know it. Notice how uncomfortable and shift-eyed they looked when they started answering this. Notice how he didn't actually say anything about WHY it would take such an unrealistic amount of resources, he just declares that it can't be done.
Don't tell me that nonsense it takes an absurd amount of resources. Depending on how you implement it 99% of it would be a copy-paste job or simply linking and including the appropriate files, all done in a single day, by a single person. Hire me or give me access to your development tools and I could have it done in 6 hours tops, I guarantee.
Also, did you guys think we forgot you're developing THE MOST AMBITIOUS GAME EVER of the MOST AMBITIOUS GENRE OF VIDEO GAME ever??? Don't give me that crap like implementing a few sound effect action states is too much work.
and that "Yea, possibly" about possibly later translates to NO, its not happening and they aren't interested at all. It's obvious by their tone of voice and body language.
So you just lost me as a potential customer, and tens of thousands of other people who do what I do in FFXIV currently.
It's truly a shame you don't see just how much of a positive effect and truly revolutionary social aspect of MMO's this is. It's basically implementing an ENTIRE other game inside the game, and all for an absolutely TRIVIAL amount of development resources. A game where people ENTERTAIN the players of your game, FOR FREE, and will constantly generate and retain people's interest in socializing in towns.
I guess you guys don't like easy money or creating entire new communities that will want to play your game and embracing genuine socialization tools.
@1:15:39
Q:"Do you plan to support the ability for players to make custom music in game like the music macro language?"
A:"We have talked about it.. but scope wise I don't know if that is in the cards." "Maybe an expansion for bard later...?" "...Yea.... possibly.."
First off, this answer was BS and you all know it. Notice how uncomfortable and shift-eyed they looked when they started answering this. Notice how he didn't actually say anything about WHY it would take such an unrealistic amount of resources, he just declares that it can't be done.
Don't tell me that nonsense it takes an absurd amount of resources. Depending on how you implement it 99% of it would be a copy-paste job or simply linking and including the appropriate files, all done in a single day, by a single person. Hire me or give me access to your development tools and I could have it done in 6 hours tops, I guarantee.
Also, did you guys think we forgot you're developing THE MOST AMBITIOUS GAME EVER of the MOST AMBITIOUS GENRE OF VIDEO GAME ever??? Don't give me that crap like implementing a few sound effect action states is too much work.
and that "Yea, possibly" about possibly later translates to NO, its not happening and they aren't interested at all. It's obvious by their tone of voice and body language.
So you just lost me as a potential customer, and tens of thousands of other people who do what I do in FFXIV currently.
It's truly a shame you don't see just how much of a positive effect and truly revolutionary social aspect of MMO's this is. It's basically implementing an ENTIRE other game inside the game, and all for an absolutely TRIVIAL amount of development resources. A game where people ENTERTAIN the players of your game, FOR FREE, and will constantly generate and retain people's interest in socializing in towns.
I guess you guys don't like easy money or creating entire new communities that will want to play your game and embracing genuine socialization tools.
0
Comments
I'd rather see the game come out and get a successful player base before making something as miscellaneous as Custom-Jukeboxes - just IMO ofc.
Thats my thought as well, who knows what dlc or updates we will get down the line
Implementing this the way FFXIV does is SO TRIVIAL it's not even funny. Literally, you take ANY other ability, you copy it, you paste it, you replace the contents of the ability with a SINGLE SOUND EFFECT. That's IT. Literally. Job done. Congratulations you just implemented custom music in your MMO!!!
There certainly are more essential functions that have priority over MML, like combat, the corruption system, etc. Essential parts of the actual game.
Jeff quite clearly stated that it would require too much work and engineering at this point and I completely agree.
I would enjoy a MML system as well, as I enjoy making music myself. Heck, I spent most of today writing and recording a song.
However, there are more essential parts of the game that should be implemented and refined before we can even talk about MML.
Eternal Guild
( Web | Discord )
I mean I have 1000s of hours in FF14 and I'm fine with what they said. you have to understand if they put in every idea in the game they would not release till 2030. with them saying "maybe" that leaves room for it in the future as an update or DLC.
Woop! Don't SUPPOSE we'll be seeing you AROUND here again, then. BYEEE!!!
ok I'm not a programmer but a system like this does not take minutes. I have no idea why you are so angry about this when they said maybe, for intrepid that's as good as it gets with features so be happy
Nothing wrong with a little passion, but try learning a bit how programming actually works before screaming irate accusations. Nothing is ever as simple as "copy and paste."
Stackoverflow has a lot to answer for
better than getting a no like I did for my undead
If they do introduce a system for us to play music, I hope it isn't just limited to the bard class. Maybe limit certain instruments to bard, harp springs to mind, but some instruments and the ability to play them should be available to all classes.
When proposing a new feature, even as a novice/noob programmer myself, I'd probably have a few questions:
1. How will toggling to and from music mode be done and when should it be disabled - i.e. when other systems/interactions are in progress - this must be considered for all systems and UI interactions.
2.Does copy pasting existing abilities create any duplicate references that need to be updated/dropped. Would it be easier to create new music keybinds from scratch.
3. How will the music-playing ability be stored in a character's profile at the physical level - is there space or do current DB schemas/data structures need modification. Do any such modifications require other systems to be reworked to use the new schemas/structures.
4. What is the interface for playing music - how much time is required for UI design (e.g. icons for notes and additional panels/buttons in the character UI to access the ability, does it require a rework of the existing character UI layout) - when can this can allocated to the UI designer's schedule.
5. Are there existing music-playing animations available or are new ones required - are instrument models already implemented/planned or do they also need to be created (unless you want people playing music in town with absolutely no visual cues). How much time is needed to create these models/animations and when can it be scheduled.
6. What can players legally play in-game - does this require a consult from the legal team. How much time will be required to update the EULA to reflect terms around playing third-party music.
7. How will music copyright infringements be handled legally - what risks assessments and action plans need to be drawn up to address copyright infringements. Can this be handled by server moderators or do they require additional training for this issue.
8. What is the testing plan for this feature - what can be tested now and what needs to be retested in A1, A2, B1, etc.
9. How will music data be propagated and how far - what are its network performance requirements, how does this impact the performance of other networked data (movement, combat, etc).
Maybe I'm off-base with these considerations, or maybe they end up being non-issues. My guess is more time than a couple of minutes is required when even thinking of adding new feature like this. Then again, only the devs know the ins and outs of their implementation and work schedule, so when Jeff (someone far more experienced than me) says it'll take a lot of resources, I tend to believe him.
I agree that bards should have some form of mechanic unique to them with a music system.
To me though, I'd like that to be a system for multiple people to play together. Not sure how I'd implement a system like this, but something to facilitate multiple people playing together that compensates for latency would be an awesome mechanic to make unique to bards.
What seems as simple to implement, could be challenging. What may seem as challenging, could be simple to implement.
In my field of work, I make a lot of friends with developers/programmers. We would have discussions like this during off-hours. One time, a couple of users asked for this one particular color to be added to their piece of virtual clothing, for their avatar. To do this, my friend would have to rework the entire customization system from the ground up, because, not only did the original code did not have that in mind for their product, but it also cause bugs around the system due to spaghetti code. Users thought something like this could be implemented in two days. In reality, it would take over 2 months to implement.
You might argue that AoC is still in Alpha, so it should be easier to implement than two years down the line, right? Correct, but we need to remember to take it one step at a time. If we kept trying to add features onto the core features of the game, before it is even fully released, it will become Star Citizen. Let the core features be fully fleshed out and polished before we think about cool ideas like making custom music.
You know of Wizard101? They added something like what you wanted, years down the line from its launch. I don't remember anyone even asking for that feature, but it was added. So, hold onto your idea and remind the developers about it, after the game gets launched, okay? I would also like to have custom music too.
IS has a plan for their game that does not currently include a feature that you would like. From your description, it doesn't sound like they had ever considered it. When they responded that such a feature could be possible in the future, you responded by throwing a temper tantrum and trying to make threats while saying that your leaving. Should I just block you?
I don't know who you are, but a quick Google, Twitch and YouTube search of Xez + FFIV yields nothing. Perhaps if you keep your name consistent with that of your claimed followers, your threat could have a little more weight. Though I doubt such a threat would be listened to. It is generally more productive to give rational and logical arguments told from the benefit of the audience than threats.
We got lost in the wall of text.
Too long, didn't read.
Eternal Guild
( Web | Discord )
Quoted:
"So you just lost me as a potential customer, and tens of thousands of other people who do what I do in FFXIV currently."
Also the OP is ignorant of LotRO, so they should stay out of this thread.