-
Posts
1,164 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by Noodle
-
My latest obsession: ROTJ Throne Room Duel SP
Noodle replied to therfiles's topic in WIPs, Teasers & Releases
How about instead of making him invincible, make the outcome different if you decide to fight back against Vader. You could have the choice to avoid hitting him for a minute and half, while he's trying to kill you, or you could also allow the player to hit him, and change the game so you get a dark side ending for 'giving in to your hate'. Think about the moment when you can kill Rosh, if you do any damage to him, the outcome of the end games changes for ever. -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Is the problem related to the velocity at which the ship moves, or it just doesn't go in the air? Is it moving like a sentry or a probe? Both NPCs move really slow but float in the air. Maybe there's something in the swoop's code regarding movement and velocity. Those NPCs, after all, move really fast and usually avoid collision. -
Nice gallery, could do without the filter though! But if a nobody like Rey could beat Kylo 'Linkin Park is my guide' Ren, I'm pretty sure Ahsoka also can, even at her weakest.
-
Good to hear! It's always great to see the things you come up with!
-
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Thank you for doing what so many have tried to for so long! -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
I'd try to keep the fighter in the air without moving, like the way the AT-ST and most NPCs have a default state untill they spot a player or get a specific instruction. Perhaps give the ship a default in-air animation like in this video I just did to show you what I mean: That's just playing a .roff file located in vjun1/bomber_run_tiebomber_2ndship.roff The first thing I'd try to do is to see if in that state, the fighter NPC can aim at the player and fire at him whenever he moves, like a normal NPC. After that is done, I think setting movement could be much easier. -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Doesn't the atst_drivable entity has that information? After all, it has a limited amount of weapons and it doesn't allow either the use of force powers or lightsabers. -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Nice to see some screenshots. Have you thought about being able to use the first-person? I know the swoop vehicle has a first-person mode, and thus, so could the tie-fighter. If it can have a first person mode, like the normal player, it could display a special HUD so it could look like inside a cockpit. I don't think scaling should be an issue, as long as you can trick the player with the camera's place. After all, the AT-ST is quite small in the base game and it doesn't really bother anyone. -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Very interesting! One of the first things that you should try to achieve is allowing the player to 'use' a vehicle, in a similar fashion to the at-st. I'd try experimenting with the tie-fighter model, since it doesn't need many animations to be set, unlike the x-wing, which has the whole folding wings stuff. -
My latest obsession: ROTJ Throne Room Duel SP
Noodle replied to therfiles's topic in WIPs, Teasers & Releases
The only thing that bothers me at the moment is how fast Vader and Luke walk at the beginning. -
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Another way would be the battlefront route, when the player strays too far away from the space you want him to fly around, just pop a message that says 'You're leaving the field of battle' (or something like that) and then self destruct the ship if he doesn't come back. -
RIP photobucket, what a bad joke they are.
-
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
Check the code for the drivable AT-ST. That's an entity on it's own in gtkRadiant and I'm 100% it has special code. It's a drivable vehicle in singleplayer with a custom camera, weapons and set of commands. If there's a clue on how to do a drivable ship, it's there. The entity is named 'misc_atst_drivable' if I remember well. What you are saying here is doable, since I'm doing something quite similar for my own mod! Quest-givers NPCs are usable and whenever they get used they target a target_change_level entity that opens a menu, instead of changing a level. There's no special code in siege_destroyer. It's just a very big map with a huge gridsize. The HUD must be in the ui files in the default game, and must be triggered in a same fashion as in the atst_drivable entity. I have never used GTKRadiant, but 1.5 and 1.4 work wonderfulyl in XP and it's the very same thing. -
My latest obsession: ROTJ Throne Room Duel SP
Noodle replied to therfiles's topic in WIPs, Teasers & Releases
No, but the idea was similar! The modder didn't change any of the code, but instead just changed the controls and the position of the camera. -
My latest obsession: ROTJ Throne Room Duel SP
Noodle replied to therfiles's topic in WIPs, Teasers & Releases
I can't remember who did a small test in which he made Jedi Academy some sort of side scrolling game. It was quite an interesting concept, but I can't find the video. -
How did you set the player not to have a lightsaber? I've had issues crashing when the player has a stun batton and tries to get the lightsaber, seems to be a conflict of some sort.
-
No way, I love the add-on you did! One of the first things I tried to do when learning how to use blender was to create different goggles and hats, but yours look so great! If you decide to release some of thsi stuff for the public and as something that other modders can use, it'd be a great contribution to the community!
-
My latest obsession: ROTJ Throne Room Duel SP
Noodle replied to therfiles's topic in WIPs, Teasers & Releases
Have you thought about making the camera different in some parts of the duel? I remember someone made a 2D like arcade test that was pretty interesting, I'm sure something similar could be achieved for the duel, so that it would look similar to the part when Luke goes batshit crazy on Vader. -
Thanks for your support! It's always a good way to motivate people to keep modding!
-
I have never used KotF, but I wouldn't be surprised if custom scripts don't work in that mod. Glad you could figure it out.
-
SP new game styles (RPG - Space \ air dogfight battles)
Noodle replied to Asgarath83's topic in Coding and Scripts
I think everything is possible, but the best way to try to achieve what you're seeking is to find out how to do each individual part first. As far as I'm aware, Open JK allows the player to move a ship and shoot with it, the main problem is that maps are too small for some nice flying. The most important thing to do would be to try and create this fighter NPC with the proper set of moves. Though I don't know how to achieve that, but I'm sure the Probe or Seeker NPC could help a bit with regards of flying and moving on air. -
Did you compile the scripts? Did you give the instruction in your map file for the scripts to activate at certain moments? How did you write your scripts?
-
Vade Parvis's Workshop: yet another neverending WIPs
Noodle replied to Vade Parvis's topic in WIPs, Teasers & Releases
Wow, you're doing god's work here! I'm really impressed by the simple, yet effective changes you have done, they look really good. -
I will try to play with that soon! A little bit of both. I have a number of menus created for conversations, computers and other stuff, but they have instructions to show different information based on the map the player is on. For example, I have a menu named 'datapad01.menu' that shows certain options in one map, but shows completly different stuff in another one thanks to the cvartest option. I basically looked at the different heads that appear when you complete a mission in SP and realized that the storyhead cvar was linked to the map. In one map Luke's head appears and in the other Kyle's do. I did the same with the text options, like this: cvartest "storyhead"showcvar {"tutorial01"} So that only in the map named 'tutorial01' would certain text appear. I wish there was a way that would allow me to create just one menu and make it show different text depending on what you're interacting with, but that's still a mistery for me. I've studied how the text in the mission selector in the default game works (since it's one menu that shows different buttons as you progress in the game), but I wasn't as knowledgeable back then. I could study that again and see if I can spin it in a useful way.
-