Jump to content

mrwonko

JKHub Staff
  • Posts

    1,575
  • Joined

  • Last visited

Everything posted by mrwonko

  1. Copy protection is always hacked sooner or later anyway and from then on only hurts the paying customers. So your point is "don't make your game open source, it becomes too easy to pirate"? Then how come gog.com still exists if their DRM free games are so easily copied?
  2. And right there you have one of the reasons you can sell GPL stuff. Assets. The main other one being support.
  3. For the most part just like any other game. How is Doom 3 BFG marketed? It's open source after all.
  4. Yes you can. This is GPL and that's all you need to know. And even ignoring that, the id Tech engine 3 is GPL as well, you're free to use that without licensing it as long as your code adheres to the GPL. No, if that were the case they would've removed it, like they removed the FeelIt and Bink stuff (eventually). You can create your own assets and sell the resulting game.
  5. Huh? Why would that be frowned upon? If you release under GPL you grant rights for commercial use. See the Lugaru fiasco on how not to do it though. Maybe because you don't want to share revenues or like open source? Or you're a long time Jedi Academy modder that is already comfortable with the engine. Maybe you just want the nice mod support of idtech 3. There are a couple of reasons I could think of.
  6. I'm not eezstreet, may I still answer? If not, screw you I'm doing it anyway. No, this is not built on top of Open Jedi Project, it's largely orthogonal to it. You can still play Open Jedi Project in OpenJK. OPJ is a Mod, OpenJK the engine (although an improved modbase is included with the source).
  7. Yeah, so since the Jedi Academy source got released, we can go nuts with high detail now. Provided this project takes long enough we'll have normalmaps, parallax occlusion mapping, dynamic lighting and higher possible polygon counts. Maybe even tesselation. So it would be fairly cool to create a reference level of what is technically possible. And if that does not happen in time, we can just bake a full render - lightmaps & mega textures, Blender style!
  8. Improving AI is not a focus at OpenJK at the moment, but it might be something to investigate in the future. I agree that better AI is better.
  9. I'm fairly sure MB2 has custom code to make it animate, that won't work in base Jedi Academy.
  10. You hardly need to do any coding. You need to remove the CD check and that's about it. Mostly you just need to recreate the assets since you can't use Jedi Academy's, most importantly the animations. And if you simplify movement outside the water to walking, crouching and jumping, you only need very few since most of your game is in the water, with what I believe are already custom animations. That requires access to Hydroball's source code though - do you have that? Otherwise you'll either need to recreate all animations or accept glitchy animations.
  11. If you created the UV by marking seams and running unwrap, it's trivial since the seams are highlighted. If you chose some kind of auto unwrapping, it's more difficult. Try using a gradient texture like this one, you should see the seams fairly clearly.
  12. Yes it could. First person and third person use different models. Check if it works with the default model.
  13. Probably an error in the shader, disabling the depth test or something. Did you change anything there? Post it, please.
  14. If there ever was any rush, the release of the source code changed that. I'll be busy poking the code now, but that doesn't mean we can't do this as well.
  15. Wrong. Splitting is required if there are any seams on your uv map, i.e. if you have to make cuts in your model to be able to map it to the texture. Learn what UV Seams are.
  16. I don't need to tell you how amazing this is. Give me a year. Raven is aware of the mixup by the way.
  17. Justified, since I actually missed your post somehow. Why did I only get a notification about the bump? Regarding your actual problem, try what redsaurus said.
  18. Feel free to stick around. I'm thinking about making this fairly open anyway, with some shared storage (via dropbox, github or whatnot) where everybody can contribute. Some preliminary planning/style previs would probably be good, but once that's out of the way anybody should be able to contribute.
  19. Then welcome aboard! If someone just uses it lightly (chairs and other smaller objects) s/he's welcome as well, we'll need some objects as well, after all. Also, ping @@Pande.
  20. Maybe you should've thought about that before participating in a collaborative project.
  21. Yes, that's obviously important in any collaborative project. Be aware that others may change your work. It's usually for the better, though if you disagree try to find a solution by discussion instead of changing it back and forth. Also, you kind of lose the rights to your work as in you can't later decide "nah, you mustn't use what I created." (You can of course still use it for personal projects, but what's contributed becomes ours, not just yours.) As for the scale, at least that's easy to change when modelling since you don't have to adhere to some grid.
  22. Hey, I've briefly talked about this in the JKHUB Pass-Me-Around planning thread, but it should really be its own thing, hence me opening this thread. Basically, I'd like to create a whole map in Blender. And I'd like you to join me. One of the nice things about Blender is that collaboration is easy. You can link objects from other .blend files and they'll even be updated when the original is changed, allowing for parallel work. So this wouldn't even necessarily have to be a sequential thing, we could all work on it in parallel. Who would be interested in joining me? Some experience with Blender would obviously be appreciated, but you might be able to contribute even if you're just starting out. Pretty much every imaginable environment has some simple objects in it, after all. I'm not too good myself - I know the technical side, so if you need to do a certain operation I can probably tell you, but I'm not very good at using those operations to come up with a cool model. And what could we do? We should probably keep it small, duel map sized, so we have a better chance of finishing it. And gameplay is pretty hard to get wrong in a duel map, so that's another thing we wouldn''t have to worry about too much. As for the theme, I'd like something that highlights the strengths of modelling, something that would be hard to do with brushes. (Yes, there's hardly anything you can't do with brushes, but square rooms are inherently easier.) Terrain or something organic would be obvious choices. Talking about organic - it could even be animated, since we can use md3 models, which support animations. (They get huge though, since it's per-vertex animation.) Or something highly destructible, akin to Fearis Incident - .rof files allow for some nice rigid body animations and combining that with Blender's physics baking capabilities leads to interesting possibilities. But I get ahead of myself - first we should see who's interested and think about the kind of map we'd like to make. So, who's with me? So long, mrwonko
  23. I guess it would help if you uploaded the .blend for us to take a look at...
  24. Since we're passing the map around anyway, how about just publicly uploading it for everybody to judge? That way the current mapper would get way more feedback.
×
×
  • Create New...