#author("2023-01-17T08:18:24+00:00","default:admin","admin")
#author("2023-01-24T00:52:16+00:00","default:admin","admin")
*Frequently Asked Questions [#x41648f5]
#Contents
----
**Tool Features [#zc71fff2]
***Can you make a first-person game? [#d25a7c8c]
First-person games can also be created.
- When creating a project from the "Create New" in the top menu, select "First Person View" in the "Camera Settings" section.
- Specify a first-person camera with the Camera Tool.  A first-person camera preset is also available in the "Load from Presets" button at the top of the Camera Tool.
In the first person view, it would be appropriate to specify no image for the movement of the operating character, or to specify an image of only the hands.

***Can I import my own assets? [#r285fe48]
You can import assets such as 3D/2D/sound/movies for use in game creation.
Please see [[Specifications of Various Assets:https://rpgbakin.com/pukiwiki_en/#c698877e]] for the standards for each asset.


***Is there any DLC for graphics, sound, etc.? [#s2f0b3c0]
Paid and free DLC are available on Steam.
For a list of DLCs, please click below.
--''[[Steam DLC list page:https://store.steampowered.com/dlc/1036640/RPG_Developer_Bakin/]]''

***How do I import assets from DLCs? [#maef1782]
Clicking the "Add" button on each category in the resource menu opens the asset picker, from which you can import assets.
For 2D/3D assets, you may want to import "stamps".
See [[3D Stamps - Import and Export]] for more information.

***How can the terrains be added? [#na6d1126]
You can add more by going to Resources > Terrains and loading the textures, etc. to be used for the terrains.
See [[Assets - Terrains]] for more information.
----
***Can I customize the game engine itself by programming? [#g2d40a8d]
You can create and customize plug-ins in C#.
However, only some features are open for acceptance of plug-ins at this time.
We will gradually release more sections through the Early Access period.
----
***Can I prevent an event specified object from falling to the ground when I do a test play? [#v915eb8c]
Right-click on the event placed on the map editor and make sure "Falling by Gravity" is turned off.
"Falling by Gravity" can also be toggled on and off in the properties of each object in the "Placed List" palette.

***SEs imported in Resources > Sounds cannot be selected in the command script "Play Sound Effect". [#o361a914]
Specify the property "Type" as "SE" for the imported sound data in Resources > Sounds.

***Why is a sound effect I put on an event too quiet for me to hear? [#r6500b22]
Please make sure it is not specified for 3D sound.
If "Play as 3D Sound" is turned on in the command script "Play Sound Effect", the volume will be attenuated according to the distance from the event.

***Is it possible to widen the collision detection of an event? [#q0e3e809]
The collision range can be specified from "Custom Collision Range" in the event sheet "Change Elements During Sheet Execution".

***Can I give event data I have created to others? [#r4c4a36d]
Event contents can be exchanged through external files using "Export" and "Import" in the upper right corner of the event editor.
However, resources specified in the event must be exchanged separately.
(e.g., the image data specified in the command script "Display Image" must be given to the other party separately from the event).
----
***What is the formula for calculating the increase in cast status? [#k86e5d91]
See Formula for Calculating Level Increase by Experience on the [[Casts]] page for the formula for calculating the increase in status when leveling up and the amount of experience it takes to level up. 

***Is it possible to change the formula for calculating damage when in contact with enemies on maps? [#n4e32f6c]
This can be changed by giving them a weapon item and editing the damage calculation formula for that weapon.

***Can I specify more than one attribute for a cast (character)? [#l05a6e1e]
This can be done by using a system of classes and subclasses.
Currently, one attribute can be specified as a cast-specific ability, but multiple attributes can be added to a cast by specifying a class and/or subclass that has an attribute.


***Can I turn on/off jump and zoom operations depending on games? [#n3590c24]
You can specify the assignment of actions to keys and buttons at Game Definition > Rules and Operations > Assign Input Device.
If it is a jump, you can turn off the jump by commenting out the following section with "//".
 // --- Jump
 bind JUMP	X
 bind JUMP	PAD_BUTTON3
See [[Assign Input Device]] for more information.

***Can I change the sound of footsteps when walking on terrains? [#g1235a8d]
Footsteps can be specified in Resources > Terrain Properties "Sound Effects".
Import the sound effect you want to use for the footstep sound into Resources > Sounds and specify the property "Type" as "SE" in advance.
The interval between footstep sounds is a point for future improvement.

----
***Why do the checkboxes in the Layout Tool "Layout to be Assigned" column have different checkboxes on different screens? [#v7d0d1dd]
Screens with no checkboxes in the layout are screens that are called from other screens.
The checkboxes can be used in the game by specifying them in the "Layout to be Opened" property of the "Container for Elements of Entry Selection" for the layout that has the checkboxes.

***I cannot place a menu in the "Free Layout for Event" in the Layout Tool. [#w8fadb17]
At this time, it is not possible to place menus in the "Free Layout for Event".
This will be resolved throughout the Early Access period.

***How do I create a thumbnail of a project I am working on? [#y511b986]
The thumbnail will be thumbnail.png located directly under the project folder.
You can also make a thumbnail of the title screen, etc. by right-clicking in the layout tool preview and selecting the "Capture and Save as Thumbnail".

----
***Can I hide the Quick Toolbar in the Map Editor? [#i5db5012]
It can be turned on or off in the Top Menu > Configuration.

***Is it possible to erase the project file path in the upper right corner of the Map Editor? [#z35c945a]
You can turn off the display by going to the "View" menu > "View Project Paths" at the top of the Map Editor.

***Can I rotate the battle layout? [#wbad48ff]
Not possible at this time. We are currently considering how to handle this issue.
----
***Can I backup my project? How can I edit from a backed up file? [#b82ceb96]
Backup file settings can be made in the Top Menu > Configuration.
To resume editing from a saved backup file, go to the Top Menu "History" or "Local PC", select the project you wish to edit, and then select "Continue from Backup".

----
**Operating Environment/Created Works[#hb8e0511]
***What is the operating environment of the tool? [#xbcdb515]
See [[System Requirements]] for details on operating environment.
In addition, a "Sample Game for Operation Check" is available on the official website for you to try.
(Please refer to the notes on the use of this game.)

***What is the operating environment for the created work? [#h0b04fc9]
It is the same as the operating environment of the tool.

***Does it work with Windows 11? [#we9c0034]
It works.

***Test play and sample games are running slow, can this be resolved? [#m06399f8]
If you are using an NVIDIA GPU and experiencing slowdowns when playing RPG Developer Bakin test plays or sample games, please try the following.
https://store.steampowered.com/news/app/1036640/view/3398554764317089976

***Is it available for Mac? Are there any plans to offer it for sale? [#z6c9f8c1]
At this time, only the Windows version is available.

----
***Are there any restrictions on the content of the work to be produced? [#ya0f18f4]
There are no restrictions on the content of games created using this software.
However, we are not responsible for the content of the created game or any problems that may arise when distributing or selling it.
Please confirm the license agreement for the main unit and DLCs before use.
https://rpgbakin.com/pukiwiki/#reea24f1

***Can I sell the games I have created? [#gc6973c3]
Yes, you can.
No royalties will be paid to us for distribution, whether paid or free.
However, we are not responsible for the content of the created game or any problems that may arise when distributing or selling it.
Please confirm the license agreement for the main unit and DLCs before use.
https://rpgbakin.com/pukiwiki/#reea24f1

***Can I sell games using songs or 3D models purchased as DLC (downloadable content)? [#ffa3d472]
The content may be sold in accordance with the terms and conditions of the license agreement for each downloadable content.

***Can I create an application for mobile devices? [#kc68a244]
At this time, only works for the PC can be produced.
However, as with the previous "SMILE GAME BUILDER" tool, we plan to export projects created using this tool to other tools, from which they can be exported to home console software and mobile device applications.

***What types of controllers can be used in games exported as published works? [#y4fba7f3]
Only XInput controllers are supported at this time.
(On Bakin, DirectInput controllers are also available, thanks to controller support by Steam).

***The tool does not launch. [#sf8538f8]
For those who have problems with this tool not launching, please terminate the task of the sound utility "Nahimic" in the Task Manager, which may improve the situation.


Front page   New Page list Search Recent changes   Help   RSS of recent changes