Jump to content

CansecoDev

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by CansecoDev

  1. While this map won't load on JK3 dues to an error on the entity lump of the bsp (a very uncommon error tho), if you're using Rend2 on OpenJK/EternalJK/TaystJK/etc, it loads just fine.
  2. I'm not sure if the helmet and robes are black or blue, must depend on the illumination. Has anyone ever done these?
  3. CansecoDev

    AT-AT

    I tried to rescale this model a couple of years ago (since I felt it was too small), then learned that to properly do that I'd need to reanimate it entirely to look good, now that I'm slowly learning to use Blender and the tools allow it, it would be an interesting project to learn that part of modding JK I never dared to touch, so I need to ask for the future; Is it the whole thing under CCBY-like license or just the original mesh and animations by Duncan? If I decide to improve the textures after making the whole thing bigger I might use some parts of your work on this textures @Circa, would that be right? My comments about what I tried are around on the Discord hehe, if you try to just make it bigger without actually reanimating it, it looks like it's falling appart:
  4. Awesome job, awesome interview! This brings me a tear of joy I'll never forget. I knew something was stirring from that green banner the other day, and absolutely the wait has been worth it. Thanks you all for this, it means a lot and is always inspirational to see the original JK team talking about the game. May the force be with you. Always!
  5. Awesome! I was about to try that mod in the following days
  6. I don't mention it on the file but if anyone wants to port it for JKA, be my guest.
  7. Version 1.0

    142 downloads

    The Ladder is pure, nonstop combat. - JediNight (it is not advised to play this if you've not played the full game) I highly recommend playing this without reading this section of the description, as I believe, SP maps can only be played once for the first time: The map features one of the multi-level rooms from the Cairn assemly line, fight your way to the end while everything falls apart! 20 YEARS OF JK2 Happy anniversary Jedi Outcast, and thanks for 20 years of one the best Star Wars games ever made! INSTALLATION - Simply place ladder_cake.pk3 in your base directory. HOW TO PLAY To load the map do either of the following: - Bring down the console (SHIFT+~) and type "map ladder_cake" - Go to your load menu and load the savegame named "ladder_cake" The music is a bit tongue-in-cheek, but I think it increases the fun level, so crank it up! CHEATS & SECRETS CREDITS - CansecoDev | Making all this thing. - Raven Software | Cairn assembly geometry. - MGummelt | Original "The Ladder" idea and entity work. - Smash3r | Music: Cyberjack Hollowdeath. - Samuel Kim | Music: Victory Celebration, arrangement. - The Prodigy | Music: Firestarter. - Megan J | Music: Darth Plagueis Theme, original composition. - Unknown? | Darth Vader's happy birthday voice and costume.
  8. CansecoDev

    Mace Window

    You just gave me an idea, I'll be back here in eight days
  9. What!? That were their heads? I thought they were wearing a big hoodie, somehow they remind me of Earthworm Jim.
  10. I recall some sort of script you could run to convert JKA models to JK2, but can't remember where that was.
  11. Version 1.03

    108 downloads

    This file contains some Spanish audio files that cannot be obtained by any official means other than the original CD version that was released in Spain back in 2002. Neither GOG or Steam as of today (16 March 2022) have the sound files available. INSTALLATION Simply put the assets3.pk3 in the the base folder of Jedi Outcast. To have Spanish as the default text localization, copy jk2config.cfg, jk2mpconfig.cfg and setlanguage.cfg to that same base directory. This will replace your current configuration. DESCRIPCIÓN EN ESPAÑOL
  12. I came just to say this; the thing about lights is that when you compile (not decompile), you can decide to keep the lights as dummy entity data with -keeplights, most base maps were compiled this way, I learned a lot about how to properly do lights by looking at lights key/value data from single player maps, there you can see the little tricks to make illumination work in many different ways. You are correct, they are saved as entities but the engine pretty much ignores them. I do believe tho, that they're needed for SP maps for the NPC "senses" since there is code around light level regarding NPC AI. Edit; got it, it's unfinished code (funny comment right there) so yeah, the engine pretty much ignores light data: float G_GetLightLevel( vec3_t pos, vec3_t fromDir ) { /* vec3_t ambient={0}, directed, lightDir; cgi_R_GetLighting( pos, ambient, directed, lightDir ); lightLevel = VectorLength( ambient ) + (VectorLength( directed )*DotProduct( lightDir, fromDir )); */ float lightLevel; //rwwFIXMEFIXME: ...this is evil. We can possibly read from the server BSP data, or load the lightmap along //with collision data and whatnot, but is it worth it? lightLevel = 255; return lightLevel; } My theory about why they compiled most SP maps with -keeplights is that maybe they had in the design phase to actually have some sort of hide mechanic so you could hide in the dark, who knows?
  13. I'm 100% positive that if someone did, there should be an increasing curve every year around December, I've seen many times it happening; someone comes to play JK around December and all of a sudden here we are all again, to then drop it after some months to just repeat the cycle next year.
    Hello @Vegeta I've been recently learning how to work with huge maps like this, I managed to compile your map as an experiment, I hope this helps, here are the cor3.bsp and cor3.map files.
    I remember playing this on a cybercafe back in 2005 or something, I never though I would see it again (couldn't remember the name of that map).
  14. Is using a software that is no longer available the only way to create vehicles on JKA?
  15. I'm looking for information on the engine limitations in OpenJK, I know some have been increased but I don't know which ones and how much. I'm making a map that feels really big using as many tricks as I can, this information would be crucial for planning ahead. Limitations like: - Entities in a map. - Rendered entities in the client. - Brush count - Vertex count in a map - Vertex count in the client - Vehicle types. - NPC count - Waypoint count - Icarus limitations, like globals or script size. - Do ASE misc_model count towards the entity limit or the brush limit? - Shaders and Texture allocation, shouldn't be a problem for me since I'm reusing many shaders and textures thorough this map, but It would be good to know. - Any other relevant limitations one should know regarding map making.
  16. Way harder than expected, many surfaces are already squeezing that 1000 vertex limit, even those already split into multiple surfaces. I can smell that same frustration I'm having right now from some of those surface names haha. Well this will take more time than I though, I'll just upload a pack when everything is done. For now, this is done so far; pursuer's belly being slightly adjusted for a non belt version and standard jedi boots.
  17. @Jeff I'm doing some fine tuning to those revanite models. I really love them and I'm using them for my clan/order (group of friends I play with) skins, would you like me to link the fixed .glm here when It's done?
×
×
  • Create New...