Startup Video add/edit/remove: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(add a article)
 
(Better grammar and stuff replaced + added.)
Line 3: Line 3:
{{back|Category:Modding}}
{{back|Category:Modding}}


The Function is using, since {{game name|src07|name=Source 2007}}, except {{Game name|Gldsrc|name=Goldsource}}, {{game name|csgo|name=Counter-Strike: Global Offensive}} and {{Game name|source2|name=Source 2}}<br>
This function is supported on {{src07|4}} and later, except {{goldsrc|4}}, {{csgo|4}} and {{source2|4}}<br>
 


For previous version of Source (aswell as WON/Retail version of GoldSrc): You can just put the {{code|.avi}} file instead, then edit the {{code|StartupVids.txt}} {{source|only}} then point that to .avi instead (example: media/valve.avi).


== Adding ==
== Adding ==
[[File:Bink Tool.png|thumb|right|Bink a mp4]]
[[File:Bink Tool.png|thumb|right|Set the file name then click "Bink it!" to convert a .mp4 or .avi file to Bink.]]
If you like to add a Startup Video, you need "RAD Video Tool" from [http://www.radgametools.com/bnkdown.htm Bink Tools] and a mp4 movie.  
If you like to add a Startup Video, you need "RAD Video Tool" from [http://www.radgametools.com/bnkdown.htm Bink Tools] and a MP4 (might require QuickTime, which can be [https://support.apple.com/kb/dl837 downloaded here]) or AVI movie.  
{{Note|licences infomations see later}}
{{Note|licenses information see later}}




Line 26: Line 26:


Now your Startup Video is added.
Now your Startup Video is added.
{{Note|Check your startoptions don't have '''-nointro'''}}
{{Note|Check your startoptions don't have {{code|-nointro}} or {{code|-novid}}}}


== Edit a bink ==
== Edit a Bink File ==
* its the same to do add a video
* its the same to do add a video


Line 40: Line 40:
== Licensing ==
== Licensing ==


For a commercial product you need the [http://www.radgametools.com/sales.htm licence]:
For a commercial product you need the [http://www.radgametools.com/sales.htm license]:


Licensing
Licensing
Line 47: Line 47:
We try to make licensing our products as easy as using them is! Hopefully, your accountants and/or lawyers will love us as much as your programmers do. Our standard agreement is about three pages long and almost every game and multimedia company in the world has used it by now.
We try to make licensing our products as easy as using them is! Hopefully, your accountants and/or lawyers will love us as much as your programmers do. Our standard agreement is about three pages long and almost every game and multimedia company in the world has used it by now.


Pricing-wise, we cover it all. We offer licenses for video games on every platform and for every use. This includes AAA games, mobile, indie games, simulators (educational), DLC, kiosks, arcade games, gaming and gambling (including slot machines, poker machines, and the like). Buying multiple platforms, or multiple products, at once will get you big discounts. We have bulk licenses, per-site licenses, and world-wide enterprise licenses available - just email us with what you need, and if we don't already have a license, we'll craft one to fit!
Pricing-wise, we cover it all. We offer licenses for video games on every platform and for every use. This includes AAA games, mobile, indie games, simulators (educational), DLC, kiosks, arcade games, gaming and gambling (including slot machines, poker machines, and the like). Buying multiple platforms, or multiple products, at once will get you big discounts. We have bulk licenses, per-site licenses, and world-wide enterprise licenses available - just [mailto:sales3@radgametools.com email us] with what you need, and if we don't already have a license, we'll craft one to fit!


Also note that most publishers already have bulk licenses purchased, so if you are using a major publisher - email us, you might already have a license.
Also note that most publishers already have bulk licenses purchased, so if you are using a major publisher - [mailto:sales3@radgametools.com email us], you might already have a license.
   
   
Source: http://www.radgametools.com/sales.htm
[https://www.radgametools.com/sales.htm Click here for more info about Licensing on RAD Game Tools website]


[[Category:Tutorials]]
[[Category:Tutorials]]
[[Category:Modding]]
[[Category:Modding]]

Revision as of 04:47, 18 April 2023

Stub

This article or section is a stub. You can help by expanding it.

English (en)Translate (Translate)
Category:Modding

This function is supported on Source 2007 Source 2007 and later, except GoldSrc GoldSrc, Counter-Strike: Global Offensive Counter-Strike: Global Offensive and Source 2 Source 2

For previous version of Source (aswell as WON/Retail version of GoldSrc): You can just put the .avi file instead, then edit the StartupVids.txt (only in Source) then point that to .avi instead (example: media/valve.avi).

Adding

Set the file name then click "Bink it!" to convert a .mp4 or .avi file to Bink.

If you like to add a Startup Video, you need "RAD Video Tool" from Bink Tools and a MP4 (might require QuickTime, which can be downloaded here) or AVI movie.

Note.pngNote:licenses information see later


  1. You open your mod folder.
  2. Go to media or create a folder with the name media.
  3. open startupvids.txt or create a text document startupvids.txt.


{
	media/YourFileName.bik
	media/valve.bik(default)
}

then:

  1. Go to the Game directory and place in media YourFileName.bik.

Now your Startup Video is added.

Note.pngNote:Check your startoptions don't have -nointro or -novid

Edit a Bink File

  • its the same to do add a video

Remove

  • Change the startupvids.txt:
{ 	
 
}
  • Most of the time the game don't play a Video

Licensing

For a commercial product you need the license:

Licensing RAD has the most flexible licensing in the industry.

We try to make licensing our products as easy as using them is! Hopefully, your accountants and/or lawyers will love us as much as your programmers do. Our standard agreement is about three pages long and almost every game and multimedia company in the world has used it by now.

Pricing-wise, we cover it all. We offer licenses for video games on every platform and for every use. This includes AAA games, mobile, indie games, simulators (educational), DLC, kiosks, arcade games, gaming and gambling (including slot machines, poker machines, and the like). Buying multiple platforms, or multiple products, at once will get you big discounts. We have bulk licenses, per-site licenses, and world-wide enterprise licenses available - just email us with what you need, and if we don't already have a license, we'll craft one to fit!

Also note that most publishers already have bulk licenses purchased, so if you are using a major publisher - email us, you might already have a license.

Click here for more info about Licensing on RAD Game Tools website