Jump to content

Syko

Members
  • Posts

    403
  • Joined

  • Last visited

Posts posted by Syko

  1. Let's talk about that after I finish the pack. ;)

     

    I'll probably go about this theme by theme. Assuming I finish doomgiver, then I'll probably do cairn as @@MoonDog has requested. Then Kejim. I love the Imperial themes, etc. Probably Bespin last. I dislike the Bespin theme.

     

    Anyone feel like making a 2048 x 2048 picture of Kyle to go on Galak's screen?

     

    2jfk65e.jpg

     

    I honestly am not sure how I'm going to do that.

  2. You should do some googling, I don't have the program anymore but there was a simple program put out by nvidia a while back that could generate a normal map from a texture, that way you won't really need a modeling program.

     

    Why do I see a comment about bump mapping up there? It's so dated, normal, AO and cavity maps are where it's at.

     

    If you or someone else wants to do this, please do, because I'm not. I don't have time to learn something new and I don't even know what those are, haha.

  3. One question concerning legal stuff.

     

    Do I legally own the copyright to these textures, even though they are trying to be exact replicas of what Raven did? I made them from scratch, other than the overlay which is in the public domain. If I owned the copyright to these textures then If I gave permission these could be used in OpenJK without buying Jedi Outcast.

  4. Yeah, if you really want it to look good, modeling the texture would make it look a lot better. Modeling is even more time consuming though and I'm a LOT more comfortable in Photoshop than I am in 3ds max, not to mention I haven't modeled something in over a year. 

  5. Working on it. In the meantime, you mind explaining your process a bit?

     

    Not at all, although it is very hard to explain with text alone.
     
    First I started with a base metal color, which I also made from scratch with a solid color with added noise + the blur, dodge and burn tools. That's another story. Anyway, I filled a 2048 x 2048 blank canvas with the base metal texture, and then I set out to make the shapes of the circles and lines. 
    To make the circles I Shift + dragged to make a circle, and filled it black. Then, in Blending options I checked stroke and colored the stroke another color, which expanded the borders of the circle a little.
     
    Then I rasterized the layer and selected the colored border with the magic wand, and deleted the inside of the circle, so I effectively just had the border around the circle. Then I simply duplicated the circle and placed it accordingly with Raven's texture, and connected them with the black bars. After that I merged all of the circles and bars together, and I beveled and embossed them inward to give them depth. Then I lowered the opacity of all of the black circles and bars a little, and then added the rounded rectangle things with Photoshop's rounded rectangle tool. I had to edit the radius of the rounded rectangle though so it was fat enough, like raven's texture. 
     
    Finally, I put a metal texture I had found on CGTextures over it and set it as overlay in the layers dropdown box, which gave it all of the metallic details without having to laboriously paint them all in (not to mention I suck at painting).
     
    I should write a tutorial when I have the time. Making textures is not very hard, but it's very time consuming if you want the final product to actually look good. That door texture took about an hour to make, although since the floor I made was simpler that took me like 20 minutes.
  6. UPDATE 3-9-14

    This project is now officially integrated with eezstreet's JK2: HD Project.
     
    Purpose
     
    The goal is to provide rebuilt, higher resolution textures for Jedi Outcast that are four times the size of the originals. Originally, I was planning to rebuild all textures for Jedi Outcast. What I've found however is that in most cases, the textures themselves are high enough resolution. What Jedi Outcast needs is not necessarily higher resolution textures, but normal/diffuse/specular maps, as well as a better lighting system and other certain things that only modifying Jedi Outcast's engine can provide. As such, I am only rebuilding textures that are of the following categories:
     
    Target
     
    1) Light textures. Anything that has a glowing light on it. The reason for this is because crisper lights (and glow effects) look better. 
     
    2) Control panels. Players will walk up close to these, so it is important that they do not look awful at a close range. 
     
    3) Any kind of imperial screens and monitors. Again, crisper lines look significantly better. 
     
    Gallery
     
    Everything I've done so far. Note that in each picture, only one texture has been replaced. 
     
    http://www.moddb.com/mods/jedi-outcast-high-resolution-texture-project/images
     
    Legal Disclaimer
     
    Since I have created these textures from scratch, I retain full rights to each of them. Each texture is a ton of work. Some take no more than an hour, but the majority of them took me about 2-3 hours each, and one that probably took about 6 hours over two days. As such, I expect my work to be respected. These textures may not be used in any way shape or form unless I otherwise specify. Permission is given to eezstreet to use these textures exclusively in his JK2: HD mod for Jedi Outcast. 

  7. It depends on how you are going to install it. I've never tried to install another operating system while in another. I always reboot and format the partition first. It generally means less complications. If you tried to install Windows 7 within Windows 8 I have no idea what would happen.

     

    One thing I do know is that if you want to do dual-boot, you always have to install older OSes first, because Windows 7 will overwrite the Windows 8 files. I don't know why in the world you'd want to dual boot Windows 7 and Windows 8 though. 

     

    You're best bet is probably to boot from your Windows 7 CD and format your main partition, and then install Windows 7 on that. Obviously, make sure you don't format any system or recovery partitions, and make sure to back up all of your data beforehand, because formatting the main partition will erase everything on it.

  8. I know, I fixed it via the cfg file. I set the r_custom height/width correctly and put r_mode -1, and it's at the correct resolution now. I'm just wondering if there's something you could do to OpenJK so you don't have to open a CFG every time.

  9. I don't know if anyone else has this issue, but the maximum resolution I can run Jedi Outcast (or Academy for that matter) is always 1024 x 768. When I set it any higher than that it looks horrible - well below that resolution. Is this something that could be fixed with OpenJK?

  10. I still have one more issue with compiling it. After installing Visual Studio 2010 SP 1, all jasp.exe code compiled successfully. However when I compiled codemp, 3 builds succeeded, 3 failed. 

     

    The engine.x86.exe also crashes when I run it. It's probably because of those 3 failed builds.

  11. Because it's irrelevant. jasp.exe runs JK2 as well as JKA now, provided you keep JKA assets away from JK2. Do "set com_jk2 1" on startup, and it'll run JK2 instead of JKA.

     

    Oh, good to know.

     

    EDIT: Also, by the way, Installing VS2010 SP1 has fixed the problem. Everything compiled successfully.

  12. OK, i seem to have gotten around the error. Since I remember reading that the source compiles on VS2012, I installed it and compiled OpenJK.sln and everything succeeded. I believe that is the MP code though.

     

    I tried compiling JediAcademy.sln (the single player code i believe) in VS2012 as well and it didn't work either. Same COFF error. At this point only OpenJK.sln seems to work.

  13. I'm still getting some errors. I opened JediAcademy.sln and Right Clicked -> Build Solution on Solution 'JediAcademy' and it says 3 builds failed.

     

     

    2>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
×
×
  • Create New...