Skip to main content
Saber Support
Toggle navigation menu
Saber Support
Submit a request
Sign in
Saber Interactive
Teardown
Patch Notes
Patch Notes
October 10, 2024 - Patch Notes (All Platforms)
June 20, 2024 - Hotfix
April 17, 2024 - Patch Notes (PC, PlayStation, Xbox)
December 19, 2023 - Patch Notes (PC)
December 13, 2023 - Patch Notes (PlayStation, Xbox)
December 6, 2023 - Patch Notes (PlayStation, Xbox)
December 4, 2023 - Patch Notes (PC)
We're receiving a lot of tickets right now, so it might take us up to 24 hours to get back to you. Thanks for your patience and understanding!
We're receiving a lot of tickets right now, so it might take us up to 24 hours to get back to you. Thanks for your patience and understanding!
Need help?
Contact support
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>