• 1 hour ago
東京パソコンクラブ ~乃木坂46×ゲームプログラミング~ 2025年3月21日 乃木坂46が格闘ゲームのプログラミングに挑戦 第三弾!
#EnglishMovie #cdrama #drama #engsub #chinesedramaengsub #movieshortfull

Category

📺
TV
Transcript
00:00B.S. Teleto
00:05Thank you for joining us again this week.
00:10This week, we have finally completed the Touhou Fighting Game.
00:15It's been three weeks.
00:17Today, we've managed to complete it.
00:20Lastly, the three of us would like to decide on the No.1 fighter.
00:26Today, we would like to think of a special move.
00:32An original one?
00:33Yes, but it would be difficult to create a special move for all three of us.
00:40So, we would like to think of a special move for all three of us.
01:27Good evening, I'm Rika Sato from Nogizaka46.
01:31It's been a tough year for everyone, hasn't it?
01:34Let's work hard together and get through it.
01:38Tonight's topic is the Touhou Fighting Game.
01:43We've been programming the Touhou Fighting Game for two weeks.
01:49This time, we've added a new special move.
01:53At the end of the game, the three of us will play against each other.
01:59First, let's think of a special move.
02:02I just came up with a special move.
02:05The Triangle Lock.
02:09It's a real move, isn't it?
02:11Yes, it is.
02:12I'm from Nogizaka, so if I do this to my opponent,
02:17he won't be able to move.
02:21Oh, I see.
02:23It's not like this.
02:25It's not a basic move?
02:26No, it's not.
02:27Is there such a move?
02:28Yes, there is.
02:29There is a special move called the Triangle Lock.
02:31It's a very simple move.
02:35You can use it even from a distance.
02:37Yes, it's strong if you get hit.
02:40You have to jump and dodge.
02:42I see.
02:43Can you do this?
02:46Can you make a triangle?
02:50Oh, I see.
02:52You can make it into a sprite.
02:54I see.
02:56There is a triangle.
02:57I see.
02:59It's difficult to make a triangle.
03:02The shape doesn't change.
03:04You can do this.
03:06I see.
03:08You can make it turn.
03:11Oh, I see.
03:13You can do this.
03:16If you press a button,
03:18can you make a triangle?
03:21Yes, you can.
03:23Can I spin it?
03:25Yes, you can spin it.
03:27Like a shuriken?
03:29Yes, you can.
03:31I think I can do this.
03:33What about the other two?
03:36This is the most difficult.
03:38Really?
03:39Is it difficult to stop when you get hit?
03:42No, it's not.
03:44It depends on the situation.
03:46If you block, you block.
03:49Oh, I see.
03:50You can't move.
03:52If you get hit, you get a lot of damage.
03:55Yes.
03:56Then, I get 46 damage.
03:58That's good.
04:00I get a lot of damage all of a sudden.
04:03When I was testing it,
04:05the damage was between 7 and 12.
04:11Then, I got 100 HP.
04:13I got 46 damage.
04:15What's your name?
04:17Nogizaka Special.
04:20That's good.
04:22That's cool.
04:24It's not cool.
04:26It's cool.
04:27What?
04:28Nogizaka Special is the new special move.
04:33This is how you program it.
04:36Let's do our best.
04:39First, let's make a special move with one button.
04:44Okay.
04:45Let's make a special move.
04:49A special move?
04:51That's cool.
04:53Which button do you want?
04:55Which button do you want?
04:57We've already used a lot.
04:59One player and two players.
05:01One player and two players.
05:04This time, press the left and right shift keys to make a special move.
05:12Next, let's make the special move itself.
05:18Let's put it in the character's pre-hub.
05:21Activate it the moment you use a special move.
05:24I've been holding it inactive.
05:26You haven't used it, but you're holding it.
05:29If you activate it, it will fly at that moment.
05:32I think it's good.
05:34So, let's make it first.
05:37It's called Create Empty.
05:39Let's make an empty object.
05:41Let's call it Special.
05:43Let's put a 2D object here.
05:47It's a triangle sprite.
05:50Something strange has happened.
05:53Something strange has happened.
05:57Change the value of the transform to adjust the size and direction.
06:03Next, program the object of this special move to increase the function.
06:10The special move we're going to make this time is something that comes out while rotating from the player when you press the button.
06:16We're going to program these three.
06:19Let's start with the movement program.
06:21The movement program is easy.
06:23It's the one I always use.
06:42The rotation program is called Rotate.
06:48There's something called Rotate.
06:51Really?
06:52Let's make it rotate twice in a second.
06:56Mathf.py
06:593.14
07:01Mathf.py
07:03This is going to rotate twice in a second.
07:062 times pi is one rotation.
07:094 times pi is going to rotate twice in a second.
07:11Rotate twice in a second.
07:14Now this special move comes out while the object of the triangle rotates.
07:21And we're going to put a hit on this.
07:24If enemy.checkhit
07:38Like this, right?
07:40If it goes in the same direction.
07:42First of all, just like last time, make sure that the character appears so that you can see if the special move is hit.
07:50We're going to link the positional information of the special move on Unity.
07:55Once you've done this much, we're going to program it so that the player can have the information of this special move.
08:03Then I'll add a field to this character.
08:07Where is it?
08:10I think the special move is better.
08:12I think the special type is better.
08:14Because the moment you hit it, you have to make sure that you're facing right or left.
08:20It's weird if you always fly to the right.
08:22Wait a minute.
08:25I might have called the special special.
08:30But I don't know where it's from.
08:32Place the cursor on top of the special.
08:35On top of this?
08:37Click twice while holding down the ctrl key.
08:43You can write your name directly.
08:47This is I.
08:49Then apply.
08:52I think I'll change all the file names.
08:54So this character is a special?
08:56That's right.
08:57I'm getting used to it.
09:02You can use this special move only once while standing.
09:08If the special is pressed,
09:15and if the special is not applied,
09:23let's put it in.
09:24What was surprised?
09:26It's not.
09:27It's not.
09:29It's not applied.
09:31I think you can hit it now.
09:34Oh no.
09:37Wow!
09:39How do I hit it?
09:41Shift.
09:42You can hit each of them.
09:43Wow!
09:45It's not spinning.
09:46It's not rotating.
09:47It's not spinning.
09:48But it's hitting.
09:50Is it spinning slowly?
09:52It's spinning slowly.
09:54What does that mean?
09:55It's spinning from the edge of the screen to the edge.
09:58That's right.
09:59It's spinning a little bit.
10:03If you change the number,
10:06it goes up.
10:08Then I'll turn off the time.
10:11Where was it?
10:12In the rotation of the special.
10:17It's pretty high.
10:18Try changing it to x4 or x400.
10:21Try changing the value of the adventure.
10:24It's spinning.
10:25Is it spinning?
10:26Is it spinning?
10:27Is it fast?
10:28It's really fast.
10:29It's only spinning about 3 degrees.
10:313 degrees per second.
10:32Wow!
10:33It's really slow.
10:34I want to add color to this triangle.
10:37Wow!
10:38You can add color.
10:39I want to add color.
10:40I'll go first.
10:41Oh no.
10:42So I changed it to purple, the color of Nagisaka.
10:46Save and play.
10:48Wow!
10:49Did it work?
10:50Yes.
10:51It worked!
10:52Wow!
10:56I did it.
10:58But it worked.
10:59It worked.
11:00I was able to make a special move.
11:02I see.
11:04With this, the special move was successfully implemented.
11:09Now, Kobayashi-san will adjust the damage.
11:14Last but not least, Kobayashi-san fixed the parts that were lacking.
11:23Like the stamina bar.
11:24It's working.
11:25Does that mean I'm going to get weaker?
11:27Yes.
11:28That's amazing.
11:29After 3 weeks, the Toubaso Fighting Game is complete.
11:34I have 100 stamina.
11:37I did it.
11:38I have 100 stamina, and my normal attack is 7 to 11.
11:43It's random.
11:44Yes, it's random.
11:45And my special move, Nagisaka Special, has 46 damage.
11:51Wow!
11:52If I knew that, I would have lost half of my stamina.
11:54I knew it.
11:55Now, it's time for the three-on-three battle.
12:01The first match is Yumiki vs. Hayashi.
12:04First, they will practice their moves.
12:06Hit me.
12:08And...
12:09Oh, you hit me with Enter.
12:11Stop it.
12:12I'm sorry.
12:13That's not right.
12:14If you press the back button, you will be protected.
12:16If you press the back button while the enemy is attacking, you will be protected.
12:21Oh, that's right.
12:23Stop it.
12:24I'm being cornered.
12:27Please show me your special move.
12:30With Shift.
12:31Oh, that's amazing.
12:32That's amazing.
12:33That will reduce the damage.
12:34Please do it.
12:35Go, go.
12:37Hit me.
12:39Hit me.
12:41Oh, it hurts.
12:42What's going on?
12:43Something flew to me.
12:45It looped and came back.
12:47I was defeated.
12:49What's that?
12:51That's what Nao threw.
12:53I know.
12:54It went around the world.
12:57Oh, no.
12:59We have to finish the game before that happens.
13:01That's right.
13:02That's also part of it.
13:03That's right.
13:04I see.
13:05Are you two okay?
13:06Yes.
13:07I think so.
13:09Now, the real game begins.
13:11The first match is Yuniki vs. Hayashi.
13:14The match begins.
13:19Stop it.
13:20Stop it.
13:24Who will be the winner of this match?
13:29Stop it.
13:30Don't film the match.
13:34No one is filming.
13:36Who is it?
13:39The original game, Renpa Touga, is on sale for 980 yen.
13:46We will introduce our impressions of the game on the show.
13:50Please give it a try.
13:54At the end of the fighting game, three players will play against each other.
14:00The first match is Yuniki vs. Hayashi.
14:03The match begins.
14:07Stop it.
14:09Stop it.
14:12Stop it.
14:16Stop it.
14:18Stop it.
14:20Stop it.
14:21Stop it.
14:26You did it.
14:27I did it.
14:29I'm getting closer to the end.
14:33Thank you very much.
14:34While I was lying down...
14:36It's sportsmanship.
14:39I'll do my best.
14:40I'll do my best.
14:43The winner of the first match is Yuniki.
14:47The second match is Yuniki vs. Hayashi.
14:51Will it be a draw?
14:54I'll start.
14:55Ready, start.
14:57Good luck.
15:00I want you to win.
15:01I lost.
15:02Good luck.
15:05Good luck.
15:07I want to have a good match.
15:09Yuniki starts with a special move.
15:12Her stamina is good.
15:15Yuniki's stamina is good.
15:19I can't go back.
15:22It's a good match.
15:23It's a good match.
15:29I lost.
15:30You haven't lost yet.
15:32No, no, no.
15:34It was a good match.
15:38Yoshida won.
15:43Thank you very much.
15:44Thank you very much.
15:46Yuniki lost.
15:49In the second match, Ayate won.
15:53The last match is Ayate vs. Hayashi.
15:55In the second match, Ayate vs. Hayashi.
15:57If Hayashi wins this match, everyone will get a win.
16:05Hayashi uses a secret weapon.
16:08I think it's okay.
16:09Good luck.
16:10What?
16:12I think it's okay.
16:13Stop it.
16:15Stop it.
16:16It's not a secret weapon.
16:19What's in there?
16:20I can't use it.
16:23What's that?
16:24This is a souvenir that Ayate bought for me when I was traveling alone in Hokkaido.
16:32Did you send it to her when you were playing against Yoshida?
16:34Yes.
16:37It's a new bread.
16:39Kocchan is a new bread.
16:40A new bread?
16:41Yes.
16:42I haven't seen the screen of the new bread.
16:45Kocchan is easy to get depressed.
16:48I don't have it.
16:50Where is the match going to be?
16:54Are you ready?
16:55Start.
16:58Is that a guard?
17:02It's a guard.
17:04It hurts.
17:10You can do it.
17:12Oh, no.
17:14Oh, no.
17:17Oh, no.
17:20Oh, no.
17:22It's a fight after the special.
17:25How was it?
17:27I thought it was a fight, but it was a punch.
17:32It was a punch.
17:35Oh, no.
17:37The final result is that Yoshida won by 2 wins and 0 losses.
17:45This is interesting.
17:47I want you to do this.
17:49It would be nice if Kobayashi-san did it.
17:50It's interesting.
17:52Kobayashi-san and Aya-chan.
17:54I want Kobayashi-san and Aya-chan to do it.
17:55I want them to do it.
17:56Which one?
17:57It's not a manzai, is it?
17:58Do it.
18:00This is the last special match.
18:03Aya-chan vs. Kobayashi-san.
18:06Are you ready?
18:07Start.
18:10It's scary.
18:14Which one?
18:16Oh, no. Kobayashi-san is strong.
18:17Kobayashi-san and Aya-chan.
18:19Oh, no.
18:21What? Did you miss it?
18:22I missed it.
18:23Kobayashi-san was sleeping.
18:24It's the first time.
18:26I can't get up.
18:27Oh, no.
18:28I can't get up even if it's a special match.
18:29I can't get up even if it's a special match.
18:30I can't get up even if it's a special match.
18:31It's strong.
18:32Are you still not going to do a special match?
18:33Oh, but you dodged it.
18:34You are good.
18:39It was a coincidence.
18:43It's amazing.
18:44You dodged it even if it was a special match.
18:47What?
18:48You dodged it even if it was a special match.
18:50It was a coincidence.
18:51Kobayashi-san.
18:53It's amazing.
18:54I didn't aim for it.
18:55You were the last boss.
18:57You are strong.
18:59It's amazing.
19:00You played fighting games for three weeks.
19:03How was it, Yumiki-san?
19:05It was a lot of fun.
19:07It's been a while since I played fighting games.
19:09I enjoyed it.
19:11I felt time flew by.
19:15I was planning to make something really amazing
19:17while programming,
19:19but it exceeded my expectations.
19:21It was fun,
19:23but I felt a sense of great pride.
19:26How was it, Yumiki-san?
19:28I was planning to make something really amazing,
19:31but it exceeded my expectations.
19:33I was planning to make something really amazing,
19:34but it exceeded my expectations.
19:36so I'm very proud of her.
19:45Pon-chan, are you going to be on the show?
19:47What?
19:48Sorry, sorry.
19:49Pon-chan...
19:50I'm going to sleep on your lap.
19:55Tokyo Basukon Club will be broadcast on TVer after the show.
20:00The show will continue for 3 years, 4 years and more.
20:04Please click the subscribe button if you like TVer.
20:09I have an announcement to make.
20:13Today is the last day of the show.
20:17What?
20:20I knew it.
20:21I knew it.
20:22Me too.
20:23I knew it.
20:24I knew it.
20:26Wait.
20:27Isn't it too easy to say?
20:29Isn't it too easy to say?
20:30I just said it.
20:31I said it.
20:32I said it.
20:33I thought it was easy.
20:35Did you say it was easy?
20:36I did.
20:37So I had to do programming for 3 weeks in a row.
20:40So you were going to eat a lot of rice balls?
20:43That's not the point.
20:44Programming was a difficult subject.
20:50But it's amazing that it lasted for 3 years.
20:53That's true.
20:55It's all thanks to the three of us.
21:00I don't know what to say.
21:03Since this show started,
21:06the distance between the two of us has shrunk.
21:13I'm with the members of Nogizaka,
21:15but it's not a show where we talk about Nogizaka.
21:19It was a new experience for me.
21:22It was a new experience for me.
21:27Also, I realized that I can communicate with the staff.
21:35I'm not the type to talk to them deeply.
21:42But here, I can talk to them freely.
21:47But that's because they were there before me.
21:52I'm lonely.
21:55How about you, Yoshida-san?
21:57It's been 3 years since you started.
22:01At first, I was programming.
22:07It's a genre I've never experienced in my life.
22:15I didn't expect to be on a show like this.
22:20I thought it was a gourmet show.
22:23When I heard that, I was worried if I could do it.
22:29At that time, Yumiki and Yanto weren't that close.
22:40I thought a lot about what to do with the three of us.
22:47But the members, teachers, and staff told me that
22:56this was a different place from Nogizaka.
23:02I didn't expect to be on a show like this.
23:06I was really surprised.
23:09I've been doing this for 3 years.
23:13The show has changed a lot.
23:17I think it's a show that viewers won't get tired of.
23:25There were a lot of fans who said,
23:29I'm watching Touhou Paso.
23:33Like a greeting.
23:36There were a lot of people who said,
23:39I'm watching Touhou Paso.
23:41I was lonely.
23:43When I played games on other shows,
23:48everyone said, I don't know you yet.
23:51I'm the only one who knows you.
23:54I was happy to get a sense of superiority.
23:58The members gave me a lot of points.
24:01I got a lot of smart points.
24:04It was a great show.
24:07As an individual, I was very relaxed.
24:11I thought it was a show that watched over me without denying me.
24:18This show wasn't like that.
24:21It was fun.
24:23I was able to do programming.
24:25It was a show that gave me a lot of confidence.
24:28I'm really sad that it's over.
24:34See you again.
24:38I want to do my best to make good use of the programming I learned.
24:47Thank you for your hard work for three years.

Recommended