-
Posts
6,509 -
Joined
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by Circa
-
There's a lot of Star Wars coming up the pipeline over the next few months. Obviously everyone doesn't have to like everything that is coming out lately, but hopefully you give some of these things a chance, even if you aren't a fan of the Disney-era Star Wars so far. The Mandalorian kicks it off with the first episode on Disney+ on November 12th, and then a second episode just a few days later on the 15th. Lots of buzz has been happening about this show, not only because of the setting and character choice, but the fact that it's the first Star Wars live action television series with a $100 million budget. The trailer shows it to be much more gritty, grounded, and set during a time period we haven't really seen on screen yet (5 years post-ROTJ) with a focus on an yet-to-be-named Mandalorian bounty hunter trying to make his way in life during the chaos left after the Empire's defeat at Endor. I think I'm more excited about this one than anything right now. You can see the latest trailer here. Jedi: Fallen Order is a new video game developed by EA's Respawn Entertainment, and is set to release on November 15th on PC, PS4, and Xbox One. This will be the first singleplayer-only game we've gotten since the Lucasfilm/EA deal took place in 2012. The game takes place a few years after Order 66 was carried out, and you play as an former Padawan named Cal Kestis, who tries his best to keep a low profile and hide his past as a Jedi until something brings him back into the fray. It's a third person story driven puzzler, similar to the Uncharted games, with combat similar to games like God of War or Dark Souls (focusing on dodging and timing attacks). The latest trailer looks very promising. EA also revealed there will be no microtransactions or multiplayer in this game at all. Watch the latest trailer here. The Rise of Skywalker is the latest and last (for now) film in the Skywalker Saga. Episode IX takes place a year after the events of Episode VIII, but little else is known about the plot at this point. So far there are two major hints revealed from the trailers, one of them being Palpatine himself being involved in some way, but it's very unclear what that means. JJ Abrams is keeping the plot under wraps once again, but he says he tried his best to make it a satisfying ending to both the Sequel Trilogy and the 9-film saga. Those are big words that I'm sure many fans won't believe until they see it for themselves, especially considering there is a ton of pressure on this film to not only give a satisfying ending, but to answer a lot of unanswered questions from the previous two films. I think for me personally, this one has the most anticipation and interest, simply because of those unanswered questions and not knowing anything about the plot thus far. You can see the latest trailer here and maybe check out the D23 footage as well here. The Clone Wars season 7 will air sometime in February 2020. This was a surprise announcement a couple years ago, after it was assumed that The Clone Wars series was over and wasn't going to be revisited, leaving the finale season originally planned a few years ago to never be seen. Now the final season is planned to finish out the series, give some closure on a couple story arcs, and give a true lead-up into Revenge of the Sith. You can watch the trailers here and here. Which one are you more excited for or interested in seeing? And if you don't care about any of it, that's fine, but please don't attack others for thinking otherwise. Keep it civil. You don't have to comment at all if you're not interested.
-
Looks like it all worked then, from what you put in there. Like I said before, bots should be added in your vstr if you want them to join at launch. Or put those before you launch the vstr. The vstr should be the very last thing in the server.cfg.
-
I don't think so, but try a lower wait time and keep raising it to see how long you can make it.
-
If it's truly in milliseconds, then 600 is 0.6 of a second, so that makes sense. You'd want 6000 for 6 seconds or 60000 for 60 seconds.
-
Looks right to me. Although I have always added bots to the vstr's and set the bot names in botfiles. Not sure though, I've never ran a JA+ server, only basejka. Maybe someone else could help that uses JA+. @Raz0r @Aldro Koon @Nightwing @Jacobie
-
I believe you're still setting the vstr's wrong. I just took a look at my server.cfg for my server and here's an example of my main vstr's for map cycle: set d1 "set g_gametype 0; set g_forcepowerdisable "163837" ; set g_weaponDisable "524279" ; map mp/ffa3 ; set nextmap vstr d2" set d2 "set g_gametype 0; set g_forcepowerdisable "163837" ; set g_weaponDisable "524279" ; map mp/ffa2 ; set nextmap vstr d3" set d3 "set g_gametype 0; set g_forcepowerdisable "163837" ; set g_weaponDisable "524279" ; map mp/ffa1 ; set nextmap vstr d4" set d4 "set g_gametype 0; set g_forcepowerdisable "163837" ; set g_weaponDisable "524279" ; map mp/ffa5 ; set nextmap vstr d5" set d5 "set g_gametype 0; set g_forcepowerdisable "163837" ; set g_weaponDisable "524279" ; map mp/ffa4 ; set nextmap vstr d1" vstr d1 So if you are wanting to do what you explained in our original post, you'd probably need to do this: set s101 "wait 120000;svsay We hope you enjoy your stay!;wait 5100000;svsay Next map in 5 minutes!;wait 5400000;svsay Thanks for playing!" set m101 "map mp/ffa3;vstr s101;set nextmap vstr m102" set m102 "map sithcouncilv2;vstr s101;set nextmap vstr m101" vstr m101 So this is defining a vstr to do the messages after certain increments of time, which you can change. I assume each number is in minutes but I can't remember for sure. It's set to say "We hope you enjoy your stay!" 2 minutes after the map loads, then after 85 minutes it says "Next map in 5 minutes!", then at 90 minutes it says thanks for playing. This is all assuming your server has a time limit of 90 minutes. You'll need to adjust it to whatever limit you have set. Also, the m102 vstr is set to load the first one so it loops only two maps, so of course you can keep adding more, just adjust the vstr names if you copy and paste. So if you added another, it would be set m103 "map mp/ffa2;vstr s101;set nextmap vstr m104" and so on. Also, make sure this is at the bottom of your server.cfg so that the vstr is the last thing that loads.
-
You have a “set” in the first command that shouldn’t be there. You’re setting your second vstr with nothing after it, and then set it in your second line. Just remove the second “set” from the first line and the second one from the second line and it should work.
-
Bumping every once in awhile is fine but let's take it easy with the bumping and then attacking for bumping. I'd rather not lock request threads for these reasons, so chill.
-
[JAEnhanced] Enhanced Development Platform (EDP)
Circa replied to eezstreet's topic in Jedi Academy: Enhanced
I mean, you're asking the JKE forum, so I linked to JKE. You could check out the other mods that do it but at that point you're getting a lot bundled with it, which I assume is what you were wanting to avoid. -
Check out our rules page with info on submitting other people's work: https://jkhub.org/rules
-
[JAEnhanced] Enhanced Development Platform (EDP)
Circa replied to eezstreet's topic in Jedi Academy: Enhanced
You can find the latest version here: https://github.com/JKEnhanced/OpenJK/releases It doesn't require OpenJK, because it's a version of OpenJK. -
-
-
- 8 comments
-
- NPC Support
- Jedi
-
(and 2 more)
Tagged with:
-
- 4 comments
-
- Star Wars Related
- Custom Sounds
-
(and 2 more)
Tagged with:
-
- 12 comments
-
- Roleplaying
- Star Wars Related
-
(and 1 more)
Tagged with:
-
- 8 comments
-
- Menu Changes
- JKHub Exclusive
-
(and 1 more)
Tagged with:
-