General Category > News
SOE Player Studio - make custom EverQuest items with Blender
(1/1)
kat:
kat:
EverQuest is apparently opening up more of the content creation process to it's user base with the release of "EverQuest Next Landmark"
--- Quote from: http://www.gamesindustry.biz/articles/2013-08-02-everquest-next-to-kick-off-emergent-era-of-mmos ---A building tool with an MMO's social functionality, Landmark will let players work together to create their own structures (and sometime post-launch, other types of content as well) using resources collected from persistent worlds. Those creations will then be considered for inclusion in the full version of EverQuest Next, and SOE developers will give users guidance on what structures they most need during development. Ultimately, Landmark is expected to help address the problem of MMO game users consuming content faster than developers can actually create it.
--- End quote ---
It's not clear at present if this is wholly proprietary or not meaning, models and other custom content may need to be converted to a proprietary format before import into the game - in other words it's not yet clear if Blender can be used as mentioned previously with respect to Player Studio.
https://www.everquestnext.com/
https://www.everquestnext.com/eqn-faq
https://www.everquestnext.com/about-landmark
Squelch:
I'm interested in using Blender to make Landmark models. I could use some help in identifying the tool chain for cranking out objects.
The idea I'm thinking here is to write an automation script that creates the final ".zip" for submission to SOE after checking a Blender file into a source code repo. I haven't made any virtual objects since RWX files on Alphaworld, so lots to learn.
Correct me if I'm wrong...
Blender outputs proprietary ".blend" format, but can export into many, including a Wavefront ".obj" format, which is what SOE wants. Is that confirmed? Texture files are no-alpha Targa ".tga". Not quite sure what else is required right now. All of it gets zipped up, and so far there's no client-side tool for verifying payload ".zip" file, so starting a script to do that would be good.
It would appear that the notes for PlanetSide2 are relevant, but not finding much specifically on Landmark yet.
kat:
LandMark is linking through to the main PlayerStudio guidelines, so yes OBJ and TGA. There's no mention of ZIP files being required unless that's just for convenience during submission rather than it being needed to keep file/folder structure intact so that might not be explicitly necessary. Finally found the information on proper submission (the User has to sign up for a forum account otherwise this information is not generally available. You would not believe the hassle that had to be navigated to get this information. Ed). A zip file is required which contains the items to be sent along with a submission form the creator needs to fill out. The zips contents don't appear to follow any folder structure (just a file dump basically) but this would need to be checked against the game items are for.
Your zip would need the following if you were submitting for EverQuest;
* mesh.obj (object)
* texture.jpg (item thumbnail)
* texture_c.tga (colour/diffuse map)
* texture_n.tga (normal map)
* texture_s.tga (specular map)
* texture_f.tga (optional[?] fresnel map)
* Submissionform.txtIt also looks like they vet the items so not everything submitted is accepted and items appear to be posted to the forums for community feedback(?)
Navigation
[0] Message Index
Go to full version