-
Posts
337 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by Pande
-
I bet that thing has some popsicles in it's cellar
-
I have seen this before when I tried to light a map that was like 150k brushes or something ridiculous (huge terrain experiment). It got so bad it actually caused my game to fail to render the UI properly, causing all-black UI with screwed up text and interesting effects like all textures in the map becoming a mixture of hall-of-mirrors and would copy the current screen frame to it's texture coordinates... looked very, very odd. It's some sort of memory issue. Your lightmap is too big. Try func_Groups with higher lightmapscales, like 2 or 4 or even 8, especially if they have a lot of patches. And yes, func_group are not saved into the BSP so if you decompile my map you will not see them. I believe the source files for it are somewhere though if you look through my threads.
-
One thing you could do is grab mrwonko's patch exporter for blender from here: http://jkhub.org/files/file/1413-blender-264-jedi-academy-plugin-suite/ And export patches that match your model, and throw that into radiant. You can then delete or simplify it as much as needed. That so far has been the best use I found for it. I had him make it for me in order to build terrain but it was a pipe dream as the radiant limits stood in my way, and if not those then random errors ingame where you'd fall through some patches.
-
That will need a new model
-
I can't wait, personally, I think it's gonna be a lot better. Hopefully they'll have non-focused window scrolling as part of native Windows API...
-
I think you can spare a few more tris on that should piece, lookin a bit blocky.
-
Yeah that would be handled client side - if you think about it, what if you don't have their model loaded? If it calls for 'taunt4' and your kyle default character doesn't have one, you'd hear nothing. It just calls for a generic 'taunt' and the client-side handles the rest
-
LuaMakermod - is it interesting to someone?
Pande replied to Keyten's topic in WIPs, Teasers & Releases
JKG has some sorta makermod stuff in it aswell. It uses many of the same commands like /place. Worth a look through the code. Through LUA objects and scripts the placed models can do things like give weapons, ammo, etc. -
How many non US/UK players in JKA?
Pande replied to Xycaleth's topic in Jedi Knight General Discussions
Does Canada count? -
That won't be an issue if you want duel mode only. But to allow devmapping to FFA mode (set other modes using g_gamemode) you should include info_player_deathmatch, as I mentioned already
-
All you need to do is place two info_player_duel on opposite sides of the map. For powerduel, include 2 info_player_duel2 and 1 info_player_duel1. To ensure FFA compatability should someone choose to run the map that way, place info_player_deathmatch all over the place. Finally a .arena file is needed to show properly in the menus, you can find these packaged with the default maps or use one from a downloaded duel map, as a basis for yours. They are fairly self explainatory.
-
Kiwi IRC is a great tool for this. https://kiwiirc.com/ super easy for users to create a name and join the irc channel, regular irc users can easily use their own client too
-
I don't know about those issues but I have tons with regards to sounds dropping out, playing in wrong location, or being too loud. Sometimes when someone taunts for e.g. it plays on my location regardless of where they are in map. Other times doors stop making sound for entire game.
-
I don't recognize some animations, is that really how jk2 moves are?
-
I think you should try to ask the original author (I've forgotten his name now.. Chalcun I think?) about using the cantina, but if you do you should use mine as I optomized the bajeezus out of it and also made an exterior. It also uses custom textures instead of base.
-
http://puu.sh/eIdmJ/7e5c55f750.jpg http://puu.sh/eIdon/79b3a373e5.jpg http://puu.sh/eIdq3/5a4dcb8a09.png
-
Same folder, but NEW_TATOOINE is the actual map file. the old one is just there for backup purposes in case there's any brush work I want to move over. All textures are located in JKG_NEW_TATOOINE in Pertinent Files from JKG release assets.
-
All my assets are available at request! Would love to see any use.
-
There's nothing you can do about this short of converting it to a model and editing it in a modeling software, then exporting LoDs.
-
I saw this tutorial and one spawnflag in this tutorial confused me O.o
Pande replied to Langerd's topic in Modding Assistance
Both. Anything baked into the map -
I saw this tutorial and one spawnflag in this tutorial confused me O.o
Pande replied to Langerd's topic in Modding Assistance
NAB was a Noob. He meant spawnflags 4 or 6, 'lighted' only appears if you have DarthArth's (I believe correct me if I'm wrong) editor definition files. All it means is that the model receives lightmapping instead of vertex light. Spawnflags 4 does that and leaves the model nonsolid. Spawnflags 6 combines auto-solid and lighting. -
And for those interested in the tatooine props for your maps most of them are visible here: http://imgur.com/a/WpPUd
-
Spaghetti I actually introduced DOTF on mb2 forums a while ago along with Tk (who scripted things in it) and received generally pretty good reviews but the map will not treat old computers too well, that's for sure. Layout wise its identical minus the catwalk is removed in mine, also the pillar fighting in the main hall would be completely different as there is actually areas of 100% cover now, lots of them. I toyed with the idea of getting around that by making the windows breakable, allowing you to go outside and flank either the other windows or all the way around to the hangar entrance, but that would be so campable its not even funny. Here are some photos: http://imgur.com/a/aq0pg http://imgur.com/a/StmYN
-
Yeah I have Korriban but its Plasma and MaceCrusher's map and yes there are some missing ase assets unfortunately no idea where they went.
-
Darth Reborn et al: Make sure you are using Gtk Radiant 1.5 These maps will not load in 1.4 or 1.6 (Zero Radiant, Dark Radiant) And yep PM me for crediting issues if needed. I do, hereby, grant you all permissions to use my content however you wish, I appreciate credit. I do not want to see blatant 'passing it off as yours' of course but even if the majority of your map is constructed in my assets but in a different layout, I don't care. Tbh, the one thing I've learned from mapping (or not learned, hehe) is that layout is 80% of the map and the subsequent skill of the creator. If the map layout sucks, whatever amazing brushwork and texture work you do after it is for nought. Took way too long to figure that one out. So, if you take my crappy layouts and turn it into something amazing, all the more power to you. And, please let me know as I'd like to play it. A note for those totally out of the loop and interested in the map assets: There are a LOT of tatooine map assets that are like building blocks. You can make entire cities out of it. In fact, a Makermod port would be neat and I was planning something like that using JKG GLua /place commands.