Beiträge von Jayme

    Cool, seems useful for people who actually stream CJ. :)

    Im a bit curious, can you show the code of the file


    Code
    1. CodjumperAction.cs

    Hi,


    I've made the source available on my GitHub.


    The switch case in CodjumperAction.cs will be entirely removed, and or optimized when I receive a full map list from Fr33g to manage map name's which overflow on the key.


    As there's only a few maps (from the in-game vote list) which surpassed the character limit, I settled with a switch case, despite not entirely wanting to. But it'll do for the time being.


    Jayme <3

    Hey,


    Hopefully this is the correct place to post this, please move it elsewhere if so @ admins. :P


    I assume the majority who'll see this won't in fact have a Stream Deck, however, I wanted to share it anyhow as it may be of use to those that do. (also works for their mobile app)


    I've had a Steam Deck for a year or so, and since my return to CJ (yet again), I decided to develop a plugin, to display the current map, and a way to both launch COD4 ordinary, and with arguments. (to join the 3xP' server, and or launch devmap)


    The plugin has been "complete" (at least for now) for a week or so, and I am comfortable to share it with you in its current state. (any features/suggestions would be appreciated) So anyways, here's a breakdown of the plugin as of now.

    Display the Current Map

    The map currently playing will display on the Stream Deck key of your choice, simply drag the plugin onto the deck, and it'll show, like so. // [see spoiler]

    Display the Current Map & Player Count

    When this display setting is enabled, you'll be able to cycle through the current map, and the player count. (the duration can be assigned by you, in seconds) // [see spoiler]

    Launch any Application

    Locate a file, folder and/or executable. (this doesn't necessarily need to be iw3mp.exe) Once you've selected one of the following, simply tap the key and it'll open/launch the file, folder or executable you located. // [see spoiler]

    Launch any Application (with Arguments)

    If you're wanting to add custom arguments, for example, +connect s.3xp-clan.com:1337 to connect to the 3xP' Codjumper server, or even +set fs_game "mods/3xp_cj" +g_gametype "cj" +devmap mp_race, that'll work too. (more or less anything will) // [see spoiler]

    Search for a walkthrough (of the current map playing)

    If you're ever stuck, searching for a walkthrough hasn't been easier. Simply tap & hold the key and a YouTube search query will be made. // [see spoiler]

    And... that's it.


    If you happen to have a Stream Deck and would like to add this plugin to your deck, you can download the plugin here: dev.jayme.threexp.zip


    Please feel free to comment any features which I could possibly add, which may be of use/improve the plugin.


    P.S. I hope everybody is staying safe, and happy throughout the outbreak, take care of yourselves.


    Jayme <3

    Hi,


    I don't know you all that well, however, I thought I would comment anyway seeing as you're applying for "Trusted" solely because you want to move around maps. Not mentioning names, but here's what Funk had to say on a previous app.

    A trusted member is someone who we can trust, it's not just about having the TP ability and being good at CJ. It's a trusted member's job to keep the server clean from undesirable people.

    Personally (if I have say in this) it would be a no. I wouldn't want somebody who cheats/scripts to be a Trusted user, nor a member of the 3xP' CJ Team... and the fact you only applied for trusted to more so benefit yourself, is self explanatory why I'm against that.


    Kind Regards,


    Jayme

    Hi,


    Assassin's Creed Unity is currently FREE on Uplay between Wednesday 17th Apr @ 15:00 PM and Thursday 25th Apr @ 08:00 AM (Your Local Time).


    In light of the devastating fire at the Notre Dame de Paris, Ubisoft wants to give all gamers the chance to experience the majesty and beauty of the cathedral through Assassin's Creed Unity on PC.


    More Info & Download : http://assassinscreed.com/unity-notredame/

    I use toggle binds for my FPS, for example... [KEY_1] would assign a toggle to [KEY_2] when pressed.


    For example...

    Code
    1. /bind [KEY_1] bind [KEY_2] toggle [function] [value1] [value2] ...

    In proper use, it'd look something like this - these are binds I use in CodJumper to control FPS switches within 1 key/mouse button.

    Code
    1. /bind B bind mouse2 toggle com_maxfps 333 250
    2. /bind N bind mouse2 toggle com_maxfps 333 250 125

    By using toggles you can assign multiple toggles/binds to the same key(s) - this'll save yourself from using exec config's and such to get the same results.

    Liking the new design, lookin' nice and modern!


    I was wondering, now that we have the new design, could the embedded YouTube videos in the Shoutbox be reverted to how they once were? Small rather than stretched to fit the entire width of the shoutbox container?