Current location - Music Encyclopedia - QQ Music - What do the various files in the root directory of Meteor Butterfly Sword manage? I only know that the music folder is for the music in the game, so what do the rest of it manage?
What do the various files in the root directory of Meteor Butterfly Sword manage? I only know that the music folder is for the music in the game, so what do the rest of it manage?

Let’s talk about it briefly: (only what I know)

1. Folder

cmodel weapons, scarves and other models;

common (I don’t know what character.amb does, character.act is responsible for contacting moves. Common modifications for modifiers); lt; online battles are not allowed after modification;

Part of the image;

mmv opening animation, clearance video;

patch weapon sound effects;

pmodel is despised and is responsible for the specific action frames of moves. Modifiers must make changes. lt; Online battles are not allowed after modification gt;

SFX special effects, including the protective shield that wants to be destroyed, the blue-green flames riding the wind, stars, snow and other special effects. There are common lights and shadows necessary for star bombing, hammer blowing, resurrection light blowing, snowflake blowing, and ninjutsu blowing; lt; cannot be modified gt;

sn01~sn22, define the scene Items can be understood as virtual files of scene models; lt; cannot be played online after modification;

Pictures of the texture game interface;

2. pak files (only the important ones)

ctexture.pak weapon texture

ptexture.pak character texture

sn**.pak scene texture

ETexture.pak partial light and shadow Textures

TexturePatch.pak Some Christmas weapons and Christmas suit textures

UITexture.pak The picture next to the health bar

waves.pak seems to be similar to a musket attack Sound, I didn’t turn on the sound effects when playing, so I don’t know.

3. Certain configuration files

Config.ini In the auxiliary configuration file, changing FullScreen 1 to FullScreen 0 can realize the window

singlerec.ini controls the level. Friends who have played lower versions know that the Meteor single-player mission is not fully open at the beginning like the 9.07 version. After winning one level, the next level will appear. Copy the following paragraph and paste it in singlerec.ini to fully enable the task

level 14

level 1

level 3

level 13

level 4

level 15

level 5

level 9

level 10

4. Application

Meteor.exe Meteor main program controls rescue, resurrection, opening number, time, attack effect, unlimited energy, etc. You can use Nanjixing to modify the internal code. Those who have basic programming skills must modify it.

5. Meteor.res controls the move set, such as dart poisoning, finger tiger bloodthirsty - attack mode 1 (the red flame on the hand), modifying the attack and defense speed of weapons, etc. You can use Nanjixing to modify the internal code. Those who have basic programming skills must modify it.

These instructions are for communication only. Please point out if there are any mistakes. Thank you