Jump to content

Szico VII

Members
  • Posts

    1,054
  • Joined

  • Last visited

Posts posted by Szico VII

  1. I would like to keep the moon rock terrain - it needs to be darker if possible though with more shadow definition!

     

    The problem is the black...outline at the horizon where the terrain meets the earth, which makes it look pasted in.

     

    Otherwise I like them both! A massive earth with flare would be cool, but no more or less than the current one!

  2. What's wrong with widescreen? It's perfectly fine, ignoring the HUD stretching which is easily fixed under mod code..

    ARRRRRRRRRRRGHHHHHH!!!

     

    Are you trolling on purpose? :D

     

    Theres nothing wrong with widescreen. In fact, I love widescreen. Except it crashes my MP unless I go through the laborious process outlined in previous posts. SO was hoping someone would put out a stand-alone patch to fix it before the rest of open JK.

     

    *kills self*

  3. As I found a copy of the script in the old midgar v3.0 source and remembered someone had asked me to post it - here it is:

     

     

     

    //Generated by BehavEd
    
    
    
    rem ( "Skybox Screenshot Script" );
    
    camera ( /*@CAMERA_COMMANDS*/ ENABLE );
    
    camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam1", ORIGIN)$, 0 );
    
    rem ( "===========================" );
    
    rem ( "sky_rt" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    rem ( "===========================" );
    
    rem ( "sky_bk" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 90.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    rem ( "===========================" );
    
    rem ( "sky_lf" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 180.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    rem ( "===========================" );
    
    rem ( "sky_ft" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 270.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    rem ( "===========================" );
    
    rem ( "sky_dn" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < 90.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    rem ( "===========================" );
    
    rem ( "sky_up" );
    
    camera ( /*@CAMERA_COMMANDS*/ PAN, < -90.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
    
    
    
    affect ( "player", /*@AFFECT_TYPE*/ FLUSH )
    
    {
    
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/chars/r2d2/misc/r2d2talk03.mp3" );
    
    }
    
    
    
    wait ( 4000.000 );
    
    camera ( /*@CAMERA_COMMANDS*/ DISABLE );

     

     

     

    First off copy the code into a txt file and save it into base/scripts.

    Then open it up in BehavED and compile it into an IBI file.

    Then, you must make a ref_tag in your map where you wish the "camera" to take pictures from, and have a spawn point trigger link to a target_scriptrunner which activates this script.

    Give the ref_tag a targetname "cam1"

     

    COMPILE THE MAP (Duh.)

     

    Load up Jedi Academy SINGLE-PLAYER mode.

     

    Open the console and (depending on your maximum screen resolution) set a custom resolution of 1024x1024 or 2048x2048 using the following commands:

    r_mode -1

    r_customheight 1024

    r_customwidth 1024

    vid_restart

     

    (You can also try cg_fov to get different results)

     

    Now run your map using the /devmap mymapname command.

     

    It will boot into a cutscene - Your job is to take a screenshot (bind it to a number key, say "2") every time the view changes, without allowing the 'screenshot xxx taken' message to ruin your lovely pictures.

     

    The script will show you 6 views from the point you placed your ref-tag, which you can then use as your 6 skybox images. It will make a beep noise as it changes view, and it changes every ~4seconds.

     

    Now rename the screenshots to skybox_bk, ft, lf, rt, up and dn as appropriate.

     

    VOILA.

  4. @@minilogoguy18 Perhaps you've not run it properly - the mod menu in-game doesn't work, you have to run it from a .bat as described in the read-me. Also you need to be on v1.01.

     

    Yeah, I didn't bother with the shortcut extension, here, just copy paste this into a text file, save as a .bat and run it from JKA/gamedata:

     

     

    jasp +set sv_pure 0 +set fs_game dfmod
  5. Guys... I said it only works via server list, and doesn't via anything else! Also I know it has been fixed eez, please observe previous posts where I wondered if there was gonna be a stand-alone widescreen patch around a bit earlier than the entire rest of the update?

     

    DANKE.

  6. eezstreet, on 27 Apr 2013 - 02:40, said:

    Alter the RenderFrame in the .ini. Sounds like its trying to apply the effects to the HUD instead of the 3D viewport. Try /cg_draw2d 0 as well.

    Doesn't work at all unless it's set to 0. DOES work if I have some kind of hud up, (cg_drawgun 1, cg_drawcrosshair 1, cg_draw2d 1) but as soon as these are all set to 0 (or just draw2d 0 on its own) it buggers off again. Which is annoying as for screenshots I need none of those things :|
  7. Those commands crash MP unless you vid_restart once the map has loaded. Which is just irritating if you're in a server as it'll crash every map switch and then you have to reset to 4:3 res, then vid_restart with those settings and redraw map once its loaded.

     

    I know its one of the first things you fixed but is there any way that particular fix could be put out as a stand-alone release for the average Joe soonish? Seeing as how waiting for EVERYTHING to be finished will presumably take some time.

    Circa likes this
  8. We have cairn .maps, including the one that never shipped with the game (2 prefabs and a near-complete level). When legal crap calms down I'll try to get the rest.

    Thats all well and good but Cairn comprises of only one in-game location does it not? :D

  9. Perhaps a policy whereby if proof can be offered that a reasonable attempt to gain consent has been made to the author, and there has been no response, then perhaps we would be able to upload it under the 'JKHub' name. However it would need discussion, mostly with those resonsible for the site itself...mainly Caelum. If he's okay with that then I guess it could be changed. However as he is the site owner and ultimately the founder and the one who would be dealing with any (however unlikely) fallout he'd need to sanction it I think!

     

    @@Caelum @@Inyri @@CrimsonStrife @@Fighter @@therfiles @@MagSul @@Azatha @@Milamber

×
×
  • Create New...